Skip to content

Commit 7320d79

Browse files
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 <[email protected]>
1 parent 7e3b599 commit 7320d79

File tree

3 files changed

+18
-19
lines changed

3 files changed

+18
-19
lines changed

.changeset/v3.30.2.md

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

CHANGELOG.md

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

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

522
- Fix: Correct OpenRouter Mistral model embedding dimension from 3072 to 1536 (thanks @daniel-lxs!)

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.30.1",
6+
"version": "3.30.2",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)