From cf9718b329a3b372f39f12ab1a467a268a1ef5bd Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Sun, 14 Sep 2025 15:15:36 -0400 Subject: [PATCH] Revise CHANGELOG for version 3.28.2 Updated changelog for version 3.28.2 with new features, fixes, and improvements. --- CHANGELOG.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b98fa0d9bc..140cb43ce4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,18 @@ # Roo Code Changelog -## 3.28.2 +## [3.28.2] - 2025-09-14 -### Patch Changes +![3.28.2 Release - Auto-approve improvements](/releases/3.28.2-release.png) -- ![3.28.2 Release - Auto-approve improvements](/releases/3.28.2-release.png) - -## [3.28.1] - 2025-09-11 +- 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)