Przeglądaj źródła

Changeset version bump (#4963)

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 miesięcy temu
rodzic
commit
a24b7210e4
4 zmienionych plików z 16 dodań i 22 usunięć
  1. 0 5
      .changeset/slimy-years-smell.md
  2. 0 16
      .changeset/v3.21.2.md
  3. 15 0
      CHANGELOG.md
  4. 1 1
      src/package.json

+ 0 - 5
.changeset/slimy-years-smell.md

@@ -1,5 +0,0 @@
----
-"roo-cline": patch
----
-
-new feature allowing users to toggle whether an individual MCP (Model Context Protocol) tool is included in the context provided to the AI model

+ 0 - 16
.changeset/v3.21.2.md

@@ -1,16 +0,0 @@
----
-"roo-cline": patch
----
-
-- Add LaTeX math equation rendering in chat window
-- Add toggle for disable MCP server tool from prompt (thanks @Rexarrior!)
-- Add symlink support to list_files tool
-- Fix marketplace blanking after populating
-- Fix recursive directory scanning in @ mention "Add Folder" functionality (thanks @village-way!)
-- Resolve phantom subtask display on cancel during API retry
-- Correct Gemini 2.5 Flash pricing (thanks @daniel-lxs!)
-- Resolve marketplace timeout issues and display installed MCPs (thanks @daniel-lxs!)
-- Onboarding tweaks to emphasize modes (thanks @brunobergher!)
-- Rename 'Boomerang Tasks' to 'Task Orchestration' for clarity
-- Remove command execution from attempt_completion
-- Fix markdown for links followed by punctuation (thanks @xyOz-dev!)

+ 15 - 0
CHANGELOG.md

@@ -1,5 +1,20 @@
 # Roo Code Changelog
 
+## [3.21.2] - 2025-06-20
+
+- Add LaTeX math equation rendering in chat window
+- Add toggle for excluding MCP server tools from the prompt (thanks @Rexarrior!)
+- Add symlink support to list_files tool
+- Fix marketplace blanking after populating
+- Fix recursive directory scanning in @ mention "Add Folder" functionality (thanks @village-way!)
+- Resolve phantom subtask display on cancel during API retry
+- Correct Gemini 2.5 Flash pricing (thanks @daniel-lxs!)
+- Resolve marketplace timeout issues and display installed MCPs (thanks @daniel-lxs!)
+- Onboarding tweaks to emphasize modes (thanks @brunobergher!)
+- Rename 'Boomerang Tasks' to 'Task Orchestration' for clarity
+- Remove command execution from attempt_completion
+- Fix markdown for links followed by punctuation (thanks @xyOz-dev!)
+
 ## [3.21.1] - 2025-06-19
 
 - Fix tree-sitter issues that were preventing codebase indexing from working correctly

+ 1 - 1
src/package.json

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