diff --git a/.changeset/swift-baboons-slide.md b/.changeset/swift-baboons-slide.md deleted file mode 100644 index a1933214be6..00000000000 --- a/.changeset/swift-baboons-slide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -v3.29.6 diff --git a/.changeset/v3.30.0.md b/.changeset/v3.30.0.md deleted file mode 100644 index be286d5e2e8..00000000000 --- a/.changeset/v3.30.0.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -"roo-cline": minor ---- - -![3.30.0 Release - PR Fixer](/releases/3.30.0-release.png) - -## Extension Improvements - -- Add OpenRouter embedding provider support (#8972 by @dmarkey, PR by @dmarkey) -- Convert Chutes to dynamic/router provider (thanks @app/roomote!) -- Fix: prevent message loss during queue drain race condition (#8536 by @hannesrudolph, PR by @daniel-lxs) -- Add GLM-4.6 model to Fireworks provider (#8752 by @mmealman, PR by @app/roomote) -- Add MiniMax M2 model to Fireworks.ai provider (#8961 by @dmarkey, PR by @app/roomote) -- Add preserveReasoning flag to include reasoning in API history (thanks @daniel-lxs!) -- Capture the reasoning content in base-openai-compatible for GLM 4.6 (thanks @mrubens!) -- Handle tags in the base OpenAI-compatible provider (thanks @mrubens!) -- Don't output newline-only reasoning (thanks @mrubens!) -- Fix: create new Requesty profile during OAuth (thanks @Thibault00!) -- Fix: prevent UI flicker and enable resumption after task cancellation (thanks @daniel-lxs!) -- Fix: update terminal settings documentation link (thanks @hannesrudolph!) -- Terminal settings: Cleanup terminal settings tab and change default terminal to inline (thanks @hannesrudolph!) -- Optimize router model fetching with single-provider filtering (thanks @daniel-lxs!) -- Update readme to link the new Custom Modes video (thanks @SannidhyaSah!) - -## New Cloud Agent: PR Fixer - -We're excited to introduce the **PR Fixer** cloud agent to complement our existing PR Reviewer! The PR Fixer can analyze pull request feedback, check for failing tests, and help resolve merge conflicts before applying necessary code changes. Visit the new [PR Fixer page](https://roocode.com/pr-fixer?utm_source=roocode&utm_medium=changelog&utm_campaign=announcement) to learn more. diff --git a/CHANGELOG.md b/CHANGELOG.md index e61cb763df5..b7d4e6c8e03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Roo Code Changelog +## [3.30.0] - 2025-11-03 + +![3.30.0 Release - PR Fixer](/releases/3.30.0-release.png) + +- Feat: Add OpenRouter embedding provider support (#8972 by @dmarkey, PR by @dmarkey) +- Feat: Add GLM-4.6 model to Fireworks provider (#8752 by @mmealman, PR by @app/roomote) +- Feat: Add MiniMax M2 model to Fireworks provider (#8961 by @dmarkey, PR by @app/roomote) +- Feat: Add preserveReasoning flag to include reasoning in API history (thanks @daniel-lxs!) +- Fix: Prevent message loss during queue drain race condition (#8536 by @hannesrudolph, PR by @daniel-lxs) +- Fix: Capture the reasoning content in base-openai-compatible for GLM 4.6 (thanks @mrubens!) +- Fix: Create new Requesty profile during OAuth (thanks @Thibault00!) +- Fix: Prevent UI flicker and enable resumption after task cancellation (thanks @daniel-lxs!) +- Fix: Cleanup terminal settings tab and change default terminal to inline (thanks @hannesrudolph!) + ## [3.29.5] - 2025-11-01 - Fix: Resolve Qdrant codebase_search error by adding keyword index for type field (#8963 by @rossdonald, PR by @app/roomote) diff --git a/src/package.json b/src/package.json index bed93873aaf..3766cee2ca4 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.29.5", + "version": "3.30.0", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",