From 027ee73c57f6dcfceb1153e2b95d201939e9555e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 May 2025 22:27:33 +0000 Subject: [PATCH 1/3] changeset version bump --- .changeset/eager-buckets-feel.md | 5 ----- .changeset/heavy-snakes-flow.md | 5 ----- .changeset/spotty-steaks-brake.md | 5 ----- .changeset/swift-carrots-doubt.md | 5 ----- .changeset/v3.19.0.md | 19 ------------------- CHANGELOG.md | 16 ++++++++++++++++ src/package.json | 2 +- 7 files changed, 17 insertions(+), 40 deletions(-) delete mode 100644 .changeset/eager-buckets-feel.md delete mode 100644 .changeset/heavy-snakes-flow.md delete mode 100644 .changeset/spotty-steaks-brake.md delete mode 100644 .changeset/swift-carrots-doubt.md delete mode 100644 .changeset/v3.19.0.md diff --git a/.changeset/eager-buckets-feel.md b/.changeset/eager-buckets-feel.md deleted file mode 100644 index 801da70a10..0000000000 --- a/.changeset/eager-buckets-feel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": major ---- - -Default enabled autoCondenseContext and moved settings out of Experimental diff --git a/.changeset/heavy-snakes-flow.md b/.changeset/heavy-snakes-flow.md deleted file mode 100644 index b8f0da6ef5..0000000000 --- a/.changeset/heavy-snakes-flow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Appease changesets diff --git a/.changeset/spotty-steaks-brake.md b/.changeset/spotty-steaks-brake.md deleted file mode 100644 index 47fa9afc09..0000000000 --- a/.changeset/spotty-steaks-brake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Skips condense operations if the context size grows & shows an error diff --git a/.changeset/swift-carrots-doubt.md b/.changeset/swift-carrots-doubt.md deleted file mode 100644 index 567ed0e109..0000000000 --- a/.changeset/swift-carrots-doubt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Roo Code Cloud diff --git a/.changeset/v3.19.0.md b/.changeset/v3.19.0.md deleted file mode 100644 index 727e852f00..0000000000 --- a/.changeset/v3.19.0.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -"roo-cline": minor ---- - -- Enable intelligent content condensing by default and move condense button out of expanded task menu -- Skip condense and show error if context grows during condensing -- Transform Prompts tab into Modes tab and move support prompts to Settings for better organization -- Add DeepSeek R1 0528 model support to Chutes provider (thanks @zeozeozeo!) -- Fix @directory not respecting .rooignore files (thanks @xyOz-dev!) -- Add rooignore checking for insert_content and search_and_replace tools -- Fix menu breaking when Roo is moved between primary and secondary sidebars (thanks @chrarnoldus!) -- Resolve memory leak in ChatView by stabilizing callback props (thanks @samhvw8!) -- Fix write_to_file to properly create empty files when content is empty (thanks @Ruakij!) -- Fix chat input clearing during running tasks (thanks @xyOz-dev!) -- Update AWS regions to include Spain and Hyderabad -- Improve POSIX shell compatibility in pre-push hook (thanks @PeterDaveHello and @chrarnoldus!) -- Update PAGER environment variable for Windows compatibility in Terminal (thanks @SmartManoj!) -- Add environment variable injection support for whole MCP config (thanks @NamesMT!) -- Update codebase search description to emphasize English query requirements (thanks @ChuKhaLi!) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a690d9622..6c7df94cfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Roo Code Changelog +## 4.0.0 + +### Major Changes + +- Default enabled autoCondenseContext and moved settings out of Experimental + +### Minor Changes + +- - Enable intelligent content condensing by default and move condense button out of expanded task menu + +### Patch Changes + +- Appease changesets +- Skips condense operations if the context size grows & shows an error +- Roo Code Cloud + ## [3.18.5] - 2025-05-27 - Add thinking controls for Requesty (thanks @dtrugman!) diff --git a/src/package.json b/src/package.json index 3a391be0af..b071425f62 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.18.5", + "version": "4.0.0", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91", From 703407f044049008b3b8632fb9873fce82e42a50 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Thu, 29 May 2025 18:32:30 -0400 Subject: [PATCH 2/3] Update package.json --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index b071425f62..78c7eb5ce8 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "4.0.0", + "version": "3.19.0", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91", From 0e85d35678b9fa2f2c96c6a55e706fff48c8c449 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Thu, 29 May 2025 18:33:32 -0400 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c7df94cfa..61202c25fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,22 @@ # Roo Code Changelog -## 4.0.0 - -### Major Changes - -- Default enabled autoCondenseContext and moved settings out of Experimental - -### Minor Changes - -- - Enable intelligent content condensing by default and move condense button out of expanded task menu - -### Patch Changes - -- Appease changesets -- Skips condense operations if the context size grows & shows an error -- Roo Code Cloud +## [3.19.0] - 2025-05-30 + +- Enable intelligent content condensing by default and move condense button out of expanded task menu +- Skip condense and show error if context grows during condensing +- Transform Prompts tab into Modes tab and move support prompts to Settings for better organization +- Add DeepSeek R1 0528 model support to Chutes provider (thanks @zeozeozeo!) +- Fix @directory not respecting .rooignore files (thanks @xyOz-dev!) +- Add rooignore checking for insert_content and search_and_replace tools +- Fix menu breaking when Roo is moved between primary and secondary sidebars (thanks @chrarnoldus!) +- Resolve memory leak in ChatView by stabilizing callback props (thanks @samhvw8!) +- Fix write_to_file to properly create empty files when content is empty (thanks @Ruakij!) +- Fix chat input clearing during running tasks (thanks @xyOz-dev!) +- Update AWS regions to include Spain and Hyderabad +- Improve POSIX shell compatibility in pre-push hook (thanks @PeterDaveHello and @chrarnoldus!) +- Update PAGER environment variable for Windows compatibility in Terminal (thanks @SmartManoj!) +- Add environment variable injection support for whole MCP config (thanks @NamesMT!) +- Update codebase search description to emphasize English query requirements (thanks @ChuKhaLi!) ## [3.18.5] - 2025-05-27