From 2d5b93a5741744be167f91e0c5fbbad5b432e674 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 23:07:23 +0000 Subject: [PATCH] changeset version bump --- .changeset/bright-trains-crash.md | 10 ---------- .changeset/heavy-eyes-reply.md | 5 ----- .changeset/mighty-bikes-applaud.md | 5 ----- .changeset/nine-ways-worry.md | 5 ----- .changeset/sour-onions-warn.md | 5 ----- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 8 files changed, 16 insertions(+), 33 deletions(-) delete mode 100644 .changeset/bright-trains-crash.md delete mode 100644 .changeset/heavy-eyes-reply.md delete mode 100644 .changeset/mighty-bikes-applaud.md delete mode 100644 .changeset/nine-ways-worry.md delete mode 100644 .changeset/sour-onions-warn.md diff --git a/.changeset/bright-trains-crash.md b/.changeset/bright-trains-crash.md deleted file mode 100644 index dd0b9d07c3..0000000000 --- a/.changeset/bright-trains-crash.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"roo-cline": minor ---- - -UX fixes that: - -- Allow dropdowns to be controlled when text box is disabled -- Separates and clarifies buttons and dropdowns from inputs -- Adds a secondary placeholder for easier visibility of mode controls -- Updates to tailwind standard diff --git a/.changeset/heavy-eyes-reply.md b/.changeset/heavy-eyes-reply.md deleted file mode 100644 index 8a43a7c05f..0000000000 --- a/.changeset/heavy-eyes-reply.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Add settings migration to support renaming legacy settings files to new format diff --git a/.changeset/mighty-bikes-applaud.md b/.changeset/mighty-bikes-applaud.md deleted file mode 100644 index e731f19ed6..0000000000 --- a/.changeset/mighty-bikes-applaud.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Fix the supportsPromptCache value for OpenAI models diff --git a/.changeset/nine-ways-worry.md b/.changeset/nine-ways-worry.md deleted file mode 100644 index df1c0a8687..0000000000 --- a/.changeset/nine-ways-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Add the openAiR1FormatEnabled field to enable this switch in OpenAI compatible mode to support the current QWQ and future additional classes of R1 models. diff --git a/.changeset/sour-onions-warn.md b/.changeset/sour-onions-warn.md deleted file mode 100644 index dd35b03da7..0000000000 --- a/.changeset/sour-onions-warn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -3.10.4 diff --git a/CHANGELOG.md b/CHANGELOG.md index e99bdb354f..60b433ee6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Roo Code Changelog +## 3.11.0 + +### Minor Changes + +- UX fixes that: + +### Patch Changes + +- Add settings migration to support renaming legacy settings files to new format +- Fix the supportsPromptCache value for OpenAI models +- Add the openAiR1FormatEnabled field to enable this switch in OpenAI compatible mode to support the current QWQ and future additional classes of R1 models. +- 3.10.4 + ## [3.10.3] - 2025-03-23 - Update the welcome page to provide 1-click OAuth flows with LLM routers (thanks @dtrugman!) diff --git a/package-lock.json b/package-lock.json index 597c28ec2f..6f19ab769a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roo-cline", - "version": "3.10.3", + "version": "3.11.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roo-cline", - "version": "3.10.3", + "version": "3.11.0", "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.37.0", diff --git a/package.json b/package.json index 519a7c1346..3a68686e27 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Roo Code (prev. Roo Cline)", "description": "A whole dev team of AI agents in your editor.", "publisher": "RooVeterinaryInc", - "version": "3.10.3", + "version": "3.11.0", "icon": "assets/icons/rocket.png", "galleryBanner": { "color": "#617A91",