mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Changeset version bump (#8716)
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
7dcfca7df5
commit
868117eeae
3 changed files with 9 additions and 10 deletions
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
- Fix: Remove request content from UI messages to improve performance and reduce clutter (#5601 by @MuriloFP, #8594 by @multivac2x, #8690 by @hannesrudolph, PR by @mrubens)
|
||||
- Fix: Prevent file editing issues when git diff views are open (thanks @hassoncs!)
|
||||
- Fix: Add userAgent to Bedrock client for version tracking (#8660 by @ajjuaire, PR by @app/roomote)
|
||||
- Feat: Z AI now uses only two coding endpoints for better performance (#8687 by @hannesrudolph)
|
||||
- Feat: Update image generation model selection for improved quality (thanks @chrarnoldus!)
|
||||
|
|
@ -1,5 +1,13 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## [3.28.18] - 2025-10-17
|
||||
|
||||
- Fix: Remove request content from UI messages to improve performance and reduce clutter (#5601 by @MuriloFP, #8594 by @multivac2x, #8690 by @hannesrudolph, PR by @mrubens)
|
||||
- Fix: Prevent file editing issues when git diff views are open (thanks @hassoncs!)
|
||||
- Fix: Add userAgent to Bedrock client for version tracking (#8660 by @ajjuaire, PR by @app/roomote)
|
||||
- Feat: Z AI now uses only two coding endpoints for better performance (#8687 by @hannesrudolph)
|
||||
- Feat: Update image generation model selection for improved quality (thanks @chrarnoldus!)
|
||||
|
||||
## [3.28.17] - 2025-10-15
|
||||
|
||||
- Add support for Claude Haiku 4.5 model (thanks @daniel-lxs!)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"displayName": "%extension.displayName%",
|
||||
"description": "%extension.description%",
|
||||
"publisher": "RooVeterinaryInc",
|
||||
"version": "3.28.17",
|
||||
"version": "3.28.18",
|
||||
"icon": "assets/icons/icon.png",
|
||||
"galleryBanner": {
|
||||
"color": "#617A91",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue