From 04a66f9258f8081d9d2726c35dccb8513a09217e Mon Sep 17 00:00:00 2001 From: Chris Estreich Date: Mon, 9 Jun 2025 22:30:47 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eb7130660..9929456037 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ # Roo Code Changelog -## 3.19.6 +## [3.19.6] - 2025-06-09 -### Patch Changes - -- v3.19.6 +- 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