From fa0f85dfe7c0f05ac99031ac2f3e87769d6e82b3 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Wed, 16 Apr 2025 01:19:08 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d94f52e39e..b144a24f2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,15 @@ # Roo Code Changelog -## [3.11.18] +## [3.12.0] - 2025-04-15 -- v3.12.0 +- Add xAI provider and expose reasoning effort options for Grok on OpenRouter +- Make diff editing config per-profile and improve pre-diff string normalization +- Make checkpoints faster and more reliable +- Add a search bar to mode and profile select dropdowns (thanks @samhvw8!) +- Add telemetry for code action usage, prompt enhancement usage, and consecutive mistake errors +- Suppress zero cost values in the task header (thanks @do-it!) +- Make JSON parsing safer to avoid crashing the webview on bad input +- Allow users to bind a keyboard shortcut for accepting suggestions or input in the chat view (thanks @axkirillov!) ## [3.11.17] - 2025-04-14