Skip to content

Commit 9e9e441

Browse files
github-actions[bot]mrubens
authored andcommitted
Changeset version bump (#4686)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens <[email protected]>
1 parent 3f681b9 commit 9e9e441

File tree

3 files changed

+11
-17
lines changed

3 files changed

+11
-17
lines changed

.changeset/v3.20.3.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Roo Code Changelog
22

3+
## [3.20.3] - 2025-06-13
4+
5+
- Resolve diff editor race condition in multi-monitor setups (thanks @daniel-lxs!)
6+
- Add logic to prevent auto-approving edits of configuration files
7+
- Adjust searching and listing files outside of the workspace to respect the auto-approve settings
8+
- Add Indonesian translation support (thanks @chrarnoldus and @daniel-lxs!)
9+
- Fix multi-file diff error handling and UI feedback (thanks @daniel-lxs!)
10+
- Improve prompt history navigation to not interfere with text editing (thanks @daniel-lxs!)
11+
- Fix errant maxReadFileLine default
12+
313
## [3.20.2] - 2025-06-13
414

515
- Limit search_files to only look within the workspace for improved security

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "%extension.displayName%",
44
"description": "%extension.description%",
55
"publisher": "RooVeterinaryInc",
6-
"version": "3.20.2",
6+
"version": "3.20.3",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)