mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Changeset version bump (#8492)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
This commit is contained in:
parent
5a4aab13c4
commit
8c6587a690
3 changed files with 19 additions and 20 deletions
|
|
@ -1,19 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||

|
||||
|
||||
- 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!)
|
||||
18
CHANGELOG.md
18
CHANGELOG.md
|
|
@ -1,5 +1,23 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## [3.28.15] - 2025-10-03
|
||||
|
||||

|
||||
|
||||
- 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,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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue