Compare commits

...

2 commits

Author SHA1 Message Date
Matt Rubens
b2f5493191
Remove duplicate changelog entry for 3.30.1
Removed duplicate entry for OpenRouter Mistral model fix.
2025-11-04 15:38:52 -05:00
github-actions[bot]
edd84c1b3d changeset version bump 2025-11-04 20:34:35 +00:00
3 changed files with 6 additions and 7 deletions

View file

@ -1,6 +0,0 @@
---
"roo-cline": patch
---
- Fix: Correct OpenRouter Mistral model embedding dimension from 3072 to 1536 (thanks @daniel-lxs!)
- Revert: Previous UI flicker fix that caused issues with task resumption (thanks @mrubens!)

View file

@ -1,5 +1,10 @@
# Roo Code Changelog
## [3.30.1] - 2025-11-04
- Fix: Correct OpenRouter Mistral model embedding dimension from 3072 to 1536 (thanks @daniel-lxs!)
- Revert: Previous UI flicker fix that caused issues with task resumption (thanks @mrubens!)
## [3.30.0] - 2025-11-03
![3.30.0 Release - PR Fixer](/releases/3.30.0-release.png)

View file

@ -3,7 +3,7 @@
"displayName": "%extension.displayName%",
"description": "%extension.description%",
"publisher": "RooVeterinaryInc",
"version": "3.30.0",
"version": "3.30.1",
"icon": "assets/icons/icon.png",
"galleryBanner": {
"color": "#617A91",