Compare commits

...

2 commits

Author SHA1 Message Date
Matt Rubens
6ca706b0f3
Update CHANGELOG.md 2025-06-19 10:38:56 -04:00
github-actions[bot]
1307178bd6 changeset version bump 2025-06-19 14:27:23 +00:00
3 changed files with 9 additions and 24 deletions

View file

@ -1,23 +0,0 @@
---
"roo-cline": patch
---
- Fix: improve error handling for codebase search embeddings (thanks @hannesrudolph!)
- Fix: resolve MCP server execution on Windows with node version managers (thanks @hannesrudolph!)
- Fix: default 'Enable MCP Server Creation' to false (thanks @roomote!)
- Fix: security vulnerabilities for dependabot (thanks @mrubens!)
- Fix: tree-sitter issues (thanks @cte!)
- Rate limit when starting a subtask (thanks @olweraltuve!)
- Streamline feature request template to focus on problem reporting (thanks @hannesrudolph!)
- Update issue-writer mode rules for streamlined feature request template (thanks @hannesrudolph!)
- Yield the cost in usage data for Anthropic (thanks @cte!)
- Convert all webview-ui tests: jest -> vitest (thanks @cte!)
- Update dependency knip to v5.61.1 and v5.61.2
- Update dependency lucide-react to ^0.516.0 and ^0.518.0
- Update docker/build-push-action action to v6
- Update dependency openai to v5
- Update dependency pkce-challenge to v5
- Update radix-ui-primitives monorepo
- Update dependency lint-staged to v16.1.2
- Update dependency posthog-node to v5
- Update dependency puppeteer-chromium-resolver to v24

View file

@ -1,5 +1,13 @@
# Roo Code Changelog # Roo Code Changelog
## [3.21.1] - 2025-06-19
- Fix tree-sitter issues that were preventing codebase indexing from working correctly
- Improve error handling for codebase search embeddings
- Resolve MCP server execution on Windows with node version managers
- Default 'Enable MCP Server Creation' to false
- Rate limit correctly when starting a subtask (thanks @olweraltuve!)
## [3.21.0] - 2025-06-17 ## [3.21.0] - 2025-06-17
- Add Roo Marketplace to make it easy to discover and install great MCPs and modes! - Add Roo Marketplace to make it easy to discover and install great MCPs and modes!

View file

@ -3,7 +3,7 @@
"displayName": "%extension.displayName%", "displayName": "%extension.displayName%",
"description": "%extension.description%", "description": "%extension.description%",
"publisher": "RooVeterinaryInc", "publisher": "RooVeterinaryInc",
"version": "3.21.0", "version": "3.21.1",
"icon": "assets/icons/icon.png", "icon": "assets/icons/icon.png",
"galleryBanner": { "galleryBanner": {
"color": "#617A91", "color": "#617A91",