Compare commits

...

2 commits
main ... v3.9.2

Author SHA1 Message Date
Matt Rubens
18a3efc5ca
Update CHANGELOG.md 2025-03-19 10:16:51 -04:00
github-actions[bot]
6163807980 changeset version bump 2025-03-19 14:11:27 +00:00
6 changed files with 13 additions and 18 deletions

View file

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

View file

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

View file

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

View file

@ -1,5 +1,15 @@
# Roo Code Changelog # 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 ## [3.9.1] - 2025-03-18
- Pass current language to system prompt correctly so Roo thinks and speaks in the selected language - Pass current language to system prompt correctly so Roo thinks and speaks in the selected language

4
package-lock.json generated
View file

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

View file

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