From 3cf0f6aa251c2c7b6c9efa31d537a17d90535501 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 16:11:07 +0000 Subject: [PATCH 1/2] changeset version bump --- .changeset/v3.28.3.md | 19 ------------------- CHANGELOG.md | 6 ++++++ src/package.json | 2 +- 3 files changed, 7 insertions(+), 20 deletions(-) delete mode 100644 .changeset/v3.28.3.md diff --git a/.changeset/v3.28.3.md b/.changeset/v3.28.3.md deleted file mode 100644 index 8356fd8beb2..00000000000 --- a/.changeset/v3.28.3.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -"roo-cline": patch ---- - -![3.28.3 Release - UI/UX Improvements and Bug Fixes](/releases/3.28.3-release.png) - -- Fix: Filter out Claude Code built-in tools (ExitPlanMode, BashOutput, KillBash) (#7817 by @juliettefournier-econ, PR by @roomote) -- Replace + icon with edit icon for New Task button (#7941 by @hannesrudolph, PR by @roomote) -- Fix: Corrected C# tree-sitter query (#5238 by @vadash, PR by @mubeen-zulfiqar) -- Add keyboard shortcut for "Add to Context" action (#7907 by @hannesrudolph, PR by @roomote) -- Fix: Context menu is obscured when edit message (#7759 by @mini2s, PR by @NaccOll) -- Fix: Handle ByteString conversion errors in OpenAI embedders (#7959 by @PavelA85, PR by @daniel-lxs) -- Add Z.ai coding plan support (thanks @daniel-lxs!) -- Move slash commands to Settings tab with gear icon for discoverability (thanks @roomote!) -- Reposition Add Image button inside ChatTextArea (thanks @roomote!) -- Bring back a way to temporarily and globally pause auto-approve without losing your toggle state (thanks @brunobergher!) -- Makes text area buttons appear only when there's text (thanks @brunobergher!) -- CONTRIBUTING.md tweaks and issue template rewrite (thanks @hannesrudolph!) -- Bump axios from 1.9.0 to 1.12.0 (thanks @dependabot!) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97aa127589e..dcde2ca4561 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Roo Code Changelog +## 3.28.3 + +### Patch Changes + +- ![3.28.3 Release - UI/UX Improvements and Bug Fixes](/releases/3.28.3-release.png) + ## [3.28.2] - 2025-09-14 ![3.28.2 Release - Auto-approve improvements](/releases/3.28.2-release.png) diff --git a/src/package.json b/src/package.json index 1d121f32a39..4016b06f22d 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.28.2", + "version": "3.28.3", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91", From bf302fcbe828564e729716acd5fcddffb0bd3054 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Tue, 16 Sep 2025 12:18:44 -0400 Subject: [PATCH 2/2] Update CHANGELOG for version 3.28.3 Updated changelog for version 3.28.3 with UI/UX improvements and bug fixes. --- CHANGELOG.md | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcde2ca4561..a17950ff594 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,22 @@ # Roo Code Changelog -## 3.28.3 - -### Patch Changes - -- ![3.28.3 Release - UI/UX Improvements and Bug Fixes](/releases/3.28.3-release.png) +## [3.28.3] - 2025-09-16 + +![3.28.3 Release - UI/UX Improvements and Bug Fixes](/releases/3.28.3-release.png) + +- Fix: Filter out Claude Code built-in tools (ExitPlanMode, BashOutput, KillBash) (#7817 by @juliettefournier-econ, PR by @roomote) +- Replace + icon with edit icon for New Task button (#7941 by @hannesrudolph, PR by @roomote) +- Fix: Corrected C# tree-sitter query (#5238 by @vadash, PR by @mubeen-zulfiqar) +- Add keyboard shortcut for "Add to Context" action (#7907 by @hannesrudolph, PR by @roomote) +- Fix: Context menu is obscured when edit message (#7759 by @mini2s, PR by @NaccOll) +- Fix: Handle ByteString conversion errors in OpenAI embedders (#7959 by @PavelA85, PR by @daniel-lxs) +- Add Z.ai coding plan support (thanks @daniel-lxs!) +- Move slash commands to Settings tab with gear icon for discoverability (thanks @roomote!) +- Reposition Add Image button inside ChatTextArea (thanks @roomote!) +- Bring back a way to temporarily and globally pause auto-approve without losing your toggle state (thanks @brunobergher!) +- Makes text area buttons appear only when there's text (thanks @brunobergher!) +- CONTRIBUTING.md tweaks and issue template rewrite (thanks @hannesrudolph!) +- Bump axios from 1.9.0 to 1.12.0 (thanks @dependabot!) ## [3.28.2] - 2025-09-14