diff --git a/.changeset/v3.19.7.md b/.changeset/v3.19.7.md new file mode 100644 index 0000000000..6a97e9be27 --- /dev/null +++ b/.changeset/v3.19.7.md @@ -0,0 +1,11 @@ +--- +"roo-cline": patch +--- + +- Fix McpHub sidebar focus behavior to prevent unwanted focus grabbing (thanks @mrubens!) +- Disable checkpoint functionality when nested git repositories are detected to prevent conflicts (thanks @cte!) +- Remove unused Storybook components and dependencies to reduce bundle size (thanks @cte!) +- Add data-testid ESLint rule for improved testing standards (thanks @elianiva!) +- Revert problematic postgres docker tag update to maintain stability (thanks @cte!) +- 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 (thanks @cte! @app/blacksmith-sh!)