mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Changeset version bump (#4880)
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
3d18ba60b9
commit
ea7749dc3b
3 changed files with 9 additions and 24 deletions
|
|
@ -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
|
||||
|
|
@ -1,5 +1,13 @@
|
|||
# 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
|
||||
|
||||
- Add Roo Marketplace to make it easy to discover and install great MCPs and modes!
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"displayName": "%extension.displayName%",
|
||||
"description": "%extension.description%",
|
||||
"publisher": "RooVeterinaryInc",
|
||||
"version": "3.21.0",
|
||||
"version": "3.21.1",
|
||||
"icon": "assets/icons/icon.png",
|
||||
"galleryBanner": {
|
||||
"color": "#617A91",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue