mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Changeset version bump (#4559)
* changeset version bump * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
This commit is contained in:
parent
f131cbfbee
commit
a5ea602339
3 changed files with 10 additions and 12 deletions
|
|
@ -1,11 +0,0 @@
|
|||
---
|
||||
"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!)
|
||||
|
|
@ -1,5 +1,14 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## [3.19.7] - 2025-06-11
|
||||
|
||||
- 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
|
||||
|
||||
- Replace explicit caching with implicit caching to reduce latency for Gemini models
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"displayName": "%extension.displayName%",
|
||||
"description": "%extension.description%",
|
||||
"publisher": "RooVeterinaryInc",
|
||||
"version": "3.19.6",
|
||||
"version": "3.19.7",
|
||||
"icon": "assets/icons/icon.png",
|
||||
"galleryBanner": {
|
||||
"color": "#617A91",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue