diff --git a/.changeset/v3.20.3.md b/.changeset/v3.20.3.md deleted file mode 100644 index 2625c3a583..0000000000 --- a/.changeset/v3.20.3.md +++ /dev/null @@ -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!) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a813d5bb4..ea8b451e3e 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/src/package.json b/src/package.json index 70977a1aa7..a806f66ffe 100644 --- a/src/package.json +++ b/src/package.json @@ -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",