From 3564aed2c86e876ca080468bceca07d526660896 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 13:02:15 +0000 Subject: [PATCH 1/2] changeset version bump --- .changeset/v3.41.3.md | 11 ----------- CHANGELOG.md | 6 ++++++ src/package.json | 2 +- 3 files changed, 7 insertions(+), 12 deletions(-) delete mode 100644 .changeset/v3.41.3.md diff --git a/.changeset/v3.41.3.md b/.changeset/v3.41.3.md deleted file mode 100644 index ed8459cecbd..00000000000 --- a/.changeset/v3.41.3.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"roo-cline": patch ---- - -- Fix: Thinking block word-breaking to prevent horizontal scroll in the chat UI (PR #10806 by @roomote) -- Add Claude-like CLI flags and authentication fixes for the Roo Code CLI (PR #10797 by @cte) -- Improve CLI authentication by using a redirect instead of a fetch (PR #10799 by @cte) -- Fix: Roo Code Router fixes for the CLI (PR #10789 by @cte) -- Release CLI v0.0.48 with latest improvements (PR #10800 by @cte) -- Release CLI v0.0.47 (PR #10798 by @cte) -- Revert E2E tests enablement to address stability issues (PR #10794 by @cte) diff --git a/CHANGELOG.md b/CHANGELOG.md index f92674a5b04..887cb259557 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Roo Code Changelog +## 3.41.3 + +### Patch Changes + +- - Fix: Thinking block word-breaking to prevent horizontal scroll in the chat UI (PR #10806 by @roomote) + ## [3.41.2] - 2026-01-16 - Add button to open markdown in VSCode preview for easier reading of formatted content (PR #10773 by @brunobergher) diff --git a/src/package.json b/src/package.json index f49bd5ab6ea..8f1ad0da09c 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.41.2", + "version": "3.41.3", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91", From 23717fbeb9cccf3b77d25b237582c36f3f6289b1 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Sun, 18 Jan 2026 08:04:55 -0500 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 887cb259557..764491226e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ # Roo Code Changelog -## 3.41.3 - -### Patch Changes - -- - Fix: Thinking block word-breaking to prevent horizontal scroll in the chat UI (PR #10806 by @roomote) +## [3.41.3] - 2026-01-18 + +- Fix: Thinking block word-breaking to prevent horizontal scroll in the chat UI (PR #10806 by @roomote) +- Add Claude-like CLI flags and authentication fixes for the Roo Code CLI (PR #10797 by @cte) +- Improve CLI authentication by using a redirect instead of a fetch (PR #10799 by @cte) +- Fix: Roo Code Router fixes for the CLI (PR #10789 by @cte) +- Release CLI v0.0.48 with latest improvements (PR #10800 by @cte) +- Release CLI v0.0.47 (PR #10798 by @cte) +- Revert E2E tests enablement to address stability issues (PR #10794 by @cte) ## [3.41.2] - 2026-01-16