mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
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:
parent
aaa5f1fd70
commit
ae885d64e0
4 changed files with 10 additions and 16 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Close the browsertool properly when a remote browser is configured but a fallback local one is used
|
||||
|
|
@ -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!)
|
||||
|
|
@ -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!)
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue