From 9ebdeb62c02828d3c4216f691ba8e509dc39d57f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 14:21:27 +0000 Subject: [PATCH] changeset version bump --- .changeset/curly-states-see.md | 5 ----- .changeset/v3.21.4.md | 10 ---------- CHANGELOG.md | 7 +++++++ src/package.json | 2 +- 4 files changed, 8 insertions(+), 16 deletions(-) delete mode 100644 .changeset/curly-states-see.md delete mode 100644 .changeset/v3.21.4.md diff --git a/.changeset/curly-states-see.md b/.changeset/curly-states-see.md deleted file mode 100644 index 0d1ff62117..0000000000 --- a/.changeset/curly-states-see.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Close the browsertool properly when a remote browser is configured but a fallback local one is used diff --git a/.changeset/v3.21.4.md b/.changeset/v3.21.4.md deleted file mode 100644 index 3b6d8fd8bf..0000000000 --- a/.changeset/v3.21.4.md +++ /dev/null @@ -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!) diff --git a/CHANGELOG.md b/CHANGELOG.md index daee785b6d..3f02cb8b44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Roo Code Changelog +## 3.21.4 + +### Patch Changes + +- Close the browsertool properly when a remote browser is configured but a fallback local one is used +- - Fix start line not working in multiple apply diff (thanks @samhvw8!) + ## [3.21.3] - 2025-06-21 - Add profile-specific context condensing thresholds (thanks @SannidhyaSah!) diff --git a/src/package.json b/src/package.json index bb4a784173..512a1980db 100644 --- a/src/package.json +++ b/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",