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
8e9a266256
commit
e2b71f882e
3 changed files with 7 additions and 15 deletions
|
|
@ -1,14 +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!)
|
||||
- Bare metal evals fixes (thanks @cte!)
|
||||
|
|
@ -1,5 +1,11 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## 3.28.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 
|
||||
|
||||
## 3.28.5
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -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