Compare commits

...

2 commits

Author SHA1 Message Date
Matt Rubens
c5e9461c82
Update CHANGELOG.md 2025-05-07 23:13:59 -04:00
github-actions[bot]
693c12df9a changeset version bump 2025-05-08 03:06:41 +00:00
5 changed files with 14 additions and 20 deletions

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Add editor name to telemetry

View file

@ -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

View file

@ -1,5 +1,16 @@
# Roo Code Changelog
## [3.16.1] - 2025-05-07
- 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 evals defaults
- Update dependencies to latest versions
## [3.16.0] - 2025-05-06
- Add vertical tab navigation to the settings (thanks @dlab-anton)

4
package-lock.json generated
View file

@ -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",

View file

@ -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",