diff --git a/.changeset/v3.21.3.md b/.changeset/v3.21.3.md deleted file mode 100644 index 749004641b..0000000000 --- a/.changeset/v3.21.3.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"roo-cline": patch ---- - -- Add profile-specific context condensing thresholds (thanks @SannidhyaSah!) -- Fix context length for lmstudio and ollama (thanks @thecolorblue!) -- Resolve MCP tool eye icon state and hide in chat context (thanks @daniel-lxs!) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bc7bc1276..daee785b6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Roo Code Changelog +## [3.21.3] - 2025-06-21 + +- Add profile-specific context condensing thresholds (thanks @SannidhyaSah!) +- Fix context length for lmstudio and ollama (thanks @thecolorblue!) +- Resolve MCP tool eye icon state and hide in chat context (thanks @daniel-lxs!) + ## [3.21.2] - 2025-06-20 - Add LaTeX math equation rendering in chat window diff --git a/src/package.json b/src/package.json index 78806ce47b..bb4a784173 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.21.2", + "version": "3.21.3", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",