Skip to content

Commit 3725917

Browse files
mrubenshannesrudolph
authored andcommitted
Putting the Roo in Roo-leases (#7546)
1 parent 47855ed commit 3725917

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.roo/commands/release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ argument-hint: patch | minor | major
2929
6. If the generate_image tool is available, create a release image at `releases/[version]-release.png`
3030
- The image should feature a realistic-looking kangaroo doing something human-like that relates to the main highlight of the release
3131
- Pass `releases/template.png` as the reference image for aspect ratio and kangaroo style
32-
- 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)`
32+
- 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)`
3333
7. If a major or minor release:
3434
- Ask the user what the three most important areas to highlight are in the release
3535
- 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)

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,25 @@
22

33
## [3.26.3] - 2025-08-29
44

5+
![3.26.3 Release - Kangaroo Photo Editor](releases/3.26.3-release.png)
6+
57
- Add optional input image parameter to image generation tool (thanks @roomote!)
68
- Refactor: Flatten image generation settings structure (thanks @daniel-lxs!)
79
- Show console logging in vitests when the --no-silent flag is set (thanks @hassoncs!)
810

911
## [3.26.2] - 2025-08-28
1012

13+
![3.26.2 Release - Kangaroo Digital Artist](releases/3.26.2-release.png)
14+
1115
- feat: Add experimental image generation tool with OpenRouter integration (thanks @daniel-lxs!)
1216
- Fix: Resolve GPT-5 Responses API issues with condensing and image support (#7334 by @nlbuescher, PR by @daniel-lxs)
1317
- Fix: Hide .rooignore'd files from environment details by default (#7368 by @AlexBlack772, PR by @app/roomote)
1418
- Fix: Exclude browser scroll actions from repetition detection (#7470 by @cgrierson-smartsheet, PR by @app/roomote)
1519

1620
## [3.26.1] - 2025-08-27
1721

22+
![3.26.1 Release - Kangaroo Network Engineer](releases/3.26.1-release.png)
23+
1824
- Add Vercel AI Gateway provider integration (thanks @joshualipman123!)
1925
- Add support for Vercel embeddings (thanks @mrubens!)
2026
- Enable on-disk storage for Qdrant vectors and HNSW index (thanks @daniel-lxs!)
@@ -25,6 +31,8 @@
2531

2632
## [3.26.0] - 2025-08-26
2733

34+
![3.26.0 Release - Kangaroo Speed Racer](releases/3.26.0-release.png)
35+
2836
- Sonic -> Grok Code Fast
2937
- feat: Add Qwen Code CLI API Support with OAuth Authentication (thanks @evinelias and Cline!)
3038
- feat: Add Deepseek v3.1 to Fireworks AI provider (#7374 by @dmarkey, PR by @app/roomote)

0 commit comments

Comments
 (0)