mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Changeset version bump (#4686)
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
70771121eb
commit
f51f89454f
3 changed files with 11 additions and 17 deletions
|
|
@ -1,16 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
- Resolve diff editor race condition in multi-monitor setups (thanks @daniel-lxs!)
|
||||
- Add logic to prevent auto-approving edits of configuration files (thanks @mrubens!)
|
||||
- Adjust searching outside of the workspace to respect the auto-approve settings (thanks @mrubens!)
|
||||
- Move marketplace types to @roo-code/types (thanks @jr!)
|
||||
- Add Indonesian translation support (thanks @chrarnoldus!)
|
||||
- Update Indonesian locale files for chat and settings (thanks @daniel-lxs!)
|
||||
- Fix multi-file diff error handling and UI feedback (thanks @daniel-lxs!)
|
||||
- Improve prompt history navigation to not interfere with text editing (thanks @daniel-lxs!)
|
||||
- Update Indonesian locales/ files (thanks @mrubens!)
|
||||
- Fix inconsistencies in markdown file i18n (thanks @mrubens!)
|
||||
- Make listing tools respect auto-approve settings for outside of the workspace (thanks @mrubens!)
|
||||
- Fix errant maxReadFileLine default (thanks @mrubens!)
|
||||
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -1,5 +1,15 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## [3.20.3] - 2025-06-13
|
||||
|
||||
- Resolve diff editor race condition in multi-monitor setups (thanks @daniel-lxs!)
|
||||
- Add logic to prevent auto-approving edits of configuration files
|
||||
- Adjust searching and listing files outside of the workspace to respect the auto-approve settings
|
||||
- Add Indonesian translation support (thanks @chrarnoldus and @daniel-lxs!)
|
||||
- Fix multi-file diff error handling and UI feedback (thanks @daniel-lxs!)
|
||||
- Improve prompt history navigation to not interfere with text editing (thanks @daniel-lxs!)
|
||||
- Fix errant maxReadFileLine default
|
||||
|
||||
## [3.20.2] - 2025-06-13
|
||||
|
||||
- Limit search_files to only look within the workspace for improved security
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"displayName": "%extension.displayName%",
|
||||
"description": "%extension.description%",
|
||||
"publisher": "RooVeterinaryInc",
|
||||
"version": "3.20.2",
|
||||
"version": "3.20.3",
|
||||
"icon": "assets/icons/icon.png",
|
||||
"galleryBanner": {
|
||||
"color": "#617A91",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue