mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
changeset version bump
This commit is contained in:
parent
b0757c2d05
commit
570a30ec8a
7 changed files with 15 additions and 45 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Organize provider settings into separate components
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Split Cline.getEnvironmentDetails out into a standalone function
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Enable Gemini prompt caching by default
|
||||
|
|
@ -1,27 +0,0 @@
|
|||
---
|
||||
"roo-cline": minor
|
||||
---
|
||||
|
||||
## New Features
|
||||
|
||||
- Add Groq and Chutes API providers (thanks @shariqriazz!)
|
||||
- Clickable code references in model responses navigate to source lines (thanks @KJ7LNW!)
|
||||
|
||||
## Improvements
|
||||
|
||||
- Organize provider settings into separate components (thanks @cte!)
|
||||
- Move remaining provider settings into separate components (thanks @cte!)
|
||||
- Use Lucide icons and translations in the code block (thanks @mrubens!)
|
||||
- Improve accessibility of Auto-Approve Toggles (thanks @Deon588!)
|
||||
- Add support for tests that use ESM libraries (thanks @cte!)
|
||||
|
||||
## Fixes
|
||||
|
||||
- Requesty provider fixes (thanks @dtrugman!)
|
||||
- Fix migration and persistence of modeApiConfigs for per-mode API profiles (thanks @alasano!)
|
||||
|
||||
## Code Quality
|
||||
|
||||
- Webview message handler + terminal settings cleanup (thanks @cte!)
|
||||
- Tidy up the Cline class (thanks @cte!)
|
||||
- Move environment details to a separate module, add tests (thanks @cte!)
|
||||
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -1,5 +1,17 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## 3.16.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- ## New Features
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Organize provider settings into separate components
|
||||
- Split Cline.getEnvironmentDetails out into a standalone function
|
||||
- Enable Gemini prompt caching by default
|
||||
|
||||
## [3.15.5] - 2025-05-05
|
||||
|
||||
- Update @google/genai to 0.12 (includes some streaming completion bug fixes)
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "roo-cline",
|
||||
"version": "3.15.5",
|
||||
"version": "3.16.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "roo-cline",
|
||||
"version": "3.15.5",
|
||||
"version": "3.16.0",
|
||||
"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.15.5",
|
||||
"version": "3.16.0",
|
||||
"icon": "assets/icons/icon.png",
|
||||
"galleryBanner": {
|
||||
"color": "#617A91",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue