Compare commits

...

2 commits

Author SHA1 Message Date
Matt Rubens
653104b4d4
Update CHANGELOG.md 2025-06-23 15:03:42 -04:00
github-actions[bot]
40eade272b changeset version bump 2025-06-23 19:01:44 +00:00
3 changed files with 7 additions and 8 deletions

View file

@ -1,7 +0,0 @@
---
"roo-cline": patch
---
- Fix Qdrant URL prefix handling for QdrantClient initialization (thanks @CW-B-W!)
- Improve LM Studio model detection to show all downloaded models (thanks @daniel-lxs!)
- Resolve Claude Code provider JSON parsing and reasoning block display

View file

@ -1,5 +1,11 @@
# Roo Code Changelog # Roo Code Changelog
## [3.21.5] - 2025-06-23
- Fix Qdrant URL prefix handling for QdrantClient initialization (thanks @CW-B-W!)
- Improve LM Studio model detection to show all downloaded models (thanks @daniel-lxs!)
- Resolve Claude Code provider JSON parsing and reasoning block display
## [3.21.4] - 2025-06-23 ## [3.21.4] - 2025-06-23
- Fix start line not working in multiple apply diff (thanks @samhvw8!) - Fix start line not working in multiple apply diff (thanks @samhvw8!)

View file

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