From aca95ccd04fd16c596e15fd863a46ed38325d821 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 17:25:27 -0500 Subject: [PATCH] Changeset version bump (#11672) * changeset version bump * Revise CHANGELOG for recent version updates Updated changelog for versions 3.50.4 to 3.48.0, including new features, fixes, and improvements. --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens --- .changeset/v3.50.4.md | 5 ----- CHANGELOG.md | 28 ++++++++++------------------ src/package.json | 2 +- 3 files changed, 11 insertions(+), 24 deletions(-) delete mode 100644 .changeset/v3.50.4.md diff --git a/.changeset/v3.50.4.md b/.changeset/v3.50.4.md deleted file mode 100644 index 4a6be9f53e..0000000000 --- a/.changeset/v3.50.4.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -- Feat: Add MiniMax M2.5 model support (#11471 by @love8ko, PR #11458 by @roomote) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b0cc3a4d3..c162d104ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,29 +1,25 @@ # Roo Code Changelog -## 3.50.3 +## [3.50.4] - 2026-02-21 -### Patch Changes +- Feat: Add MiniMax M2.5 model support (#11471 by @love8ko, PR #11458 by @roomote) + +## [3.50.3] - 2026-02-20 - Fix: Correct Vertex AI claude-sonnet-4-6 model ID (#11625 by @yuvarajl, PR #11626 by @roomote) - Restore Unbound as a provider (PR #11624 by @pugazhendhi-m) -## 3.50.2 - -### Patch Changes +## [3.50.2] - 2026-02-20 - Fix: Inline terminal rendering parity with the VSCode Terminal (#10699 by @jerrill-johnson-bitwerx, PR #11361 by @RussellZager) - Fix: Enable prompt caching for Bedrock custom ARN and default to ON (#10846 by @wisestmumbler, PR #11373 by @roomote) - Feat: Add visual feedback to copy button in task actions (#11401 by @omagoduck, PR #11403 by @omagoduck) -## 3.50.1 - -### Patch Changes +## [3.50.1] - 2026-02-20 - Fix OpenAI Codex and OpenAI Native stream parsing for done-only and `content_part` events, including duplicate-text guards when deltas are already streamed. -## 3.50.0 - -### Minor Changes +## [3.50.0] - 2026-02-19 - Add Gemini 3.1 Pro support and set as default Gemini model (PR #11608 by @PeterDaveHello) - Add NDJSON stdin protocol, list subcommands, and modularize CLI run command (PR #11597 by @cte) @@ -31,9 +27,7 @@ - Remove integration tests (PR #11598 by @roomote) - Changeset version bump (PR #11596 by @github-actions) -## 3.49.0 - -### Minor Changes +## [3.49.0] - 2026-02-19 - Add file changes panel to track all file modifications per conversation (#11493 by @saneroen, PR #11494 by @saneroen) - Add per-workspace indexing opt-in and stop/cancel indexing controls (#11455 by @JamesRobert20, PR #11456 by @JamesRobert20) @@ -41,15 +35,13 @@ - Fix: Redesign rehydration scroll lifecycle for smoother chat experience (PR #11483 by @hannesrudolph) - Fix: Bump @roo-code/types metadata version to 1.111.0 after revert regression (PR #11588 by @roomote) -## 3.48.1 - -### Patch Changes +## [3.48.1] - 2026-02-18 - Fix: Await MCP server initialization before returning McpHub instance, preventing race conditions (PR #11518 by @daniel-lxs) - Fix: Correct Bedrock Claude Sonnet 4.6 model ID (#11509 by @PeterDaveHello, PR #11569 by @PeterDaveHello) - Add DeleteQueuedMessage IPC command for managing queued messages (PR #11464 by @roomote) -## [3.48.0] +## [3.48.0] - 2026-02-17 - Add Anthropic Claude Sonnet 4.6 support across all providers — Anthropic, Bedrock, Vertex, OpenRouter, and Vercel AI Gateway (PR #11509 by @PeterDaveHello) - Add lock toggle to pin API config across all modes in a workspace (PR #11295 by @hannesrudolph) diff --git a/src/package.json b/src/package.json index 93c0b7931f..241312ac8c 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.50.3", + "version": "3.50.4", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",