From bcd2bc4089471a407d29375eb8704605ca5c3543 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 21:54:34 +0000 Subject: [PATCH] changeset version bump --- .changeset/khaki-clocks-float.md | 5 ----- .changeset/v3.21.0.md | 34 -------------------------------- CHANGELOG.md | 10 ++++++++++ src/package.json | 2 +- 4 files changed, 11 insertions(+), 40 deletions(-) delete mode 100644 .changeset/khaki-clocks-float.md delete mode 100644 .changeset/v3.21.0.md diff --git a/.changeset/khaki-clocks-float.md b/.changeset/khaki-clocks-float.md deleted file mode 100644 index 5e483d9788..0000000000 --- a/.changeset/khaki-clocks-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Always focus the panel when clicked to ensure menu buttons are available diff --git a/.changeset/v3.21.0.md b/.changeset/v3.21.0.md deleted file mode 100644 index ae5832e486..0000000000 --- a/.changeset/v3.21.0.md +++ /dev/null @@ -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!) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea8b451e3e..499dafca14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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!) diff --git a/src/package.json b/src/package.json index 494d2aedf7..58764c0261 100644 --- a/src/package.json +++ b/src/package.json @@ -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",