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
c26093bf9b
commit
693c12df9a
5 changed files with 10 additions and 20 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Add editor name to telemetry
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
- Add LiteLLM provider support
|
||||
- Improve stability by detecting and preventing tool loops
|
||||
- Add Dutch localization (thanks @Githubguy132010!)
|
||||
- Add editor name to telemetry for better analytics
|
||||
- Migrate to Tailwind CSS for improved UI consistency
|
||||
- Fix footer button wrapping in About section on narrow screens (thanks @ecmasx!)
|
||||
- Update evaluation defaults (thanks @cte!)
|
||||
- Update dependencies to latest versions
|
||||
|
|
@ -1,5 +1,12 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## 3.16.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Add editor name to telemetry
|
||||
- - Add LiteLLM provider support
|
||||
|
||||
## [3.16.0] - 2025-05-06
|
||||
|
||||
- Add vertical tab navigation to the settings (thanks @dlab-anton)
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "roo-cline",
|
||||
"version": "3.16.0",
|
||||
"version": "3.16.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "roo-cline",
|
||||
"version": "3.16.0",
|
||||
"version": "3.16.1",
|
||||
"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.0",
|
||||
"version": "3.16.1",
|
||||
"icon": "assets/icons/icon.png",
|
||||
"galleryBanner": {
|
||||
"color": "#617A91",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue