From b9233f802b6c13c0347220942a20602af6a9adba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 13 Feb 2025 04:27:08 +0000 Subject: [PATCH 1/2] changeset version bump --- .changeset/clean-bears-hammer.md | 5 ----- .changeset/orange-geese-provide.md | 5 ----- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 10 insertions(+), 13 deletions(-) delete mode 100644 .changeset/clean-bears-hammer.md delete mode 100644 .changeset/orange-geese-provide.md diff --git a/.changeset/clean-bears-hammer.md b/.changeset/clean-bears-hammer.md deleted file mode 100644 index 14e336d668..0000000000 --- a/.changeset/clean-bears-hammer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Add a help button diff --git a/.changeset/orange-geese-provide.md b/.changeset/orange-geese-provide.md deleted file mode 100644 index 7a4354e84d..0000000000 --- a/.changeset/orange-geese-provide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Allow users to clear out custom instructions for the built-in modes diff --git a/CHANGELOG.md b/CHANGELOG.md index fada04ba4d..f2c582e6c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Roo Code Changelog +## 3.3.19 + +### Patch Changes + +- Add a help button +- Allow users to clear out custom instructions for the built-in modes + ## [3.3.18] - Add a per-API-configuration model temperature setting (thanks @joemanley201!) diff --git a/package-lock.json b/package-lock.json index 2ecf1543cf..8af12ad90c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roo-cline", - "version": "3.3.18", + "version": "3.3.19", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roo-cline", - "version": "3.3.18", + "version": "3.3.19", "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.26.0", diff --git a/package.json b/package.json index 25f1cf2ebe..9842df55c8 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Roo Code (prev. Roo Cline)", "description": "A VS Code plugin that enhances coding with AI-powered automation, multi-model support, and experimental features.", "publisher": "RooVeterinaryInc", - "version": "3.3.18", + "version": "3.3.19", "icon": "assets/icons/rocket.png", "galleryBanner": { "color": "#617A91", From 705adc5ece862c202fff352b7960fe0022a1507c Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Wed, 12 Feb 2025 23:42:54 -0500 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2c582e6c6..39ce0a73f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,12 @@ # Roo Code Changelog -## 3.3.19 +## [3.3.19] -### Patch Changes - -- Add a help button -- Allow users to clear out custom instructions for the built-in modes +- Fix a bug where aborting in the middle of file writes would not revert the write +- Honor the VS Code theme for dialog backgrounds +- Make it possible to clear out the default custom instructions for built-in modes +- Add a help button that links to our new documentation site (which we would love help from the community to improve!) +- Switch checkpoints logic to use a shadow git repository to work around issues with hot reloads and polluting existing repositories (thanks Cline for the inspiration!) ## [3.3.18]