Browse Source

Changeset version bump (#1795)

* changeset version bump

* Update CHANGELOG.md

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matt Rubens <[email protected]>
R00-B0T 11 months ago
parent
commit
6320b9a1a9

+ 0 - 5
.changeset/automatic-releases-publish.md

@@ -1,5 +0,0 @@
----
-"roo-cline": patch
----
-
-Update GitHub Actions workflow to automatically create GitHub Releases

+ 0 - 5
.changeset/happy-ladybugs-stare.md

@@ -1,5 +0,0 @@
----
-"roo-cline": patch
----
-
-VSCode theme fixes for select, dropdown and command

+ 0 - 5
.changeset/ninety-berries-change.md

@@ -1,5 +0,0 @@
----
-"roo-cline": patch
----
-
-Allow manually selecting a model in the model picker

+ 10 - 0
CHANGELOG.md

@@ -1,5 +1,15 @@
 # Roo Code Changelog
 
+## [3.9.2] - 2025-03-19
+
+- Update GitHub Actions workflow to automatically create GitHub Releases (thanks @pdecat!)
+- Correctly persist the text-to-speech speed state (thanks @heyseth!)
+- Fixes to French translations (thanks @arthurauffray!)
+- Optimize build time for local development (thanks @KJ7LNW!)
+- VSCode theme fixes for select, dropdown and command components
+- Bring back the ability to manually enter a model name in the model picker
+- Fix internationalization of the announcement title and the browser
+
 ## [3.9.1] - 2025-03-18
 
 - Pass current language to system prompt correctly so Roo thinks and speaks in the selected language

+ 2 - 2
package-lock.json

@@ -1,12 +1,12 @@
 {
 	"name": "roo-cline",
-	"version": "3.9.1",
+	"version": "3.9.2",
 	"lockfileVersion": 3,
 	"requires": true,
 	"packages": {
 		"": {
 			"name": "roo-cline",
-			"version": "3.9.1",
+			"version": "3.9.2",
 			"dependencies": {
 				"@anthropic-ai/bedrock-sdk": "^0.10.2",
 				"@anthropic-ai/sdk": "^0.37.0",

+ 1 - 1
package.json

@@ -3,7 +3,7 @@
 	"displayName": "Roo Code (prev. Roo Cline)",
 	"description": "A whole dev team of AI agents in your editor.",
 	"publisher": "RooVeterinaryInc",
-	"version": "3.9.1",
+	"version": "3.9.2",
 	"icon": "assets/icons/rocket.png",
 	"galleryBanner": {
 		"color": "#617A91",