diff --git a/.changeset/stale-islands-battle.md b/.changeset/stale-islands-battle.md deleted file mode 100644 index 1e6fd18ce9..0000000000 --- a/.changeset/stale-islands-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -v3.12.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index c4983e5689..a01a4216e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Roo Code Changelog +## [3.12.0] - 2025-04-15 + +- Add xAI provider and expose reasoning effort options for Grok on OpenRouter (thanks Cline!) +- Make diff editing config per-profile and improve pre-diff string normalization +- Make checkpoints faster and more reliable +- Add a search bar to mode and profile select dropdowns (thanks @samhvw8!) +- Add telemetry for code action usage, prompt enhancement usage, and consecutive mistake errors +- Suppress zero cost values in the task header (thanks @do-it!) +- Make JSON parsing safer to avoid crashing the webview on bad input +- Allow users to bind a keyboard shortcut for accepting suggestions or input in the chat view (thanks @axkirillov!) + ## [3.11.17] - 2025-04-14 - Improvements to OpenAI cache reporting and cost estimates (thanks @monotykamary and Cline!) diff --git a/package-lock.json b/package-lock.json index f69c41865e..4c35f5bb03 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roo-cline", - "version": "3.11.17", + "version": "3.12.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roo-cline", - "version": "3.11.17", + "version": "3.12.0", "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.37.0", diff --git a/package.json b/package.json index 9f4f897fc6..6d2eb74745 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.11.17", + "version": "3.12.0", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",