Bläddra i källkod

Changeset version bump (#4801)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matt Rubens <[email protected]>
github-actions[bot] 6 månader sedan
förälder
incheckning
0d2878193b
4 ändrade filer med 22 tillägg och 40 borttagningar
  1. 0 5
      .changeset/khaki-clocks-float.md
  2. 0 34
      .changeset/v3.21.0.md
  3. 21 0
      CHANGELOG.md
  4. 1 1
      src/package.json

+ 0 - 5
.changeset/khaki-clocks-float.md

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

+ 0 - 34
.changeset/v3.21.0.md

@@ -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!)

+ 21 - 0
CHANGELOG.md

@@ -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!)

+ 1 - 1
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",