mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
Changeset version bump (#8026)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
This commit is contained in:
parent
3c2fd1d3d3
commit
4fe051f4b5
3 changed files with 19 additions and 20 deletions
|
|
@ -1,19 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||

|
||||
|
||||
- Fix: Filter out Claude Code built-in tools (ExitPlanMode, BashOutput, KillBash) (#7817 by @juliettefournier-econ, PR by @roomote)
|
||||
- Replace + icon with edit icon for New Task button (#7941 by @hannesrudolph, PR by @roomote)
|
||||
- Fix: Corrected C# tree-sitter query (#5238 by @vadash, PR by @mubeen-zulfiqar)
|
||||
- Add keyboard shortcut for "Add to Context" action (#7907 by @hannesrudolph, PR by @roomote)
|
||||
- Fix: Context menu is obscured when edit message (#7759 by @mini2s, PR by @NaccOll)
|
||||
- Fix: Handle ByteString conversion errors in OpenAI embedders (#7959 by @PavelA85, PR by @daniel-lxs)
|
||||
- Add Z.ai coding plan support (thanks @daniel-lxs!)
|
||||
- Move slash commands to Settings tab with gear icon for discoverability (thanks @roomote!)
|
||||
- Reposition Add Image button inside ChatTextArea (thanks @roomote!)
|
||||
- Bring back a way to temporarily and globally pause auto-approve without losing your toggle state (thanks @brunobergher!)
|
||||
- Makes text area buttons appear only when there's text (thanks @brunobergher!)
|
||||
- CONTRIBUTING.md tweaks and issue template rewrite (thanks @hannesrudolph!)
|
||||
- Bump axios from 1.9.0 to 1.12.0 (thanks @dependabot!)
|
||||
18
CHANGELOG.md
18
CHANGELOG.md
|
|
@ -1,5 +1,23 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## [3.28.3] - 2025-09-16
|
||||
|
||||

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

|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"displayName": "%extension.displayName%",
|
||||
"description": "%extension.description%",
|
||||
"publisher": "RooVeterinaryInc",
|
||||
"version": "3.28.2",
|
||||
"version": "3.28.3",
|
||||
"icon": "assets/icons/icon.png",
|
||||
"galleryBanner": {
|
||||
"color": "#617A91",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue