Skip to content

Commit 74c3ce6

Browse files
committed
feat: add release notes for version 3.20.3 and update sidebar links
1 parent 17b804e commit 74c3ce6

File tree

4 files changed

+37
-0
lines changed

4 files changed

+37
-0
lines changed

docs/update-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ This section contains notes about recent updates to Roo Code, listed by version
55

66
## Version 3.20
77

8+
* [3.20.3](/update-notes/v3.20.3) (2025-06-14)
89
* [3.20.2](/update-notes/v3.20.2) (2025-06-13)
910
* [3.20.1](/update-notes/v3.20.1) (2025-06-12)
1011
* [3.20.0](/update-notes/v3.20.0) (2025-06-12)

docs/update-notes/v3.20.3.mdx

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Roo Code 3.20.3 Release Notes (2025-06-14)
2+
3+
This release resolves a race condition, enhances auto-approve logic, and adds Indonesian translation support.
4+
5+
## Bug Fixes
6+
7+
* **Diff Editor**: Resolve diff editor race condition in multi-monitor setups (thanks daniel-lxs!) ([#4578](https://github.com/RooCodeInc/Roo-Code/pull/4578))
8+
* **Auto-Approve**:
9+
* Prevent auto-approving edits of configuration files (thanks mrubens!) ([#4667](https://github.com/RooCodeInc/Roo-Code/pull/4667))
10+
* Adjust searching outside of the workspace to respect the auto-approve checkbox (thanks mrubens!) ([#4670](https://github.com/RooCodeInc/Roo-Code/pull/4670))
11+
* Make listing tools respect auto-approve settings for outside of the workspace (thanks mrubens!) ([#4682](https://github.com/RooCodeInc/Roo-Code/pull/4682))
12+
* **File Read**: Fix errant `maxReadFileLine` default (thanks mrubens!) ([#4683](https://github.com/RooCodeInc/Roo-Code/pull/4683))
13+
* **Multi-file Diff**: Fix multi-file diff error handling and UI feedback (thanks daniel-lxs!) ([#4674](https://github.com/RooCodeInc/Roo-Code/pull/4674))
14+
* **Prompt History**: Improve prompt history navigation to not interfere with text editing (thanks daniel-lxs!) ([#4677](https://github.com/RooCodeInc/Roo-Code/pull/4677))
15+
16+
## Misc Improvements
17+
18+
* **Localization**:
19+
* Add Indonesian translation support (thanks chrarnoldus!) ([#4672](https://github.com/RooCodeInc/Roo-Code/pull/4672))
20+
* Update Indonesian locale files for chat and settings (thanks daniel-lxs!) ([#4675](https://github.com/RooCodeInc/Roo-Code/pull/4675))
21+
* Fix inconsistencies in markdown file i18n (thanks mrubens!) ([#4681](https://github.com/RooCodeInc/Roo-Code/pull/4681))
22+
* **Types**: Move marketplace types to `@roo-code/types` (thanks jr!) ([#4671](https://github.com/RooCodeInc/Roo-Code/pull/4671))

docs/update-notes/v3.20.mdx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,14 @@ Navigate your prompt history with a terminal-like experience using the arrow key
7070
* Prevent MCP 'installed' label from being squeezed (thanks @daniel-lxs!) ([#4649](https://github.com/RooCodeInc/Roo-Code/pull/4649))
7171
* Add indexing status badge to chat view ([#4532](https://github.com/RooCodeInc/Roo-Code/pull/4532))
7272
* **Bedrock**: Reapply reasoning for bedrock with fix (thanks @daniel-lxs!) ([#4645](https://github.com/RooCodeInc/Roo-Code/pull/4645))
73+
* **Diff Editor**: Resolve diff editor race condition in multi-monitor setups (thanks daniel-lxs!) ([#4578](https://github.com/RooCodeInc/Roo-Code/pull/4578))
74+
* **Auto-Approve**:
75+
* Prevent auto-approving edits of configuration files (thanks mrubens!) ([#4667](https://github.com/RooCodeInc/Roo-Code/pull/4667))
76+
* Adjust searching outside of the workspace to respect the auto-approve checkbox (thanks mrubens!) ([#4670](https://github.com/RooCodeInc/Roo-Code/pull/4670))
77+
* Make listing tools respect auto-approve settings for outside of the workspace (thanks mrubens!) ([#4682](https://github.com/RooCodeInc/Roo-Code/pull/4682))
78+
* **File Read**: Fix errant `maxReadFileLine` default (thanks mrubens!) ([#4683](https://github.com/RooCodeInc/Roo-Code/pull/4683))
79+
* **Multi-file Diff**: Fix multi-file diff error handling and UI feedback (thanks daniel-lxs!) ([#4674](https://github.com/RooCodeInc/Roo-Code/pull/4674))
80+
* **Prompt History**: Improve prompt history navigation to not interfere with text editing (thanks daniel-lxs!) ([#4677](https://github.com/RooCodeInc/Roo-Code/pull/4677))
7381

7482
## Misc Improvements
7583

@@ -78,6 +86,11 @@ Navigate your prompt history with a terminal-like experience using the arrow key
7886
* Avoid type system duplication for cleaner codebase (thanks @EamonNerbonne!) ([#4596](https://github.com/RooCodeInc/Roo-Code/pull/4596))
7987
* Improve PR Reviewer and Issue Fixer Rules for better guidance and targeted fixes ([#4651](https://github.com/RooCodeInc/Roo-Code/pull/4651), [#4652](https://github.com/RooCodeInc/Roo-Code/pull/4652))
8088
* **Unbound**: Add cache breakpoints for custom vertex models on Unbound (thanks @pugazhendhi-m!) ([#4585](https://github.com/RooCodeInc/Roo-Code/pull/4585))
89+
* **Localization**:
90+
* Add Indonesian translation support (thanks chrarnoldus!) ([#4672](https://github.com/RooCodeInc/Roo-Code/pull/4672))
91+
* Update Indonesian locale files for chat and settings (thanks daniel-lxs!) ([#4675](https://github.com/RooCodeInc/Roo-Code/pull/4675))
92+
* Fix inconsistencies in markdown file i18n (thanks mrubens!) ([#4681](https://github.com/RooCodeInc/Roo-Code/pull/4681))
93+
* **Types**: Move marketplace types to `@roo-code/types` (thanks jr!) ([#4671](https://github.com/RooCodeInc/Roo-Code/pull/4671))
8194

8295
## Documentation
8396

sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ const sidebars: SidebarsConfig = {
194194
label: '3.20',
195195
items: [
196196
{ type: 'doc', id: 'update-notes/v3.20', label: '3.20 Combined' },
197+
{ type: 'doc', id: 'update-notes/v3.20.3', label: '3.20.3' },
197198
{ type: 'doc', id: 'update-notes/v3.20.2', label: '3.20.2' },
198199
{ type: 'doc', id: 'update-notes/v3.20.1', label: '3.20.1' },
199200
{ type: 'doc', id: 'update-notes/v3.20.0', label: '3.20.0' },

0 commit comments

Comments
 (0)