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

Changeset version bump (#7542)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matt Rubens <[email protected]>
github-actions[bot] 4 месяцев назад
Родитель
Сommit
a1f9b7d55e
3 измененных файлов с 7 добавлено и 8 удалено
  1. 0 7
      .changeset/v3.26.3.md
  2. 6 0
      CHANGELOG.md
  3. 1 1
      src/package.json

+ 0 - 7
.changeset/v3.26.3.md

@@ -1,7 +0,0 @@
----
-"roo-cline": patch
----
-
-- Add optional input image parameter to image generation tool (thanks @roomote!)
-- Refactor: Flatten image generation settings structure (thanks @daniel-lxs!)
-- Show console logging in vitests when the --no-silent flag is set (thanks @hassoncs!)

+ 6 - 0
CHANGELOG.md

@@ -1,5 +1,11 @@
 # Roo Code Changelog
 
+## [3.26.3] - 2025-08-29
+
+- Add optional input image parameter to image generation tool (thanks @roomote!)
+- Refactor: Flatten image generation settings structure (thanks @daniel-lxs!)
+- Show console logging in vitests when the --no-silent flag is set (thanks @hassoncs!)
+
 ## [3.26.2] - 2025-08-28
 
 - feat: Add experimental image generation tool with OpenRouter integration (thanks @daniel-lxs!)

+ 1 - 1
src/package.json

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