From 3a38013f39eac457d650cb2eeb75d15001393757 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Fri, 20 Jun 2025 22:37:10 -0400 Subject: [PATCH] v3.21.2 --- .changeset/v3.21.2.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .changeset/v3.21.2.md diff --git a/.changeset/v3.21.2.md b/.changeset/v3.21.2.md new file mode 100644 index 0000000000..612c7f7bcd --- /dev/null +++ b/.changeset/v3.21.2.md @@ -0,0 +1,16 @@ +--- +"roo-cline": patch +--- + +- Add LaTeX math equation rendering in chat window +- Add toggle for disable MCP server tool from prompt (thanks @Rexarrior!) +- Add symlink support to list_files tool +- Fix marketplace blanking after populating +- Fix recursive directory scanning in @ mention "Add Folder" functionality (thanks @village-way!) +- Resolve phantom subtask display on cancel during API retry +- Correct Gemini 2.5 Flash pricing (thanks @daniel-lxs!) +- Resolve marketplace timeout issues and display installed MCPs (thanks @daniel-lxs!) +- Onboarding tweaks to emphasize modes (thanks @brunobergher!) +- Rename 'Boomerang Tasks' to 'Task Orchestration' for clarity +- Remove command execution from attempt_completion +- Fix markdown for links followed by punctuation (thanks @xyOz-dev!)