We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 405ffac commit 8798684Copy full SHA for 8798684
.changeset/v3.20.3.md
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Roo Code Changelog
2
3
+## 3.20.3
4
+
5
+### Patch Changes
6
7
+- - Resolve diff editor race condition in multi-monitor setups (thanks @daniel-lxs!)
8
9
## [3.20.2] - 2025-06-13
10
11
- Limit search_files to only look within the workspace for improved security
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",
0 commit comments