From fc3cbc6ada50b8b562b7c1e79dc5d9337c796bac Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Wed, 11 Jun 2025 13:43:33 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a849e8dadb..6c50c7e52e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,13 @@ # Roo Code Changelog -## 3.19.7 +## [3.19.7] - 2025-06-11 -### Patch Changes - -- - Fix McpHub sidebar focus behavior to prevent unwanted focus grabbing (thanks @mrubens!) +- Fix McpHub sidebar focus behavior to prevent unwanted focus grabbing +- Disable checkpoint functionality when nested git repositories are detected to prevent conflicts +- Remove unused Storybook components and dependencies to reduce bundle size +- Add data-testid ESLint rule for improved testing standards (thanks @elianiva!) +- Update development dependencies including eslint, knip, @types/node, i18next, fast-xml-parser, and @google/genai +- Improve CI infrastructure with GitHub Actions and Blacksmith runner migrations ## [3.19.6] - 2025-06-09