Merge pull request #861 from RooVetGit/changeset-release/main

Changeset version bump
This commit is contained in:
Matt Rubens 2025-02-08 12:30:30 -05:00 committed by GitHub
commit d1000f2c40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 11 additions and 23 deletions

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Add a copy button to the recent tasks

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Improve the user experience for adding a new configuration profile

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Style and copy updates to advanced settings

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
v3.3.15

View file

@ -1,5 +1,13 @@
# Roo Code Changelog
## [3.3.15]
- Improvements to MCP initialization and server restarts (thanks @MuriloFP and @hannesrudolph!)
- Add a copy button to the recent tasks (thanks @hannesrudolph!)
- Improve the user experience for adding a new API profile
- Another significant fix to API profile switching on the settings screen
- Opt-in experimental version of checkpoints in the advanced settings
## [3.3.14]
- Should have skipped floor 13 like an elevator. This fixes the broken 3.3.13 release by reverting some changes to the deployment scripts.

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "roo-cline",
"version": "3.3.14",
"version": "3.3.15",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "roo-cline",
"version": "3.3.14",
"version": "3.3.15",
"dependencies": {
"@anthropic-ai/bedrock-sdk": "^0.10.2",
"@anthropic-ai/sdk": "^0.26.0",

View file

@ -3,7 +3,7 @@
"displayName": "Roo Code (prev. Roo Cline)",
"description": "A VS Code plugin that enhances coding with AI-powered automation, multi-model support, and experimental features.",
"publisher": "RooVeterinaryInc",
"version": "3.3.14",
"version": "3.3.15",
"icon": "assets/icons/rocket.png",
"galleryBanner": {
"color": "#617A91",