mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
changeset version bump
This commit is contained in:
parent
405ffacd04
commit
879868448a
3 changed files with 7 additions and 17 deletions
|
|
@ -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!)
|
||||
|
|
@ -1,5 +1,11 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## 3.20.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- - Resolve diff editor race condition in multi-monitor setups (thanks @daniel-lxs!)
|
||||
|
||||
## [3.20.2] - 2025-06-13
|
||||
|
||||
- Limit search_files to only look within the workspace for improved security
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue