From 3725917199170367562230f9d8fa628039ee559d Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Fri, 29 Aug 2025 23:00:59 -0400 Subject: [PATCH] Putting the Roo in Roo-leases (#7546) --- .roo/commands/release.md | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.roo/commands/release.md b/.roo/commands/release.md index 8adf57e6f0..99c6d3a9f9 100644 --- a/.roo/commands/release.md +++ b/.roo/commands/release.md @@ -29,7 +29,7 @@ argument-hint: patch | minor | major 6. If the generate_image tool is available, create a release image at `releases/[version]-release.png` - The image should feature a realistic-looking kangaroo doing something human-like that relates to the main highlight of the release - Pass `releases/template.png` as the reference image for aspect ratio and kangaroo style - - Add the generated image to .changeset/v[version].md before the list of changes with format: `![X.Y.Z Release - Description](/releases/X.Y.Z-release.png)` + - Add the generated image to .changeset/v[version].md before the list of changes with format: `![X.Y.Z Release - Description](releases/X.Y.Z-release.png)` 7. If a major or minor release: - Ask the user what the three most important areas to highlight are in the release - Update the English version relevant announcement files and documentation (webview-ui/src/components/chat/Announcement.tsx, README.md, and the `latestAnnouncementId` in src/core/webview/ClineProvider.ts) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60582573e2..1c0ff3a6cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,16 @@ ## [3.26.3] - 2025-08-29 +![3.26.3 Release - Kangaroo Photo Editor](releases/3.26.3-release.png) + - 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 Release - Kangaroo Digital Artist](releases/3.26.2-release.png) + - feat: Add experimental image generation tool with OpenRouter integration (thanks @daniel-lxs!) - Fix: Resolve GPT-5 Responses API issues with condensing and image support (#7334 by @nlbuescher, PR by @daniel-lxs) - Fix: Hide .rooignore'd files from environment details by default (#7368 by @AlexBlack772, PR by @app/roomote) @@ -15,6 +19,8 @@ ## [3.26.1] - 2025-08-27 +![3.26.1 Release - Kangaroo Network Engineer](releases/3.26.1-release.png) + - Add Vercel AI Gateway provider integration (thanks @joshualipman123!) - Add support for Vercel embeddings (thanks @mrubens!) - Enable on-disk storage for Qdrant vectors and HNSW index (thanks @daniel-lxs!) @@ -25,6 +31,8 @@ ## [3.26.0] - 2025-08-26 +![3.26.0 Release - Kangaroo Speed Racer](releases/3.26.0-release.png) + - Sonic -> Grok Code Fast - feat: Add Qwen Code CLI API Support with OAuth Authentication (thanks @evinelias and Cline!) - feat: Add Deepseek v3.1 to Fireworks AI provider (#7374 by @dmarkey, PR by @app/roomote)