Matt Rubens 6 месяцев назад
Родитель
Сommit
f131cbfbee
1 измененных файлов с 11 добавлено и 0 удалено
  1. 11 0
      .changeset/v3.19.7.md

+ 11 - 0
.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!)