diff --git a/.changeset/v3.28.7.md b/.changeset/v3.28.7.md deleted file mode 100644 index 2b8f8719f21..00000000000 --- a/.changeset/v3.28.7.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"roo-cline": patch ---- - -![3.28.7 Release - Hidden Thinking](/releases/3.28.7-release.png) - -- UX: Collapse thinking blocks by default with UI settings to bring them back (thanks @brunobergher!) -- Fix: Resolve checkpoint restore popover positioning issue (#8219 by @NaccOll, PR by @app/roomote) -- Add cloud account switcher functionality (thanks @mrubens!) -- Add support for zai-org/GLM-4.5-turbo model in Chutes provider (#8155 by @mugnimaestra, PR by @app/roomote) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb9fbf83d4b..8ddbdaeb3fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Roo Code Changelog +## [3.28.7] - 2025-09-23 + +![3.28.7 Release - Hidden Thinking](/releases/3.28.7-release.png) + +- UX: Collapse thinking blocks by default with UI settings to always show them (thanks @brunobergher!) +- Fix: Resolve checkpoint restore popover positioning issue (#8219 by @NaccOll, PR by @app/roomote) +- Add cloud account switcher functionality (thanks @mrubens!) +- Add support for zai-org/GLM-4.5-turbo model in Chutes provider (#8155 by @mugnimaestra, PR by @app/roomote) + ## [3.28.6] - 2025-09-23 ![3.28.6 Release - Kangaroo studying ancient codex](/releases/3.28.6-release.png) diff --git a/src/package.json b/src/package.json index 00f5eff6301..8ac7d84fda5 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.28.6", + "version": "3.28.7", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",