Skip to content

Commit d54ff8a

Browse files
Changeset version bump (RooCodeInc#7980)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens <[email protected]>
1 parent 3be0a96 commit d54ff8a

File tree

3 files changed

+15
-16
lines changed

3 files changed

+15
-16
lines changed

.changeset/v3.28.2.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Roo Code Changelog
22

3+
## [3.28.2] - 2025-09-14
4+
5+
![3.28.2 Release - Auto-approve improvements](/releases/3.28.2-release.png)
6+
7+
- Improve auto-approve UI with smaller and more subtle design (thanks @brunobergher!)
8+
- Fix: Message queue re-queue loop in Task.ask() causing performance issues (#7861 by @hannesrudolph, PR by @daniel-lxs)
9+
- Fix: Restrict @-mention parsing to line-start or whitespace boundaries to prevent false triggers (#7875 by @hannesrudolph, PR by @app/roomote)
10+
- Fix: Make nested git repository warning persistent with path info for better visibility (#7884 by @hannesrudolph, PR by @app/roomote)
11+
- Fix: Include API key in Ollama /api/tags requests for authenticated instances (#7902 by @ItsOnlyBinary, PR by @app/roomote)
12+
- Fix: Preserve original first message context during conversation condensing (thanks @daniel-lxs!)
13+
- Add Qwen3 Next 80B A3B models to chutes provider (thanks @daniel-lxs!)
14+
- Disable Roomote Control on logout for better security (thanks @cte!)
15+
- Add padding to the cloudview for better visual spacing (thanks @mrubens!)
16+
317
## [3.28.1] - 2025-09-11
418

519
![3.28.1 Release - Kangaroo riding rocket to the clouds](/releases/3.28.1-release.png)

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "%extension.displayName%",
44
"description": "%extension.description%",
55
"publisher": "RooVeterinaryInc",
6-
"version": "3.28.1",
6+
"version": "3.28.2",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)