mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
changeset version bump
This commit is contained in:
parent
5a4aab13c4
commit
ca247d4c21
3 changed files with 7 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!)
|
||||
|
|
@ -1,5 +1,11 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## 3.28.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 
|
||||
|
||||
## [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