Skip to content

Commit 4fe051f

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

File tree

3 files changed

+19
-20
lines changed

3 files changed

+19
-20
lines changed

.changeset/v3.28.3.md

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

CHANGELOG.md

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

3+
## [3.28.3] - 2025-09-16
4+
5+
![3.28.3 Release - UI/UX Improvements and Bug Fixes](/releases/3.28.3-release.png)
6+
7+
- Fix: Filter out Claude Code built-in tools (ExitPlanMode, BashOutput, KillBash) (#7817 by @juliettefournier-econ, PR by @roomote)
8+
- Replace + icon with edit icon for New Task button (#7941 by @hannesrudolph, PR by @roomote)
9+
- Fix: Corrected C# tree-sitter query (#5238 by @vadash, PR by @mubeen-zulfiqar)
10+
- Add keyboard shortcut for "Add to Context" action (#7907 by @hannesrudolph, PR by @roomote)
11+
- Fix: Context menu is obscured when edit message (#7759 by @mini2s, PR by @NaccOll)
12+
- Fix: Handle ByteString conversion errors in OpenAI embedders (#7959 by @PavelA85, PR by @daniel-lxs)
13+
- Add Z.ai coding plan support (thanks @daniel-lxs!)
14+
- Move slash commands to Settings tab with gear icon for discoverability (thanks @roomote!)
15+
- Reposition Add Image button inside ChatTextArea (thanks @roomote!)
16+
- Bring back a way to temporarily and globally pause auto-approve without losing your toggle state (thanks @brunobergher!)
17+
- Makes text area buttons appear only when there's text (thanks @brunobergher!)
18+
- CONTRIBUTING.md tweaks and issue template rewrite (thanks @hannesrudolph!)
19+
- Bump axios from 1.9.0 to 1.12.0 (thanks @dependabot!)
20+
321
## [3.28.2] - 2025-09-14
422

523
![3.28.2 Release - Auto-approve improvements](/releases/3.28.2-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.2",
6+
"version": "3.28.3",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)