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..4abb8e72d1 100644 --- a/CHANGELOG.md +++ b/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!) 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",