mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Changeset version bump (#8370)
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
06ccab6dd7
commit
de77055720
3 changed files with 12 additions and 13 deletions
|
|
@ -1,12 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||

|
||||
|
||||
- Feat: Add Sonnet 4.5 support (thanks @daniel-lxs!)
|
||||
- Fix: Resolve max_completion_tokens issue for GPT-5 models in LiteLLM provider (#6979 by @lx1054331851, PR by @roomote)
|
||||
- Fix: Make chat icons properly sized with shrink-0 class (thanks @mrubens!)
|
||||
- Enhancement: Track telemetry settings changes for better analytics (thanks @mrubens!)
|
||||
- Web: Add testimonials section to website (thanks @brunobergher!)
|
||||
- CI: Refresh contrib.rocks cache workflow for contributor badges (thanks @hannesrudolph!)
|
||||
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -1,5 +1,16 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## [3.28.10] - 2025-09-29
|
||||
|
||||

|
||||
|
||||
- Feat: Add Sonnet 4.5 support (thanks @daniel-lxs!)
|
||||
- Fix: Resolve max_completion_tokens issue for GPT-5 models in LiteLLM provider (#6979 by @lx1054331851, PR by @roomote)
|
||||
- Fix: Make chat icons properly sized with shrink-0 class (thanks @mrubens!)
|
||||
- Enhancement: Track telemetry settings changes for better analytics (thanks @mrubens!)
|
||||
- Web: Add testimonials section to website (thanks @brunobergher!)
|
||||
- CI: Refresh contrib.rocks cache workflow for contributor badges (thanks @hannesrudolph!)
|
||||
|
||||
## [3.28.9] - 2025-09-26
|
||||
|
||||

|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"displayName": "%extension.displayName%",
|
||||
"description": "%extension.description%",
|
||||
"publisher": "RooVeterinaryInc",
|
||||
"version": "3.28.9",
|
||||
"version": "3.28.10",
|
||||
"icon": "assets/icons/icon.png",
|
||||
"galleryBanner": {
|
||||
"color": "#617A91",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue