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
14922f127e
commit
44f6bba250
3 changed files with 13 additions and 12 deletions
|
|
@ -1,11 +0,0 @@
|
|||
---
|
||||
"roo-cline": minor
|
||||
---
|
||||
|
||||
- **The Roo Code plugin is not going away.** You may have seen the [recent announcement](https://x.com/mattrubens/status/2046636598859559114) that Roo Code hit 3 million installs and the original team is going all-in on Roomote. We know that news was hard for a lot of you. This plugin means a lot to us and to you, and we hear you. The good news: a community team has stepped up to carry Roo Code forward, and we're working with them on an official handoff so the plugin you rely on keeps getting maintained and improved.
|
||||
- Add GPT-5.5 support via the OpenAI Codex provider (PR #12170 by @hannesrudolph)
|
||||
- Add Claude Opus 4.7 support on Vertex AI (#12134 by @saneroen, PR #12135 by @saneroen)
|
||||
- Add previous checkpoint navigation controls and i18n in chat (#12138 by @saneroen, PR #12139 by @saneroen)
|
||||
- Add Roomote banner (PR #12119 by @brunobergher)
|
||||
- Redesign Roomote announcement banner with violet branding on the web (PR #12161 by @roomote-v0)
|
||||
- Add sunsetting Roo Code blog post (PR #12160 by @roomote-v0)
|
||||
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -1,5 +1,17 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## 3.53.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- **The Roo Code plugin is not going away.** You may have seen the [recent announcement](https://x.com/mattrubens/status/2046636598859559114) that Roo Code hit 3 million installs and the original team is going all-in on Roomote. We know that news was hard for a lot of you. This plugin means a lot to us and to you, and we hear you. The good news: a community team has stepped up to carry Roo Code forward, and we're working with them on an official handoff so the plugin you rely on keeps getting maintained and improved.
|
||||
- Add GPT-5.5 support via the OpenAI Codex provider (PR #12170 by @hannesrudolph)
|
||||
- Add Claude Opus 4.7 support on Vertex AI (#12134 by @saneroen, PR #12135 by @saneroen)
|
||||
- Add previous checkpoint navigation controls and i18n in chat (#12138 by @saneroen, PR #12139 by @saneroen)
|
||||
- Add Roomote banner (PR #12119 by @brunobergher)
|
||||
- Redesign Roomote announcement banner with violet branding on the web (PR #12161 by @roomote-v0)
|
||||
- Add sunsetting Roo Code blog post (PR #12160 by @roomote-v0)
|
||||
|
||||
## 3.52.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"displayName": "%extension.displayName%",
|
||||
"description": "%extension.description%",
|
||||
"publisher": "RooVeterinaryInc",
|
||||
"version": "3.52.1",
|
||||
"version": "3.53.0",
|
||||
"icon": "assets/icons/icon.png",
|
||||
"galleryBanner": {
|
||||
"color": "#617A91",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue