Browse Source

Changeset version bump (#2676)

* changeset version bump

* Updating CHANGELOG.md format

* Update CHANGELOG.md

* Update package.json

* Update package-lock.json

* Update CHANGELOG.md

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: R00-B0T <[email protected]>
Co-authored-by: Matt Rubens <[email protected]>
R00-B0T 9 months ago
parent
commit
923e391bb8
4 changed files with 14 additions and 8 deletions
  1. 0 5
      .changeset/stale-islands-battle.md
  2. 11 0
      CHANGELOG.md
  3. 2 2
      package-lock.json
  4. 1 1
      package.json

+ 0 - 5
.changeset/stale-islands-battle.md

@@ -1,5 +0,0 @@
----
-"roo-cline": patch
----
-
-v3.12.0

+ 11 - 0
CHANGELOG.md

@@ -1,5 +1,16 @@
 # Roo Code Changelog
 # 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
 ## [3.11.17] - 2025-04-14
 
 
 - Improvements to OpenAI cache reporting and cost estimates (thanks @monotykamary and Cline!)
 - Improvements to OpenAI cache reporting and cost estimates (thanks @monotykamary and Cline!)

+ 2 - 2
package-lock.json

@@ -1,12 +1,12 @@
 {
 {
 	"name": "roo-cline",
 	"name": "roo-cline",
-	"version": "3.11.17",
+	"version": "3.12.0",
 	"lockfileVersion": 3,
 	"lockfileVersion": 3,
 	"requires": true,
 	"requires": true,
 	"packages": {
 	"packages": {
 		"": {
 		"": {
 			"name": "roo-cline",
 			"name": "roo-cline",
-			"version": "3.11.17",
+			"version": "3.12.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",

+ 1 - 1
package.json

@@ -3,7 +3,7 @@
 	"displayName": "%extension.displayName%",
 	"displayName": "%extension.displayName%",
 	"description": "%extension.description%",
 	"description": "%extension.description%",
 	"publisher": "RooVeterinaryInc",
 	"publisher": "RooVeterinaryInc",
-	"version": "3.11.17",
+	"version": "3.12.0",
 	"icon": "assets/icons/icon.png",
 	"icon": "assets/icons/icon.png",
 	"galleryBanner": {
 	"galleryBanner": {
 		"color": "#617A91",
 		"color": "#617A91",