This commit is contained in:
Matt Rubens 2025-06-13 23:35:29 -04:00 committed by GitHub
parent 254baa8704
commit 405ffacd04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

16
.changeset/v3.20.3.md Normal file
View file

@ -0,0 +1,16 @@
---
"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!)