Compare commits

...

2 commits

Author SHA1 Message Date
Matt Rubens
23bbad04e2
Update CHANGELOG.md 2025-06-13 23:40:44 -04:00
github-actions[bot]
879868448a changeset version bump 2025-06-14 03:36:03 +00:00
3 changed files with 11 additions and 17 deletions

View file

@ -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!)

View file

@ -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

View file

@ -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",