From 95f63ba55502090f7cabc69e8f67bb928ba0ce53 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Thu, 5 Jun 2025 17:51:06 -0400 Subject: [PATCH] v3.19.4 --- .changeset/v3.19.4.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .changeset/v3.19.4.md diff --git a/.changeset/v3.19.4.md b/.changeset/v3.19.4.md new file mode 100644 index 0000000000..7b766c0150 --- /dev/null +++ b/.changeset/v3.19.4.md @@ -0,0 +1,18 @@ +--- +"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!)