Просмотр исходного кода

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

Changeset version bump
Matt Rubens 10 месяцев назад
Родитель
Сommit
c6c70c2479
6 измененных файлов с 9 добавлено и 18 удалено
  1. 0 5
      .changeset/spicy-pugs-guess.md
  2. 0 5
      .changeset/stupid-masks-pay.md
  3. 0 5
      .changeset/unlucky-rivers-leave.md
  4. 6 0
      CHANGELOG.md
  5. 2 2
      package-lock.json
  6. 1 1
      package.json

+ 0 - 5
.changeset/spicy-pugs-guess.md

@@ -1,5 +0,0 @@
----
-"roo-cline": patch
----
-
-Support Volcano Ark platform through OpenAI compatible

+ 0 - 5
.changeset/stupid-masks-pay.md

@@ -1,5 +0,0 @@
----
-"roo-cline": patch
----
-
-Fix jumpiness while entering API config by updating on blur instead of input

+ 0 - 5
.changeset/unlucky-rivers-leave.md

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

+ 6 - 0
CHANGELOG.md

@@ -1,5 +1,11 @@
 # Roo Code Changelog
 # Roo Code Changelog
 
 
+## [3.3.16]
+
+- Support Volcano Ark platform through the OpenAI-compatible provider
+- Fix jumpiness while entering API config by updating on blur instead of input
+- Add tooltips on checkpoint actions and fix an issue where checkpoints were overwriting existing git name/email settings - thanks for the feedback!
+
 ## [3.3.15]
 ## [3.3.15]
 
 
 - Improvements to MCP initialization and server restarts (thanks @MuriloFP and @hannesrudolph!)
 - Improvements to MCP initialization and server restarts (thanks @MuriloFP and @hannesrudolph!)

+ 2 - 2
package-lock.json

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

+ 1 - 1
package.json

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