Changeset version bump (#4801)

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:
github-actions[bot] 2025-06-17 17:58:47 -04:00 committed by GitHub
parent c6e5bab8d4
commit 0d2878193b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 22 additions and 40 deletions

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Always focus the panel when clicked to ensure menu buttons are available

View file

@ -1,34 +0,0 @@
---
"roo-cline": minor
---
- Launch Roo Marketplace with telemetry tracking and organizational support (thanks @mrubens!)
- Add Gemini 2.5 models (Pro, Flash and Flash Lite) (thanks @daniel-lxs!)
- Add support for Excel (.xlsx) files in tools (thanks @chrarnoldus!)
- Add Mode Writer mode to repository (thanks @hannesrudolph!)
- Add enterprise MDM features with config policies requiring cloud usage (thanks @mrubens!)
- Add organization info fetching in extension (thanks @mrubens!)
- Add max tokens checkbox option for OpenAI compatible provider (thanks @AlexandruSmirnov!)
- Update provider models and prices for Groq & Mistral (thanks @KanTakahiro!)
- Migrate from Jest to Vitest testing framework (thanks @cte!)
- Add proper error handling for API conversation history issues (thanks @KJ7LNW!)
- Fix ambiguous model id error (thanks @elianiva!)
- Fix save/discard/revert flow for Prompt Settings (thanks @hassoncs!)
- Fix codebase indexing alignment with list-files hidden directory filtering (thanks @daniel-lxs!)
- Fix subtask completion mismatch (thanks @feifei325!)
- Fix Windows path normalization in MCP variable injection (thanks @daniel-lxs!)
- Update marketplace branding to 'Roo Marketplace' (thanks @SannidhyaSah!)
- Refactor to more consistent history UI (thanks @elianiva!)
- Adjust context menu positioning to be near Copilot (thanks @mrubens!)
- Update evals Docker setup to work on Windows (thanks @StevenTCramer!)
- Reorganize implementation plan step in workflow (thanks @hannesrudolph!)
- Add telemetry for marketplace tab views and install clicks (thanks @mrubens!)
- Include current working directory in terminal details (thanks @mrubens!)
- Encourage use of start_line in multi-file diff to match legacy diff (thanks @mrubens!)
- Update test mode for Vitest compatibility (thanks @mrubens!)
- Remove warning about commands switching working directory (thanks @mrubens!)
- Fix typo in mdm.json (thanks @mrubens!)
- Improve MDM check functionality (thanks @mrubens!)
- Update wording in GitHub MCP tool usage guide (thanks @hannesrudolph!)
- Ignore logs in git (thanks @cte!)
- Always focus the panel when clicked to ensure menu buttons are visible (thanks @hassoncs!)

View file

@ -1,5 +1,26 @@
# Roo Code Changelog
## [3.21.0] - 2025-06-17
- Add Roo Marketplace to make it easy to discover and install great MCPs and modes!
- Add Gemini 2.5 models (Pro, Flash and Flash Lite) (thanks @daniel-lxs!)
- Add support for Excel (.xlsx) files in tools (thanks @chrarnoldus!)
- Add max tokens checkbox option for OpenAI compatible provider (thanks @AlexandruSmirnov!)
- Update provider models and prices for Groq & Mistral (thanks @KanTakahiro!)
- Add proper error handling for API conversation history issues (thanks @KJ7LNW!)
- Fix ambiguous model id error (thanks @elianiva!)
- Fix save/discard/revert flow for Prompt Settings (thanks @hassoncs!)
- Fix codebase indexing alignment with list-files hidden directory filtering (thanks @daniel-lxs!)
- Fix subtask completion mismatch (thanks @feifei325!)
- Fix Windows path normalization in MCP variable injection (thanks @daniel-lxs!)
- Update marketplace branding to 'Roo Marketplace' (thanks @SannidhyaSah!)
- Refactor to more consistent history UI (thanks @elianiva!)
- Adjust context menu positioning to be near Copilot
- Update evals Docker setup to work on Windows (thanks @StevenTCramer!)
- Include current working directory in terminal details
- Encourage use of start_line in multi-file diff to match legacy diff
- Always focus the panel when clicked to ensure menu buttons are visible (thanks @hassoncs!)
## [3.20.3] - 2025-06-13
- Resolve diff editor race condition in multi-monitor setups (thanks @daniel-lxs!)

View file

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