From c62b0a80776486dcdc089a9a2b542d693ebebc7f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 15:53:39 +0000 Subject: [PATCH 1/2] changeset version bump --- .changeset/v3.25.0.md | 22 ---------------------- CHANGELOG.md | 6 ++++++ src/package.json | 2 +- 3 files changed, 7 insertions(+), 23 deletions(-) delete mode 100644 .changeset/v3.25.0.md diff --git a/.changeset/v3.25.0.md b/.changeset/v3.25.0.md deleted file mode 100644 index a31a7631e92..00000000000 --- a/.changeset/v3.25.0.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -"roo-cline": minor ---- - -- Add message queueing (thanks @app/roomote!) -- Add custom slash commands -- Add options for URL Context and Grounding with Google Search to the Gemini provider (thanks @HahaBill!) -- Add image support to read_file tool (thanks @samhvw8!) -- Add experimental setting to prevent editor focus disruption (#4784 by @hannesrudolph, PR by @app/roomote) -- Add prompt caching support for LiteLLM (#5791 by @steve-gore-snapdocs, PR by @MuriloFP) -- Add markdown table rendering support -- Fix list_files recursive mode now works for dot directories (#2992 by @avtc, #4807 by @zhang157686, #5409 by @MuriloFP, PR by @MuriloFP) -- Add search functionality to mode selector popup and reorganize layout -- Sync API config selector style with mode selector -- Fix keyboard shortcuts for non-QWERTY layouts (#6161 by @shlgug, PR by @app/roomote) -- Add ESC key handling for modes, API provider, and indexing settings popovers (thanks @app/roomote!) -- Make task mode sticky to task (thanks @app/roomote!) -- Add text wrapping to command patterns in Manage Command Permissions (thanks @app/roomote!) -- Update list-files test for fixed hidden files bug (thanks @daniel-lxs!) -- Fix normalize Windows paths to forward slashes in mode export (#6307 by @hannesrudolph, PR by @app/roomote) -- Ensure form-data >= 4.0.4 -- Fix filter out non-text tab inputs (Kilo-Org/kilocode#712 by @szermatt, PR by @hassoncs) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9892ca1cc55..587a6ad208f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Roo Code Changelog +## 3.25.0 + +### Minor Changes + +- - Add message queueing (thanks @app/roomote!) + ## [3.24.0] - 2025-07-25 - Add Hugging Face provider with support for open source models (thanks @TGlide!) diff --git a/src/package.json b/src/package.json index 954082185ac..9af92e45602 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.24.0", + "version": "3.25.0", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91", From 0981bd0d1f475cc3189ea7fa39791ca874850610 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Tue, 29 Jul 2025 11:55:47 -0400 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 587a6ad208f..9521a82ac9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,25 @@ # Roo Code Changelog -## 3.25.0 - -### Minor Changes - -- - Add message queueing (thanks @app/roomote!) +## [3.25.0] - 2025-07-29 + +- Add message queueing (thanks @app/roomote!) +- Add custom slash commands +- Add options for URL Context and Grounding with Google Search to the Gemini provider (thanks @HahaBill!) +- Add image support to read_file tool (thanks @samhvw8!) +- Add experimental setting to prevent editor focus disruption (#4784 by @hannesrudolph, PR by @app/roomote) +- Add prompt caching support for LiteLLM (#5791 by @steve-gore-snapdocs, PR by @MuriloFP) +- Add markdown table rendering support +- Fix list_files recursive mode now works for dot directories (#2992 by @avtc, #4807 by @zhang157686, #5409 by @MuriloFP, PR by @MuriloFP) +- Add search functionality to mode selector popup and reorganize layout +- Sync API config selector style with mode selector +- Fix keyboard shortcuts for non-QWERTY layouts (#6161 by @shlgug, PR by @app/roomote) +- Add ESC key handling for modes, API provider, and indexing settings popovers (thanks @app/roomote!) +- Make task mode sticky to task (thanks @app/roomote!) +- Add text wrapping to command patterns in Manage Command Permissions (thanks @app/roomote!) +- Update list-files test for fixed hidden files bug (thanks @daniel-lxs!) +- Fix normalize Windows paths to forward slashes in mode export (#6307 by @hannesrudolph, PR by @app/roomote) +- Ensure form-data >= 4.0.4 +- Fix filter out non-text tab inputs (Kilo-Org/kilocode#712 by @szermatt, PR by @hassoncs) ## [3.24.0] - 2025-07-25