From 23bbad04e26c6f828d33fb6480e3be07abe640ab Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Fri, 13 Jun 2025 23:40:44 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77f4810cf9..ea8b451e3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ # Roo Code Changelog -## 3.20.3 +## [3.20.3] - 2025-06-13 -### Patch Changes - -- - Resolve diff editor race condition in multi-monitor setups (thanks @daniel-lxs!) +- 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