From c2d5bc9c2b9da4ae00179ca18ece477c1cab99db Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 14 Sep 2025 19:12:57 +0000 Subject: [PATCH 1/3] changeset version bump --- .changeset/v3.28.2.md | 15 --------------- CHANGELOG.md | 6 ++++++ src/package.json | 2 +- 3 files changed, 7 insertions(+), 16 deletions(-) delete mode 100644 .changeset/v3.28.2.md diff --git a/.changeset/v3.28.2.md b/.changeset/v3.28.2.md deleted file mode 100644 index b47733bca959..000000000000 --- a/.changeset/v3.28.2.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -"roo-cline": patch ---- - -![3.28.2 Release - Auto-approve improvements](/releases/3.28.2-release.png) - -- Improve auto-approve UI with smaller and more subtle design (thanks @brunobergher!) -- Fix: Message queue re-queue loop in Task.ask() causing performance issues (#7861 by @hannesrudolph, PR by @daniel-lxs) -- Fix: Restrict @-mention parsing to line-start or whitespace boundaries to prevent false triggers (#7875 by @hannesrudolph, PR by @app/roomote) -- Fix: Make nested git repository warning persistent with path info for better visibility (#7884 by @hannesrudolph, PR by @app/roomote) -- Fix: Include API key in Ollama /api/tags requests for authenticated instances (#7902 by @ItsOnlyBinary, PR by @app/roomote) -- Fix: Preserve original first message context during conversation condensing (thanks @daniel-lxs!) -- Add Qwen3 Next 80B A3B models to chutes provider (thanks @daniel-lxs!) -- Disable Roomote Control on logout for better security (thanks @cte!) -- Add padding to the cloudview for better visual spacing (thanks @mrubens!) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0af79a7454cd..b98fa0d9bc4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Roo Code Changelog +## 3.28.2 + +### Patch Changes + +- ![3.28.2 Release - Auto-approve improvements](/releases/3.28.2-release.png) + ## [3.28.1] - 2025-09-11 ![3.28.1 Release - Kangaroo riding rocket to the clouds](/releases/3.28.1-release.png) diff --git a/src/package.json b/src/package.json index 8cfecad2dc5f..ad47fa6889d9 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.28.1", + "version": "3.28.2", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91", From cf9718b329a3b372f39f12ab1a467a268a1ef5bd Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Sun, 14 Sep 2025 15:15:36 -0400 Subject: [PATCH 2/3] Revise CHANGELOG for version 3.28.2 Updated changelog for version 3.28.2 with new features, fixes, and improvements. --- CHANGELOG.md | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b98fa0d9bc4a..140cb43ce449 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,18 @@ # Roo Code Changelog -## 3.28.2 - -### Patch Changes - -- ![3.28.2 Release - Auto-approve improvements](/releases/3.28.2-release.png) - -## [3.28.1] - 2025-09-11 +## [3.28.2] - 2025-09-14 + +![3.28.2 Release - Auto-approve improvements](/releases/3.28.2-release.png) + +- Improve auto-approve UI with smaller and more subtle design (thanks @brunobergher!) +- Fix: Message queue re-queue loop in Task.ask() causing performance issues (#7861 by @hannesrudolph, PR by @daniel-lxs) +- Fix: Restrict @-mention parsing to line-start or whitespace boundaries to prevent false triggers (#7875 by @hannesrudolph, PR by @app/roomote) +- Fix: Make nested git repository warning persistent with path info for better visibility (#7884 by @hannesrudolph, PR by @app/roomote) +- Fix: Include API key in Ollama /api/tags requests for authenticated instances (#7902 by @ItsOnlyBinary, PR by @app/roomote) +- Fix: Preserve original first message context during conversation condensing (thanks @daniel-lxs!) +- Add Qwen3 Next 80B A3B models to chutes provider (thanks @daniel-lxs!) +- Disable Roomote Control on logout for better security (thanks @cte!) +- Add padding to the cloudview for better visual spacing (thanks @mrubens!) ![3.28.1 Release - Kangaroo riding rocket to the clouds](/releases/3.28.1-release.png) From 68352562f0756344b070ee4f9eee13465c7cdb1d Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Sun, 14 Sep 2025 15:16:04 -0400 Subject: [PATCH 3/3] Update CHANGELOG for version 3.28.1 Announce Roo Code Cloud and add cloud task button. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 140cb43ce449..97aa127589e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ - Disable Roomote Control on logout for better security (thanks @cte!) - Add padding to the cloudview for better visual spacing (thanks @mrubens!) +## [3.28.1] - 2025-09-11 + ![3.28.1 Release - Kangaroo riding rocket to the clouds](/releases/3.28.1-release.png) - Announce Roo Code Cloud!