Bladeren bron

Changeset version bump (#5039)

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 maanden geleden
bovenliggende
commit
ae885d64e0
4 gewijzigde bestanden met toevoegingen van 10 en 16 verwijderingen
  1. 0 5
      .changeset/curly-states-see.md
  2. 0 10
      .changeset/v3.21.4.md
  3. 9 0
      CHANGELOG.md
  4. 1 1
      src/package.json

+ 0 - 5
.changeset/curly-states-see.md

@@ -1,5 +0,0 @@
----
-"roo-cline": patch
----
-
-Close the browsertool properly when a remote browser is configured but a fallback local one is used

+ 0 - 10
.changeset/v3.21.4.md

@@ -1,10 +0,0 @@
----
-"roo-cline": patch
----
-
-- Fix start line not working in multiple apply diff (thanks @samhvw8!)
-- Resolve diff editor issues with markdown preview associations (thanks @daniel-lxs!)
-- Resolve URL port handling bug for HTTPS URLs in Qdrant (thanks @benashby!)
-- Mark unused Ollama schema properties as optional (thanks @daniel-lxs!)
-- Close the local browser when used as fallback for remote (thanks @markijbema!)
-- Add Claude Code provider for local CLI integration (thanks @BarreiroT!)

+ 9 - 0
CHANGELOG.md

@@ -1,5 +1,14 @@
 # Roo Code Changelog
 
+## [3.21.4] - 2025-06-23
+
+- Fix start line not working in multiple apply diff (thanks @samhvw8!)
+- Resolve diff editor issues with markdown preview associations (thanks @daniel-lxs!)
+- Resolve URL port handling bug for HTTPS URLs in Qdrant (thanks @benashby!)
+- Mark unused Ollama schema properties as optional (thanks @daniel-lxs!)
+- Close the local browser when used as fallback for remote (thanks @markijbema!)
+- Add Claude Code provider for local CLI integration (thanks @BarreiroT!)
+
 ## [3.21.3] - 2025-06-21
 
 - Add profile-specific context condensing thresholds (thanks @SannidhyaSah!)

+ 1 - 1
src/package.json

@@ -3,7 +3,7 @@
 	"displayName": "%extension.displayName%",
 	"description": "%extension.description%",
 	"publisher": "RooVeterinaryInc",
-	"version": "3.21.3",
+	"version": "3.21.4",
 	"icon": "assets/icons/icon.png",
 	"galleryBanner": {
 		"color": "#617A91",