Browse Source

Merge pull request #1502 from RooVetGit/changeset-release/main

Changeset version bump
Matt Rubens 11 months ago
parent
commit
d31b3b67e7
5 changed files with 11 additions and 13 deletions
  1. 0 5
      .changeset/modern-pillows-visit.md
  2. 0 5
      .changeset/wild-dragons-leave.md
  3. 8 0
      CHANGELOG.md
  4. 2 2
      package-lock.json
  5. 1 1
      package.json

+ 0 - 5
.changeset/modern-pillows-visit.md

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

+ 0 - 5
.changeset/wild-dragons-leave.md

@@ -1,5 +0,0 @@
----
-"roo-cline": patch
----
-
-Add o3-mini support to openai compatible

+ 8 - 0
CHANGELOG.md

@@ -1,5 +1,13 @@
 # Roo Code Changelog
 
+## [3.8.2] - 2025-03-08
+
+- Create an auto-approval toggle for subtask creation and completion (thanks @shaybc!)
+- Show a progress indicator when using the multi-diff editing strategy (thanks @qdaxb!)
+- Add o3-mini support to the OpenAI-compatible provider (thanks @yt3trees!)
+- Fix encoding issue where unreadable characters were sometimes getting added to the beginning of files
+- Fix issue where settings dropdowns were getting truncated in some cases
+
 ## [3.8.1] - 2025-03-07
 
 - Show the reserved output tokens in the context window visualization

+ 2 - 2
package-lock.json

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

+ 1 - 1
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.8.1",
+	"version": "3.8.2",
 	"icon": "assets/icons/rocket.png",
 	"galleryBanner": {
 		"color": "#617A91",