From bbe23331ee89debae56cd19895c7ccf17c727d98 Mon Sep 17 00:00:00 2001 From: Chris Estreich Date: Wed, 30 Apr 2025 01:57:37 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52219a0f72..9cfcd35ac3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,22 @@ # Roo Code Changelog -## 3.15.0 +## 3.15.0 - 2025-04-30 -### Minor Changes - -- Add Reasoning Effort setting for OpenAI Compatible provider -- # Changelog: v3.14.3 → v3.15.0 - -### Patch Changes - -- Use gemini provider when using Gemini on vertex ai -- Add a kill command button to the execute command component -- Overhaul CodeBlock rendering -- Use a fallback terminal if VSCode shell integration fails +- Add prompt caching to the Google Vertex provider (thanks @ashktn) +- Add a fallback mechanism for executing terminal commands if VSCode terminal shell integration fails +- Improve the UI/UX of code snippets in the chat (thanks @KJ7LNW) +- Add a reasoning effort setting for the OpenAI Compatible provider (thanks @mr-ryan-james) +- Allow terminal commands to be stopped directly from the chat UI +- Adjust chat view padding to accommodate small width layouts (thanks @zhangtony239) +- Fix file mentions for filenames containing spaces +- Improve the auto-approve toggle buttons for some high-contrast VSCode themes +- Offload expensive count token operations to a web worker (thanks @samhvw8) +- Improve support for mult-root workspaces (thanks @snoyiatk) +- Simplify and streamline Roo Code's quick actions +- Allow Roo Code settings to be imported from the welcome screen (thanks @julionav) +- Remove unused types (thanks @wkordalski) +- Improve the performance of mode switching (thanks @dlab-anton) +- Fix importing & exporting of custom modes (thanks @julionav) ## [3.14.3] - 2025-04-25