changeset version bump

This commit is contained in:
github-actions[bot] 2025-06-17 21:54:34 +00:00
parent e93fd12f69
commit bcd2bc4089
4 changed files with 11 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,15 @@
# Roo Code Changelog
## 3.21.0
### Minor Changes
- - Launch Roo Marketplace with telemetry tracking and organizational support (thanks @mrubens!)
### Patch Changes
- Always focus the panel when clicked to ensure menu buttons are available
## [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",