mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
Changeset version bump (#8262)
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
606167209d
commit
44cbee5e75
3 changed files with 22 additions and 19 deletions
|
|
@ -1,15 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||

|
||||
|
||||
- feat(types): add GPT-5-Codex model (thanks @daniel-lxs!)
|
||||
- feat: Add keyboard shortcut for toggling auto-approve (Cmd/Ctrl+Alt+A) (thanks @brunobergher!)
|
||||
- Fix: Improve reasoning block formatting for better readability (thanks @daniel-lxs!)
|
||||
- Fix: respect Ollama Modelfile num_ctx configuration (#7797 by @hannesrudolph, PR by @app/roomote)
|
||||
- Fix: prevent checkpoint text from wrapping in non-English languages (#8206 by @NaccOll, PR by @app/roomote)
|
||||
- Remove language selection and word wrap toggle from CodeBlock (thanks @mrubens!)
|
||||
- feat: add package.nls.json checking to find-missing-translations script (thanks @app/roomote!)
|
||||
- Fix: bare metal evals fixes (thanks @cte!)
|
||||
- Fix: follow-up questions should trigger the "interactive" state (thanks @cte!)
|
||||
24
CHANGELOG.md
24
CHANGELOG.md
|
|
@ -1,10 +1,28 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## 3.28.5
|
||||
## [3.28.6] - 2025-09-23
|
||||
|
||||
### Patch Changes
|
||||

|
||||
|
||||
- - Add an announcement for Supernova (thanks @mrubens!)
|
||||
- Feat: Add GPT-5-Codex model (thanks @daniel-lxs!)
|
||||
- Feat: Add keyboard shortcut for toggling auto-approve (Cmd/Ctrl+Alt+A) (thanks @brunobergher!)
|
||||
- Fix: Improve reasoning block formatting for better readability (thanks @daniel-lxs!)
|
||||
- Fix: Respect Ollama Modelfile num_ctx configuration (#7797 by @hannesrudolph, PR by @app/roomote)
|
||||
- Fix: Prevent checkpoint text from wrapping in non-English languages (#8206 by @NaccOll, PR by @app/roomote)
|
||||
- Remove language selection and word wrap toggle from CodeBlock (thanks @mrubens!)
|
||||
- Feat: Add package.nls.json checking to find-missing-translations script (thanks @app/roomote!)
|
||||
- Fix: Bare metal evals fixes (thanks @cte!)
|
||||
- Fix: Follow-up questions should trigger the "interactive" state (thanks @cte!)
|
||||
|
||||
## [3.28.5] - 2025-09-20
|
||||
|
||||
- Add an announcement for Supernova (thanks @mrubens!)
|
||||
- Wrap code blocks by default for improved readability (thanks @mrubens!)
|
||||
- Fix: Resolve duplicate rehydrate during reasoning; centralize rehydrate and preserve cancel metadata (#8153 by @hannesrudolph, PR by @hannesrudolph)
|
||||
- Fix: Support dash prefix in parseMarkdownChecklist for todo lists (#8054 by @NaccOll, PR by app/roomote)
|
||||
- Fix: Apply tiered pricing for Gemini models via Vertex AI (#8017 by @ikumi3, PR by app/roomote)
|
||||
- Update SambaNova models to latest versions (thanks @snova-jorgep!)
|
||||
- Update privacy policy to allow occasional emails (thanks @jdilla1277!)
|
||||
|
||||
## [3.28.4] - 2025-09-19
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"displayName": "%extension.displayName%",
|
||||
"description": "%extension.description%",
|
||||
"publisher": "RooVeterinaryInc",
|
||||
"version": "3.28.5",
|
||||
"version": "3.28.6",
|
||||
"icon": "assets/icons/icon.png",
|
||||
"galleryBanner": {
|
||||
"color": "#617A91",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue