diff --git a/.changeset/v3.20.3.md b/.changeset/v3.20.3.md new file mode 100644 index 0000000000..2625c3a583 --- /dev/null +++ b/.changeset/v3.20.3.md @@ -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!)