mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Changeset version bump (#7859)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
This commit is contained in:
parent
a7befef848
commit
9da9785eb2
3 changed files with 24 additions and 25 deletions
|
|
@ -1,24 +0,0 @@
|
|||
---
|
||||
"roo-cline": minor
|
||||
---
|
||||
|
||||

|
||||
|
||||
- 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
CHANGELOG.md
23
CHANGELOG.md
|
|
@ -1,5 +1,28 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## [3.28.0] - 2025-09-10
|
||||
|
||||

|
||||
|
||||
- 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,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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue