mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Changeset version bump (#9066)
* changeset version bump * Revise CHANGELOG for version 3.30.2 Updated changelog for version 3.30.2 with new features and fixes. --------- 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
7e3b599b1a
commit
7320d79c08
3 changed files with 18 additions and 19 deletions
|
|
@ -1,18 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||

|
||||
|
||||
- Fix: eliminate UI flicker during task cancellation (thanks @daniel-lxs!)
|
||||
- Add Global Inference support for Bedrock models (#8750 by @ronyblum, PR by @hannesrudolph)
|
||||
- Add Qwen3 embedding models (0.6B and 4B) to OpenRouter support (#9058 by @dmarkey, PR by @app/roomote)
|
||||
- Fix: resolve incorrect commit location when GIT_DIR set in Dev Containers (#4567 by @nonsleepr, PR by @heyseth)
|
||||
- Fix: keep pinned models fixed at top of scrollable list (#8812 by @XiaoYingYo, PR by @app/roomote)
|
||||
- Fix: update Opus 4.1 max tokens from 8K to 32K (#9045 by @kaveh-deriv, PR by @app/roomote)
|
||||
- Set Claude Sonnet 4.5 as default for key providers (thanks @hannesrudolph!)
|
||||
- Fix: dynamic provider model validation to prevent cross-contamination (#9047 by @NotADev137, PR by @daniel-lxs)
|
||||
- Fix: Bedrock user agent to report full SDK details (#9031 by @ajjuaire, PR by @ajjuaire)
|
||||
- Add file path tooltips with centralized PathTooltip component (#8278 by @da2ce7, PR by @daniel-lxs)
|
||||
- Add conditional test running to pre-push hook (thanks @daniel-lxs!)
|
||||
- Update Cerebras integration (thanks @sebastiand-cerebras!)
|
||||
17
CHANGELOG.md
17
CHANGELOG.md
|
|
@ -1,5 +1,22 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## [3.30.2] - 2025-11-05
|
||||
|
||||

|
||||
|
||||
- Fix: eliminate UI flicker during task cancellation (thanks @daniel-lxs!)
|
||||
- Add Global Inference support for Bedrock models (#8750 by @ronyblum, PR by @hannesrudolph)
|
||||
- Add Qwen3 embedding models (0.6B and 4B) to OpenRouter support (#9058 by @dmarkey, PR by @app/roomote)
|
||||
- Fix: resolve incorrect commit location when GIT_DIR set in Dev Containers (#4567 by @nonsleepr, PR by @heyseth)
|
||||
- Fix: keep pinned models fixed at top of scrollable list (#8812 by @XiaoYingYo, PR by @app/roomote)
|
||||
- Fix: update Opus 4.1 max tokens from 8K to 32K (#9045 by @kaveh-deriv, PR by @app/roomote)
|
||||
- Set Claude Sonnet 4.5 as default for key providers (thanks @hannesrudolph!)
|
||||
- Fix: dynamic provider model validation to prevent cross-contamination (#9047 by @NotADev137, PR by @daniel-lxs)
|
||||
- Fix: Bedrock user agent to report full SDK details (#9031 by @ajjuaire, PR by @ajjuaire)
|
||||
- Add file path tooltips with centralized PathTooltip component (#8278 by @da2ce7, PR by @daniel-lxs)
|
||||
- Add conditional test running to pre-push hook (thanks @daniel-lxs!)
|
||||
- Update Cerebras integration (thanks @sebastiand-cerebras!)
|
||||
|
||||
## [3.30.1] - 2025-11-04
|
||||
|
||||
- Fix: Correct OpenRouter Mistral model embedding dimension from 3072 to 1536 (thanks @daniel-lxs!)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"displayName": "%extension.displayName%",
|
||||
"description": "%extension.description%",
|
||||
"publisher": "RooVeterinaryInc",
|
||||
"version": "3.30.1",
|
||||
"version": "3.30.2",
|
||||
"icon": "assets/icons/icon.png",
|
||||
"galleryBanner": {
|
||||
"color": "#617A91",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue