Compare commits

...

2 commits

Author SHA1 Message Date
Matt Rubens
4eca7b1aef
Update CHANGELOG.md 2025-06-23 10:24:36 -04:00
github-actions[bot]
9ebdeb62c0 changeset version bump 2025-06-23 14:21:27 +00:00
4 changed files with 10 additions and 16 deletions

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Close the browsertool properly when a remote browser is configured but a fallback local one is used

View file

@ -1,10 +0,0 @@
---
"roo-cline": patch
---
- Fix start line not working in multiple apply diff (thanks @samhvw8!)
- Resolve diff editor issues with markdown preview associations (thanks @daniel-lxs!)
- Resolve URL port handling bug for HTTPS URLs in Qdrant (thanks @benashby!)
- Mark unused Ollama schema properties as optional (thanks @daniel-lxs!)
- Close the local browser when used as fallback for remote (thanks @markijbema!)
- Add Claude Code provider for local CLI integration (thanks @BarreiroT!)

View file

@ -1,5 +1,14 @@
# Roo Code Changelog
## [3.21.4] - 2025-06-23
- Fix start line not working in multiple apply diff (thanks @samhvw8!)
- Resolve diff editor issues with markdown preview associations (thanks @daniel-lxs!)
- Resolve URL port handling bug for HTTPS URLs in Qdrant (thanks @benashby!)
- Mark unused Ollama schema properties as optional (thanks @daniel-lxs!)
- Close the local browser when used as fallback for remote (thanks @markijbema!)
- Add Claude Code provider for local CLI integration (thanks @BarreiroT!)
## [3.21.3] - 2025-06-21
- Add profile-specific context condensing thresholds (thanks @SannidhyaSah!)

View file

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