From de10c132d7c98501c2ae4370ea044ca470d7955a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 8 Feb 2025 16:57:01 +0000 Subject: [PATCH 1/5] changeset version bump --- .changeset/cyan-insects-marry.md | 5 ----- .changeset/dirty-coins-exist.md | 5 ----- .changeset/red-badgers-matter.md | 5 ----- .changeset/violet-rockets-fetch.md | 5 ----- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 7 files changed, 12 insertions(+), 23 deletions(-) delete mode 100644 .changeset/cyan-insects-marry.md delete mode 100644 .changeset/dirty-coins-exist.md delete mode 100644 .changeset/red-badgers-matter.md delete mode 100644 .changeset/violet-rockets-fetch.md diff --git a/.changeset/cyan-insects-marry.md b/.changeset/cyan-insects-marry.md deleted file mode 100644 index 98dc450f7e..0000000000 --- a/.changeset/cyan-insects-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Add a copy button to the recent tasks diff --git a/.changeset/dirty-coins-exist.md b/.changeset/dirty-coins-exist.md deleted file mode 100644 index d01a3ba76e..0000000000 --- a/.changeset/dirty-coins-exist.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Improve the user experience for adding a new configuration profile diff --git a/.changeset/red-badgers-matter.md b/.changeset/red-badgers-matter.md deleted file mode 100644 index baab6ba27d..0000000000 --- a/.changeset/red-badgers-matter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Style and copy updates to advanced settings diff --git a/.changeset/violet-rockets-fetch.md b/.changeset/violet-rockets-fetch.md deleted file mode 100644 index 9da0face9a..0000000000 --- a/.changeset/violet-rockets-fetch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -v3.3.15 diff --git a/CHANGELOG.md b/CHANGELOG.md index b3b6309797..917c876bf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Roo Code Changelog +## 3.3.15 + +### Patch Changes + +- Add a copy button to the recent tasks +- Improve the user experience for adding a new configuration profile +- Style and copy updates to advanced settings +- v3.3.15 + ## [3.3.14] - Should have skipped floor 13 like an elevator. This fixes the broken 3.3.13 release by reverting some changes to the deployment scripts. diff --git a/package-lock.json b/package-lock.json index 7c91b7e18b..0fb24a87b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roo-cline", - "version": "3.3.14", + "version": "3.3.15", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roo-cline", - "version": "3.3.14", + "version": "3.3.15", "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.26.0", diff --git a/package.json b/package.json index b3a8afcb88..a525cde4c0 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.14", + "version": "3.3.15", "icon": "assets/icons/rocket.png", "galleryBanner": { "color": "#617A91", From 674a50d5f3943419fab5a4d84dacc0fdd6d48cc0 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Sat, 8 Feb 2025 12:08:38 -0500 Subject: [PATCH 2/5] Update CHANGELOG.md --- CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 917c876bf0..06f31d89a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,13 @@ # Roo Code Changelog -## 3.3.15 +## [3.3.15] -### Patch Changes +- Improvements to MCP initialization and server restarts (thanks @MuriloFP and @hannesrudolph!) +- Add a copy button to the recent tasks (thanks @hannesrudolph!) +- Improve the user experience for adding a new API profile +- Another significant fix to API profile switching on the settings screen -- Add a copy button to the recent tasks -- Improve the user experience for adding a new configuration profile -- Style and copy updates to advanced settings -- v3.3.15 +- And one more thing... if you want to try out a first version of checkpoints, there's a surprise for you in the Advanced Settings! Please share your feedback in the Discord. ## [3.3.14] From 2fa43430050c4c6e38a6fbb3e19b08eecc805981 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Sat, 8 Feb 2025 12:25:02 -0500 Subject: [PATCH 3/5] Update CHANGELOG.md --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06f31d89a5..a8789d6692 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,7 @@ - Add a copy button to the recent tasks (thanks @hannesrudolph!) - Improve the user experience for adding a new API profile - Another significant fix to API profile switching on the settings screen - -- And one more thing... if you want to try out a first version of checkpoints, there's a surprise for you in the Advanced Settings! Please share your feedback in the Discord. +- Opt-in experimental version of checkpoints ## [3.3.14] From e28eac375186ce397647cafe60bf886c896f599f Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Sat, 8 Feb 2025 12:29:15 -0500 Subject: [PATCH 4/5] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8789d6692..2e955cadd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ - Add a copy button to the recent tasks (thanks @hannesrudolph!) - Improve the user experience for adding a new API profile - Another significant fix to API profile switching on the settings screen -- Opt-in experimental version of checkpoints +- Opt-in experimental version of checkpoints in the Advanced Settings ## [3.3.14] From f83e6a5a41bf29e1828e59d6b12a5d65bdb6f428 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Sat, 8 Feb 2025 12:29:55 -0500 Subject: [PATCH 5/5] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e955cadd6..2662411e71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ - Add a copy button to the recent tasks (thanks @hannesrudolph!) - Improve the user experience for adding a new API profile - Another significant fix to API profile switching on the settings screen -- Opt-in experimental version of checkpoints in the Advanced Settings +- Opt-in experimental version of checkpoints in the advanced settings ## [3.3.14]