Compare commits

...

2 commits
main ... v3.9.0

Author SHA1 Message Date
Matt Rubens
bc93cec4db
Update CHANGELOG.md 2025-03-19 00:38:16 -04:00
github-actions[bot]
8ecbda5e3b changeset version bump 2025-03-19 04:31:05 +00:00
8 changed files with 23 additions and 28 deletions

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Fix SettingsView scrolling in VSCode editor tab

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
add multiple workspaces support

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Aider-inspired polyglot benchmarks

View file

@ -1,5 +0,0 @@
---
"roo-cline": minor
---
API provider: Choose specific provider when using OpenRouter

View file

@ -1,5 +0,0 @@
---
"roo-cline": minor
---
v3.9

View file

@ -1,5 +1,25 @@
# Roo Code Changelog # Roo Code Changelog
## 3.9.0 - 2025-03-18
- Internationalize Roo Code into Catalan, German, Spanish, French, Hindi, Italian, Japanese, Korean, Polish, Portuguese, Turkish, Vietnamese, Simplified Chinese, and Traditional Chinese (thanks @feifei325!)
- Bring back support for MCP over SSE (thanks @aheizi!)
- Add a text-to-speech option to have Roo talk to you as it works (thanks @heyseth!)
- Choose a specific provider when using OpenRouter (thanks PhunkyBob!)
- Support batch deletion of task history (thanks @aheizi!)
- Internationalize Human Relay, adjust the layout, and make it work on the welcome screen (thanks @NyxJae!)
- Fix shell integration race condition (thanks @KJ7LNW!)
- Fix display updating for Bedrock custom ARNs that are prompt routers (thanks @Smartsheet-JB-Brown!)
- Fix to exclude search highlighting when copying items from task history (thanks @im47cn!)
- Fix context mentions to work with multiple-workspace projects (thanks @teddyOOXX!)
- Fix to task history saving when running multiple Roos (thanks @samhvw8!)
- Improve task deletion when underlying files are missing (thanks @GitlyHallows!)
- Improve support for NixOS & direnv (thanks @wkordalski!)
- Fix wheel scrolling when Roo is opened in editor tabs (thanks @GitlyHallows!)
- Dont automatically mention the file when using the "Add to context" code action (thanks @qdaxb!)
- Expose task stack in `RooCodeAPI` (thanks @franekp!)
- Give the models visibility into the current task's API cost
## [3.8.6] - 2025-03-13 ## [3.8.6] - 2025-03-13
- Revert SSE MCP support while we debug some config validation issues - Revert SSE MCP support while we debug some config validation issues

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "roo-cline", "name": "roo-cline",
"version": "3.8.6", "version": "3.9.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "roo-cline", "name": "roo-cline",
"version": "3.8.6", "version": "3.9.0",
"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.8.6", "version": "3.9.0",
"icon": "assets/icons/rocket.png", "icon": "assets/icons/rocket.png",
"galleryBanner": { "galleryBanner": {
"color": "#617A91", "color": "#617A91",