mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Changeset version bump (#4492)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Chris Estreich <cestreich@gmail.com>
This commit is contained in:
parent
0dede30c43
commit
861a866215
3 changed files with 11 additions and 6 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
v3.19.6
|
||||
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -1,5 +1,15 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## [3.19.6] - 2025-06-09
|
||||
|
||||
- Replace explicit caching with implicit caching to reduce latency for Gemini models
|
||||
- Clarify that the default concurrent file read limit is 15 files (thanks @olearycrew!)
|
||||
- Fix copy button logic (thanks @samhvw8!)
|
||||
- Fade buttons on history preview if no interaction in progress (thanks @sachasayan!)
|
||||
- Allow MCP server refreshing, fix state changes in MCP server management UI view (thanks @taylorwilsdon!)
|
||||
- Remove unnecessary npx usage in some npm scripts (thanks @user202729!)
|
||||
- Bug fix for trailing slash error when using LiteLLM provider (thanks @kcwhite!)
|
||||
|
||||
## [3.19.5] - 2025-06-05
|
||||
|
||||
- Fix Gemini 2.5 Pro Preview thinking budget bug
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"displayName": "%extension.displayName%",
|
||||
"description": "%extension.description%",
|
||||
"publisher": "RooVeterinaryInc",
|
||||
"version": "3.19.5",
|
||||
"version": "3.19.6",
|
||||
"icon": "assets/icons/icon.png",
|
||||
"galleryBanner": {
|
||||
"color": "#617A91",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue