From 2461cbade305df89fff729afaaa7ece9d58bea05 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Thu, 20 Feb 2025 10:55:10 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 482cf6f09e..2e06ce96f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,14 @@ # Roo Code Changelog -## 3.3.22 +## [3.3.22] -### Patch Changes - -- Allow users to choose a custom preferred language -- v3.3.22 -- Create .roomodes file if needed -- Allow setting a wildcard for auto-approve commands +- Improve the Provider Settings configuration with clear Save buttons and warnings about unsaved changes (thanks @System233!) +- Correctly parse `` reasoning tags from Ollama models (thanks @System233!) +- Add support for setting custom preferred languages on the Prompts tab, as well as adding Catalan to the list of languages (thanks @alarno!) +- Add a button to delete MCP servers (thanks @hannesrudolph!) +- Fix a bug where the button to copy the system prompt preview always copied the Code mode version +- Fix a bug where the .roomodes file was not automatically created when adding custom modes from the Prompts tab +- Allow setting a wildcard (`*`) for auto-approve commands (use with caution!) ## [3.3.21]