diff --git a/.changeset/v3.28.15.md b/.changeset/v3.28.15.md deleted file mode 100644 index f0f162ebc32..00000000000 --- a/.changeset/v3.28.15.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -"roo-cline": patch ---- - -![3.28.15 Release - Kangaroo Sliding Down a Chute](/releases/3.28.15-release.png) - -- Add new DeepSeek and GLM models with detailed descriptions to the Chutes provider (thanks @mohammad154!) -- Fix: properly reset cost limit tracking when user clicks "Reset and Continue" (#6889 by @alecoot, PR by app/roomote) -- Fix: improve save button activation in prompts settings (#5780 by @beccare, PR by app/roomote) -- Fix: overeager 'there are unsaved changes' dialog in settings (thanks @brunobergher!) -- Fix: show send button when only images are selected in chat textarea (thanks app/roomote!) -- Fix: Claude Sonnet 4.5 compatibility improvements (thanks @mrubens!) -- Add UsageStats schema and type for better analytics tracking (thanks app/roomote!) -- Include reasoning messages in cloud tasks (thanks @mrubens!) -- Security: update dependency vite to v6.3.6 (thanks app/renovate!) -- Deprecate free grok 4 fast model (thanks @mrubens!) -- Remove unsupported Gemini 2.5 Flash Image Preview free model (thanks @SannidhyaSah!) -- Add structured data to the homepage for better SEO (thanks @mrubens!) -- Update dependency glob to v11.0.3 (thanks app/renovate!) diff --git a/CHANGELOG.md b/CHANGELOG.md index 187a94d1944..b56b0a1bc24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Roo Code Changelog +## [3.28.15] - 2025-10-03 + +![3.28.15 Release - Kangaroo Sliding Down a Chute](/releases/3.28.15-release.png) + +- Add new DeepSeek and GLM models with detailed descriptions to the Chutes provider (thanks @mohammad154!) +- Fix: properly reset cost limit tracking when user clicks "Reset and Continue" (#6889 by @alecoot, PR by app/roomote) +- Fix: improve save button activation in prompts settings (#5780 by @beccare, PR by app/roomote) +- Fix: overeager 'there are unsaved changes' dialog in settings (thanks @brunobergher!) +- Fix: show send button when only images are selected in chat textarea (thanks app/roomote!) +- Fix: Claude Sonnet 4.5 compatibility improvements (thanks @mrubens!) +- Add UsageStats schema and type for better analytics tracking (thanks app/roomote!) +- Include reasoning messages in cloud tasks (thanks @mrubens!) +- Security: update dependency vite to v6.3.6 (thanks app/renovate!) +- Deprecate free grok 4 fast model (thanks @mrubens!) +- Remove unsupported Gemini 2.5 Flash Image Preview free model (thanks @SannidhyaSah!) +- Add structured data to the homepage for better SEO (thanks @mrubens!) +- Update dependency glob to v11.0.3 (thanks app/renovate!) + ## [3.28.14] - 2025-09-30 ![3.28.14 Release - GLM-4.6 Model Support](/releases/3.28.14-release.png) diff --git a/src/package.json b/src/package.json index 3d78345e7f4..786c90a926d 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.28.14", + "version": "3.28.15", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",