mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
changeset version bump
This commit is contained in:
parent
6f65a26694
commit
c405a3bfb2
4 changed files with 12 additions and 15 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Add OpenAI's GPT-5.3-Codex model support
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
- Add OpenAI's GPT-5.3-Codex model support (PR #11728 by @PeterDaveHello)
|
||||
- Warm Roo models on CLI startup for faster initial responses (PR #11722 by @cte)
|
||||
- Fix spelling/grammar and casing inconsistencies (#11478 by @PeterDaveHello, PR #11485 by @PeterDaveHello)
|
||||
- Fix: Restore Linear integration page (PR #11725 by @roomote)
|
||||
- Chore: Prepare CLI release v0.1.1 (PR #11723 by @cte)
|
||||
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -1,5 +1,16 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## 3.50.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Add OpenAI's GPT-5.3-Codex model support
|
||||
- Add OpenAI's GPT-5.3-Codex model support (PR #11728 by @PeterDaveHello)
|
||||
- Warm Roo models on CLI startup for faster initial responses (PR #11722 by @cte)
|
||||
- Fix spelling/grammar and casing inconsistencies (#11478 by @PeterDaveHello, PR #11485 by @PeterDaveHello)
|
||||
- Fix: Restore Linear integration page (PR #11725 by @roomote)
|
||||
- Chore: Prepare CLI release v0.1.1 (PR #11723 by @cte)
|
||||
|
||||
## [3.50.4] - 2026-02-21
|
||||
|
||||
- Feat: Add MiniMax M2.5 model support (#11471 by @love8ko, PR #11458 by @roomote)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"displayName": "%extension.displayName%",
|
||||
"description": "%extension.description%",
|
||||
"publisher": "RooVeterinaryInc",
|
||||
"version": "3.50.4",
|
||||
"version": "3.50.5",
|
||||
"icon": "assets/icons/icon.png",
|
||||
"galleryBanner": {
|
||||
"color": "#617A91",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue