Преглед изворни кода

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

Changeset version bump
Matt Rubens пре 10 месеци
родитељ
комит
d1000f2c40

+ 0 - 5
.changeset/cyan-insects-marry.md

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

+ 0 - 5
.changeset/dirty-coins-exist.md

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

+ 0 - 5
.changeset/red-badgers-matter.md

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

+ 0 - 5
.changeset/violet-rockets-fetch.md

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

+ 8 - 0
CHANGELOG.md

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

+ 2 - 2
package-lock.json

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

+ 1 - 1
package.json

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