Changeset version bump (#5039)

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:
github-actions[bot] 2025-06-23 10:25:57 -04:00 committed by GitHub
parent aaa5f1fd70
commit ae885d64e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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",