Преглед изворни кода

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]>
github-actions[bot] пре 6 месеци
родитељ
комит
f51f89454f
3 измењених фајлова са 11 додато и 17 уклоњено
  1. 0 16
      .changeset/v3.20.3.md
  2. 10 0
      CHANGELOG.md
  3. 1 1
      src/package.json

+ 0 - 16
.changeset/v3.20.3.md

@@ -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!)

+ 10 - 0
CHANGELOG.md

@@ -1,5 +1,15 @@
 # Roo Code Changelog
 
+## [3.20.3] - 2025-06-13
+
+- 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
 
 - Limit search_files to only look within the workspace for improved security

+ 1 - 1
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",