From 9422893e8b4b0e8c7de817c377119ba408db4ce6 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Fri, 27 Jun 2025 12:58:30 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8f7808e8c..47f37b7bbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,12 @@ # Roo Code Changelog -## 3.22.2 +## [3.22.2] - 2025-06-27 -### Patch Changes - -- - Fix: eliminate XSS vulnerability in CodeBlock component (thanks @KJ7LNW!) +- Fix: eliminate XSS vulnerability in CodeBlock component (thanks @KJ7LNW!) +- Fix terminal keyboard shortcut error when adding content to context (thanks @MuriloFP!) +- Fix checkpoint popover not opening due to StandardTooltip wrapper conflict (thanks @daniel-lxs!) +- Fix(i18n): correct gemini cli error translation paths (thanks @daniel-lxs!) +- Code Index (Qdrant) recreate services when change configurations (thanks @catrielmuller!) ## [3.22.1] - 2025-06-26