Compare commits

...

2 commits

Author SHA1 Message Date
Matt Rubens
a2d49b246b
Revise CHANGELOG for version 3.26.3 2025-08-29 18:52:35 -04:00
github-actions[bot]
ca5ce6b8cd changeset version bump 2025-08-29 22:50:22 +00:00
3 changed files with 7 additions and 8 deletions

View file

@ -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!)

View file

@ -1,5 +1,11 @@
# Roo Code Changelog # 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 ## [3.26.2] - 2025-08-28
- feat: Add experimental image generation tool with OpenRouter integration (thanks @daniel-lxs!) - feat: Add experimental image generation tool with OpenRouter integration (thanks @daniel-lxs!)

View file

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