mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Changeset version bump (#3427)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: R00-B0T <github-actions@github.com> Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
This commit is contained in:
parent
4439af47f2
commit
1b37e30580
4 changed files with 19 additions and 20 deletions
|
|
@ -1,17 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
- Improve provider profile management in the external API
|
||||
- Enforce provider selection in OpenRouter by using 'only' parameter and disabling fallbacks (thanks @shariqriazz!)
|
||||
- Fix display issues with long profile names (thanks @cannuri!)
|
||||
- Prevent terminal focus theft on paste after command execution (thanks @MuriloFP!)
|
||||
- Save OpenAI compatible custom headers correctly
|
||||
- Fix race condition when updating prompts (thanks @elianiva!)
|
||||
- Fix display issues in high contrast themes (thanks @zhangtony239!)
|
||||
- Fix not being able to use specific providers on Openrouter (thanks @daniel-lxs!)
|
||||
- Show properly formatted multi-line commands in preview (thanks @KJ7LNW!)
|
||||
- Handle unsupported language errors gracefully in read_file tool (thanks @KJ7LNW!)
|
||||
- Enhance focus styles in select-dropdown and fix docs URL (thanks @zhangtony239!)
|
||||
- Properly handle mode name overflow in UI (thanks @elianiva!)
|
||||
- Fix project MCP always allow issue (thanks @aheizi!)
|
||||
16
CHANGELOG.md
16
CHANGELOG.md
|
|
@ -1,5 +1,21 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## [3.16.4] - 2025-05-09
|
||||
|
||||
- Improve provider profile management in the external API
|
||||
- Enforce provider selection in OpenRouter by using 'only' parameter and disabling fallbacks (thanks @shariqriazz!)
|
||||
- Fix display issues with long profile names (thanks @cannuri!)
|
||||
- Prevent terminal focus theft on paste after command execution (thanks @MuriloFP!)
|
||||
- Save OpenAI compatible custom headers correctly
|
||||
- Fix race condition when updating prompts (thanks @elianiva!)
|
||||
- Fix display issues in high contrast themes (thanks @zhangtony239!)
|
||||
- Fix not being able to use specific providers on Openrouter (thanks @daniel-lxs!)
|
||||
- Show properly formatted multi-line commands in preview (thanks @KJ7LNW!)
|
||||
- Handle unsupported language errors gracefully in read_file tool (thanks @KJ7LNW!)
|
||||
- Enhance focus styles in select-dropdown and fix docs URL (thanks @zhangtony239!)
|
||||
- Properly handle mode name overflow in UI (thanks @elianiva!)
|
||||
- Fix project MCP always allow issue (thanks @aheizi!)
|
||||
|
||||
## [3.16.3] - 2025-05-08
|
||||
|
||||
- Revert Tailwind migration while we fix a few spots
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "roo-cline",
|
||||
"version": "3.16.3",
|
||||
"version": "3.16.4",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "roo-cline",
|
||||
"version": "3.16.3",
|
||||
"version": "3.16.4",
|
||||
"dependencies": {
|
||||
"@anthropic-ai/bedrock-sdk": "^0.10.2",
|
||||
"@anthropic-ai/sdk": "^0.37.0",
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"displayName": "%extension.displayName%",
|
||||
"description": "%extension.description%",
|
||||
"publisher": "RooVeterinaryInc",
|
||||
"version": "3.16.3",
|
||||
"version": "3.16.4",
|
||||
"icon": "assets/icons/icon.png",
|
||||
"galleryBanner": {
|
||||
"color": "#617A91",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue