Browse Source

Changeset version bump (#7859)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matt Rubens <[email protected]>
github-actions[bot] 4 months ago
parent
commit
9da9785eb2
3 changed files with 24 additions and 25 deletions
  1. 0 24
      .changeset/v3.28.0.md
  2. 23 0
      CHANGELOG.md
  3. 1 1
      src/package.json

+ 0 - 24
.changeset/v3.28.0.md

@@ -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!)

+ 23 - 0
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)

+ 1 - 1
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",