From 0dc66582e5613827953074195641586c33ecbfd7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 03:23:11 +0000 Subject: [PATCH 1/2] changeset version bump --- .changeset/v3.19.2.md | 16 ---------------- CHANGELOG.md | 6 ++++++ src/package.json | 2 +- 3 files changed, 7 insertions(+), 17 deletions(-) delete mode 100644 .changeset/v3.19.2.md diff --git a/.changeset/v3.19.2.md b/.changeset/v3.19.2.md deleted file mode 100644 index 6c0b61c376..0000000000 --- a/.changeset/v3.19.2.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -"roo-cline": patch ---- - -- Add support for Streamable HTTP Transport MCP servers (thanks @taylorwilsdon!) -- Add cached read and writes to stats and cost calculation for LiteLLM provider (thanks @mollux!) -- Prevent dump of an entire file into the context on user edit (thanks @KJ7LNW!) -- Fix directory link handling in markdown (thanks @KJ7LNW!) -- Prevent start_line/end_line in apply_diff REPLACE (thanks @KJ7LNW!) -- Unify history item UI with TaskItem and TaskItemHeader (thanks @KJ7LNW!) -- Fix the label of the OpenAI-compatible API keys -- Fix Virtuoso footer re-rendering issue (thanks @kiwina!) -- Optimize ChatRowContent layout and styles (thanks @zhangtony239!) -- Release memory in apply diff (thanks @xyOz-dev!) -- Upgrade Node.js to v20.19.2 for security enhancements (thanks @PeterDaveHello!) -- Fix typos (thanks @noritaka1166!) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5472068faf..c53cfa75a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Roo Code Changelog +## 3.19.2 + +### Patch Changes + +- - Add support for Streamable HTTP Transport MCP servers (thanks @taylorwilsdon!) + ## [3.19.1] - 2025-05-30 - Experimental feature to allow reading multiple files at once (thanks @samhvw8!) diff --git a/src/package.json b/src/package.json index 8bfcbfd3b1..235c49e911 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.19.1", + "version": "3.19.2", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91", From 29750ea5e24bed15e032b377a91343bc54e0eb3f Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Sun, 1 Jun 2025 23:25:48 -0400 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c53cfa75a8..b02d3244de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,19 @@ # Roo Code Changelog -## 3.19.2 - -### Patch Changes - -- - Add support for Streamable HTTP Transport MCP servers (thanks @taylorwilsdon!) +## [3.19.2] - 2025-06-01 + +- Add support for Streamable HTTP Transport MCP servers (thanks @taylorwilsdon!) +- Add cached read and writes to stats and cost calculation for LiteLLM provider (thanks @mollux!) +- Prevent dump of an entire file into the context on user edit (thanks @KJ7LNW!) +- Fix directory link handling in markdown (thanks @KJ7LNW!) +- Prevent start_line/end_line in apply_diff REPLACE (thanks @KJ7LNW!) +- Unify history item UI with TaskItem and TaskItemHeader (thanks @KJ7LNW!) +- Fix the label of the OpenAI-compatible API keys +- Fix Virtuoso footer re-rendering issue (thanks @kiwina!) +- Optimize ChatRowContent layout and styles (thanks @zhangtony239!) +- Release memory in apply diff (thanks @xyOz-dev!) +- Upgrade Node.js to v20.19.2 for security enhancements (thanks @PeterDaveHello!) +- Fix typos (thanks @noritaka1166!) ## [3.19.1] - 2025-05-30