Forráskód Böngészése

Changeset version bump (#9154)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matt Rubens <[email protected]>
github-actions[bot] 1 hónapja
szülő
commit
69d4efc335
3 módosított fájl, 11 hozzáadás és 9 törlés
  1. 0 8
      .changeset/v3.31.1.md
  2. 10 0
      CHANGELOG.md
  3. 1 1
      src/package.json

+ 0 - 8
.changeset/v3.31.1.md

@@ -1,8 +0,0 @@
----
-"roo-cline": patch
----
-
-![3.31.1 Release - Kangaroo Stuck in the Clouds](/releases/3.31.1-release.png)
-
-- Fix: Prevent command_output ask from blocking in cloud/headless environments (thanks @daniel-lxs!)
-- Add IPC command for sending messages to the current task (thanks @mrubens!)

+ 10 - 0
CHANGELOG.md

@@ -1,5 +1,15 @@
 # Roo Code Changelog
 
+## [3.31.1] - 2025-11-11
+
+![3.31.1 Release - Kangaroo Stuck in the Clouds](/releases/3.31.1-release.png)
+
+- Fix: Prevent command_output ask from blocking in cloud/headless environments (thanks @daniel-lxs!)
+- Add IPC command for sending messages to the current task (thanks @mrubens!)
+- Fix: Model switch re-applies selected profile, ensuring task configuration stays in sync (#9179 by @hannesrudolph, PR by @hannesrudolph)
+- Move auto-approval logic from `ChatView` to `Task` for better architecture (thanks @cte!)
+- Add custom Button component with variant system (thanks @brunobergher!)
+
 ## [3.31.0] - 2025-11-07
 
 ![3.31.0 Release - Todo List and Task Header Improvements](/releases/3.31.0-release.png)

+ 1 - 1
src/package.json

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