From 30fb3142be090d761e47b26accfda80e5e6c7586 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Jun 2025 01:49:49 +0000 Subject: [PATCH] changeset version bump --- .changeset/v3.22.0.md | 23 ----------------------- CHANGELOG.md | 6 ++++++ src/package.json | 2 +- 3 files changed, 7 insertions(+), 24 deletions(-) delete mode 100644 .changeset/v3.22.0.md diff --git a/.changeset/v3.22.0.md b/.changeset/v3.22.0.md deleted file mode 100644 index d1dd82079a..0000000000 --- a/.changeset/v3.22.0.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -"roo-cline": minor ---- - -- Add 1-click task sharing -- Add support for loading rules from global and project-local .roo directories (thanks @samhvw8!) -- Modes selector improvements (thanks @brunobergher!) -- Better YAML parsing error handling when editing modes -- Use safeWriteJson for all JSON file writes to avoid task history corruption (thanks @KJ7LNW!) -- Register importSettings as VSCode command (thanks @shivamd1810!) -- Add default task names for empty tasks (thanks @daniel-lxs!) -- Improve translation workflow to avoid unnecessary file reads (thanks @KJ7LNW!) -- Allow write_to_file to handle newline-only and empty content (thanks @Githubguy132010!) -- Address multiple memory leaks in CodeBlock component (thanks @kiwina!) -- Memory cleanup (thanks @xyOz-dev!) -- Fix port handling bug in code indexing for HTTPS URLs (thanks @benashby!) -- Improve Bedrock error handling for throttling and streaming contexts -- Handle long Claude code messages (thanks @daniel-lxs!) -- Fixes to Claude Code caching and image upload -- Disable reasoning budget UI controls for Claude Code provider -- Remove temperature parameter for Azure OpenAI reasoning models (thanks @ExactDoug!) -- Allowed commands import/export (thanks @catrielmuller!) -- Added Enable Roo Code quick fixes setting to disable quick fixes (thanks @OlegOAndreev!) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d0265bef8..c974b3b609 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Roo Code Changelog +## 3.22.0 + +### Minor Changes + +- - Add 1-click task sharing + ## [3.21.5] - 2025-06-23 - Fix Qdrant URL prefix handling for QdrantClient initialization (thanks @CW-B-W!) diff --git a/src/package.json b/src/package.json index df87ced36c..df40fe3586 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.21.5", + "version": "3.22.0", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",