From 320f553670e431bc84a7150fb7ebe07261737745 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 21:54:23 +0000 Subject: [PATCH 1/2] changeset version bump --- .changeset/v3.19.4.md | 18 ------------------ CHANGELOG.md | 6 ++++++ src/package.json | 2 +- 3 files changed, 7 insertions(+), 19 deletions(-) delete mode 100644 .changeset/v3.19.4.md diff --git a/.changeset/v3.19.4.md b/.changeset/v3.19.4.md deleted file mode 100644 index 7b766c0150..0000000000 --- a/.changeset/v3.19.4.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -"roo-cline": patch ---- - -- Add Gemini Pro 06-05 model support (thanks @daniel-lxs and @shariqriazz!) -- Fix reading PDF, DOCX, and IPYNB files in read_file tool (thanks @samhvw8!) -- Fix multiple memory leaks in ChatView component (thanks @kiwina!) -- Fix WorkspaceTracker resource leaks by disposing FileSystemWatcher (thanks @kiwina!) -- Fix RooTips setTimeout cleanup to prevent state updates on unmounted components (thanks @kiwina!) -- Fix FileSystemWatcher leak in RooIgnoreController (thanks @kiwina!) -- Fix clipboard memory leak by clearing setTimeout in useCopyToClipboard (thanks @kiwina!) -- Fix ClineProvider instance cleanup (thanks @xyOz-dev!) -- Enforce codebase_search as primary tool for code understanding tasks (thanks @hannesrudolph!) -- Improve Docker setup for evals -- Move evals into pnpm workspace, switch from SQLite to Postgres -- Refactor MCP to use getDefaultEnvironment for stdio client transport (thanks @samhvw8!) -- Get rid of "partial" component in names referencing not necessarily partial messages (thanks @wkordalski!) -- Improve feature request template (thanks @elianiva!) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3050badb18..41e6531be0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Roo Code Changelog +## 3.19.4 + +### Patch Changes + +- - Add Gemini Pro 06-05 model support (thanks @daniel-lxs and @shariqriazz!) + ## [3.19.3] - 2025-06-02 - Fix SSE MCP Invocation - Fixed SSE connection issue in McpHub.ts by ensuring transport.start override only applies to stdio transports, allowing SSE and streamable-http transports to retain their original start methods (thanks @taylorwilsdon!) diff --git a/src/package.json b/src/package.json index ed12c22a65..a05e8c8779 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.19.3", + "version": "3.19.4", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91", From 9b6d764f48ee40a72e798bf3f668e9a8550a70b8 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Thu, 5 Jun 2025 17:56:14 -0400 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41e6531be0..6b9af67d97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,21 @@ # Roo Code Changelog -## 3.19.4 - -### Patch Changes - -- - Add Gemini Pro 06-05 model support (thanks @daniel-lxs and @shariqriazz!) +## [3.19.4] - 2025-06-05 + +- Add Gemini Pro 06-05 model support (thanks @daniel-lxs and @shariqriazz!) +- Fix reading PDF, DOCX, and IPYNB files in read_file tool (thanks @samhvw8!) +- Fix multiple memory leaks in ChatView component (thanks @kiwina!) +- Fix WorkspaceTracker resource leaks by disposing FileSystemWatcher (thanks @kiwina!) +- Fix RooTips setTimeout cleanup to prevent state updates on unmounted components (thanks @kiwina!) +- Fix FileSystemWatcher leak in RooIgnoreController (thanks @kiwina!) +- Fix clipboard memory leak by clearing setTimeout in useCopyToClipboard (thanks @kiwina!) +- Fix ClineProvider instance cleanup (thanks @xyOz-dev!) +- Enforce codebase_search as primary tool for code understanding tasks (thanks @hannesrudolph!) +- Improve Docker setup for evals +- Move evals into pnpm workspace, switch from SQLite to Postgres +- Refactor MCP to use getDefaultEnvironment for stdio client transport (thanks @samhvw8!) +- Get rid of "partial" component in names referencing not necessarily partial messages (thanks @wkordalski!) +- Improve feature request template (thanks @elianiva!) ## [3.19.3] - 2025-06-02