diff --git a/.changeset/bright-singers-drop.md b/.changeset/bright-singers-drop.md deleted file mode 100644 index f76b8001b84..00000000000 --- a/.changeset/bright-singers-drop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Enable prompt caching for Gemini (with some improvements) diff --git a/.changeset/thin-tigers-yawn.md b/.changeset/thin-tigers-yawn.md deleted file mode 100644 index 8573862af84..00000000000 --- a/.changeset/thin-tigers-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Allow users to turn prompt caching on / off for Gemini 2.5 on OpenRouter diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c48797a27b..a8ba67f21ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Roo Code Changelog +## [3.14.2] - 2025-04-24 + +- Enable prompt caching for Gemini (with some improvements) +- Allow users to turn prompt caching on / off for Gemini 2.5 on OpenRouter +- Compress terminal output with backspace characters (thanks @KJ7LNW) +- Add Russian language (Спасибо @asychin) + ## [3.14.1] - 2025-04-24 - Disable Gemini caching while we investigate issues reported by the community. diff --git a/package-lock.json b/package-lock.json index f3b363bbbf3..5d679b8e2f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roo-cline", - "version": "3.14.1", + "version": "3.14.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roo-cline", - "version": "3.14.1", + "version": "3.14.2", "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.37.0", diff --git a/package.json b/package.json index ff6b212a39b..c864851294a 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.14.1", + "version": "3.14.2", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",