diff --git a/.changeset/v3.28.0.md b/.changeset/v3.28.0.md deleted file mode 100644 index cf74f3d890..0000000000 --- a/.changeset/v3.28.0.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -"roo-cline": minor ---- - -![3.28.0 Release - Click-to-edit chat messages and UI improvements](/releases/3.28.0-release.png) - -- feat: Continue tasks in Roo Code Cloud (thanks @brunobergher!) -- feat: Support connecting to Cloud without redirect handling (thanks @mrubens!) -- feat: Add toggle to control task syncing to Cloud (thanks @jr!) -- feat: Add click-to-edit, ESC-to-cancel, and fix padding consistency for chat messages (#7788 by @hannesrudolph, PR by @app/roomote) -- feat: Make reasoning more visible (thanks @app/roomote!) -- fix: Fix Groq context window display (thanks @mrubens!) -- fix: Add GIT_EDITOR env var to merge-resolver mode for non-interactive rebase (thanks @daniel-lxs!) -- fix: Resolve chat message edit/delete duplication issues (thanks @daniel-lxs!) -- fix: Reduce CodeBlock button z-index to prevent overlap with popovers (#7703 by @A0nameless0man, PR by @daniel-lxs) -- fix: Revert PR #7188 - Restore temperature parameter to fix TabbyApi/ExLlamaV2 crashes (#7581 by @drknyt, PR by @daniel-lxs) -- fix: Make ollama models info transport work like lmstudio (#7674 by @ItsOnlyBinary, PR by @ItsOnlyBinary) -- fix: Update DeepSeek pricing to new unified rates effective Sept 5, 2025 (#7685 by @NaccOll, PR by @app/roomote) -- feat: Update Vertex AI models and regions (#7725 by @ssweens, PR by @ssweens) -- chore: Update dependency eslint-plugin-turbo to v2.5.6 (thanks @app/renovate!) -- chore: Update dependency @changesets/cli to v2.29.6 (thanks @app/renovate!) -- chore: Update dependency nock to v14.0.10 (thanks @app/renovate!) -- chore: Update dependency eslint-config-prettier to v10.1.8 (thanks @app/renovate!) -- chore: Update dependency esbuild to v0.25.9 (thanks @app/renovate!) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8e06ecd4f..f3a9d5952f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Roo Code Changelog +## [3.28.0] - 2025-09-10 + +![3.28.0 Release - Continue tasks in Roo Code Cloud](/releases/3.28.0-release.png) + +- feat: Continue tasks in Roo Code Cloud (thanks @brunobergher!) +- feat: Support connecting to Cloud without redirect handling (thanks @mrubens!) +- feat: Add toggle to control task syncing to Cloud (thanks @jr!) +- feat: Add click-to-edit, ESC-to-cancel, and fix padding consistency for chat messages (#7788 by @hannesrudolph, PR by @app/roomote) +- feat: Make reasoning more visible (thanks @app/roomote!) +- fix: Fix Groq context window display (thanks @mrubens!) +- fix: Add GIT_EDITOR env var to merge-resolver mode for non-interactive rebase (thanks @daniel-lxs!) +- fix: Resolve chat message edit/delete duplication issues (thanks @daniel-lxs!) +- fix: Reduce CodeBlock button z-index to prevent overlap with popovers (#7703 by @A0nameless0man, PR by @daniel-lxs) +- fix: Revert PR #7188 - Restore temperature parameter to fix TabbyApi/ExLlamaV2 crashes (#7581 by @drknyt, PR by @daniel-lxs) +- fix: Make ollama models info transport work like lmstudio (#7674 by @ItsOnlyBinary, PR by @ItsOnlyBinary) +- fix: Update DeepSeek pricing to new unified rates effective Sept 5, 2025 (#7685 by @NaccOll, PR by @app/roomote) +- feat: Update Vertex AI models and regions (#7725 by @ssweens, PR by @ssweens) +- chore: Update dependency eslint-plugin-turbo to v2.5.6 (thanks @app/renovate!) +- chore: Update dependency @changesets/cli to v2.29.6 (thanks @app/renovate!) +- chore: Update dependency nock to v14.0.10 (thanks @app/renovate!) +- chore: Update dependency eslint-config-prettier to v10.1.8 (thanks @app/renovate!) +- chore: Update dependency esbuild to v0.25.9 (thanks @app/renovate!) + ## [3.27.0] - 2025-09-05 ![3.27.0 Release - Bug Fixes and Improvements](/releases/3.27.0-release.png) diff --git a/src/package.json b/src/package.json index 34808a28c0..8e1319a924 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.27.0", + "version": "3.28.0", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",