diff --git a/.changeset/cuddly-bats-look.md b/.changeset/cuddly-bats-look.md deleted file mode 100644 index 00d62c1934..0000000000 --- a/.changeset/cuddly-bats-look.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -v3.11.9 diff --git a/.changeset/curvy-masks-scream.md b/.changeset/curvy-masks-scream.md deleted file mode 100644 index 5923d7d8eb..0000000000 --- a/.changeset/curvy-masks-scream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": minor ---- - -Rate-limit setting updated to be per-profile diff --git a/CHANGELOG.md b/CHANGELOG.md index ddb250a3e5..a1b7dd933c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Roo Code Changelog +## [3.11.9] - 2025-04-07 + +- Rate-limit setting updated to be per-profile (thanks @ross!) +- You can now place multiple rules files in the .roo/rules/ and .roo/rules-{mode}/ folders (thanks @upamune!) +- Add Gemini 2.5 Pro Preview to Vertex AI (thanks @nbihan-mediware!) +- Tidy up following ClineProvider refactor (thanks @diarmidmackenzie!) +- Clamp negative line numbers when reading files (thanks @KJ7LNW!) +- Enhance Rust tree-sitter parser with advanced language structures (thanks @KJ7LNW!) +- Persist settings on api.setConfiguration (thanks @gtaylor!) +- Add deep links to settings sections +- Add command to focus Roo Code input field (thanks @axkirillov!) +- Add resize and hover actions to the browser (thanks @SplittyDev!) +- Add resumeTask and isTaskInHistory to the API (thanks @franekp!) +- Fix bug displaying boolean/numeric suggested answers +- Dynamic Vite port detection for webview development (thanks @KJ7LNW!) + ## [3.11.8] - 2025-04-05 - Improve combineApiRequests performance to reduce gray screens of death (thanks @kyle-apex!) diff --git a/package-lock.json b/package-lock.json index 71c7306666..85988e9a95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roo-cline", - "version": "3.11.8", + "version": "3.11.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roo-cline", - "version": "3.11.8", + "version": "3.11.9", "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.37.0", diff --git a/package.json b/package.json index 71770527eb..67b9fe156f 100644 --- a/package.json +++ b/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.11.8", + "version": "3.11.9", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",