Skip to content

Commit 9da9785

Browse files
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]>
1 parent a7befef commit 9da9785

File tree

3 files changed

+24
-25
lines changed

3 files changed

+24
-25
lines changed

.changeset/v3.28.0.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Roo Code Changelog
22

3+
## [3.28.0] - 2025-09-10
4+
5+
![3.28.0 Release - Continue tasks in Roo Code Cloud](/releases/3.28.0-release.png)
6+
7+
- feat: Continue tasks in Roo Code Cloud (thanks @brunobergher!)
8+
- feat: Support connecting to Cloud without redirect handling (thanks @mrubens!)
9+
- feat: Add toggle to control task syncing to Cloud (thanks @jr!)
10+
- feat: Add click-to-edit, ESC-to-cancel, and fix padding consistency for chat messages (#7788 by @hannesrudolph, PR by @app/roomote)
11+
- feat: Make reasoning more visible (thanks @app/roomote!)
12+
- fix: Fix Groq context window display (thanks @mrubens!)
13+
- fix: Add GIT_EDITOR env var to merge-resolver mode for non-interactive rebase (thanks @daniel-lxs!)
14+
- fix: Resolve chat message edit/delete duplication issues (thanks @daniel-lxs!)
15+
- fix: Reduce CodeBlock button z-index to prevent overlap with popovers (#7703 by @A0nameless0man, PR by @daniel-lxs)
16+
- fix: Revert PR #7188 - Restore temperature parameter to fix TabbyApi/ExLlamaV2 crashes (#7581 by @drknyt, PR by @daniel-lxs)
17+
- fix: Make ollama models info transport work like lmstudio (#7674 by @ItsOnlyBinary, PR by @ItsOnlyBinary)
18+
- fix: Update DeepSeek pricing to new unified rates effective Sept 5, 2025 (#7685 by @NaccOll, PR by @app/roomote)
19+
- feat: Update Vertex AI models and regions (#7725 by @ssweens, PR by @ssweens)
20+
- chore: Update dependency eslint-plugin-turbo to v2.5.6 (thanks @app/renovate!)
21+
- chore: Update dependency @changesets/cli to v2.29.6 (thanks @app/renovate!)
22+
- chore: Update dependency nock to v14.0.10 (thanks @app/renovate!)
23+
- chore: Update dependency eslint-config-prettier to v10.1.8 (thanks @app/renovate!)
24+
- chore: Update dependency esbuild to v0.25.9 (thanks @app/renovate!)
25+
326
## [3.27.0] - 2025-09-05
427

528
![3.27.0 Release - Bug Fixes and Improvements](/releases/3.27.0-release.png)

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "%extension.displayName%",
44
"description": "%extension.description%",
55
"publisher": "RooVeterinaryInc",
6-
"version": "3.27.0",
6+
"version": "3.28.0",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)