From e774ba2615583ca30d081578d56c816489526b9a Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Tue, 11 Nov 2025 20:32:31 -0500 Subject: [PATCH] Revise CHANGELOG for version 3.31.1 Updated changelog for version 3.31.1 with new features and fixes. --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0455dbf5b9..63d1d5dd32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ # Roo Code Changelog -## 3.31.1 +## [3.31.1] - 2025-11-11 -### Patch Changes +![3.31.1 Release - Kangaroo Stuck in the Clouds](/releases/3.31.1-release.png) -- ![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