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

Changeset version bump (#2716)

* changeset version bump

* Update CHANGELOG.md

* Update package.json

* Update package-lock.json

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matt Rubens <[email protected]>
R00-B0T 8 месяцев назад
Родитель
Сommit
31656d9b16

+ 0 - 5
.changeset/tall-bottles-sin.md

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

+ 0 - 5
.changeset/ten-grapes-punch.md

@@ -1,5 +0,0 @@
----
-"roo-cline": patch
----
-
-Add missing translation

+ 0 - 5
.changeset/wise-spies-type.md

@@ -1,5 +0,0 @@
----
-"roo-cline": patch
----
-
-Clean up types related to tools

+ 8 - 0
CHANGELOG.md

@@ -1,5 +1,13 @@
 # Roo Code Changelog
 
+## [3.13.0] - 2025-04-17
+
+- UI improvements to task header, chat view, history preview, and welcome view (thanks @sachasayan!)
+- Add append_to_file tool for appending content to files (thanks @samhvw8!)
+- Add Gemini 2.5 Flash Preview to Gemini and Vertex providers (thanks @nbihan-mediware!)
+- Fix image support in Bedrock (thanks @Smartsheet-JB-Brown!)
+- Make diff edits more resilient to models passing in incorrect parameters 
+
 ## [3.12.3] - 2025-04-17
 
 - Fix character escaping issues in Gemini diff edits

+ 2 - 2
package-lock.json

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

+ 1 - 1
package.json

@@ -3,7 +3,7 @@
 	"displayName": "%extension.displayName%",
 	"description": "%extension.description%",
 	"publisher": "RooVeterinaryInc",
-	"version": "3.12.3",
+	"version": "3.13.0",
 	"icon": "assets/icons/icon.png",
 	"galleryBanner": {
 		"color": "#617A91",