mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
v3.26.4 (#7579)
This commit is contained in:
parent
97cfb962a0
commit
00d26ee4bf
4 changed files with 16 additions and 5 deletions
11
.changeset/v3.26.4.md
Normal file
11
.changeset/v3.26.4.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||

|
||||
|
||||
- Optimize memory usage for image handling in webview (thanks @daniel-lxs!)
|
||||
- Fix: Special tokens should not break task processing (#7539 by @pwilkin, PR by @pwilkin)
|
||||
- Add Ollama API key support for Turbo mode (#7147 by @LivioGama, PR by @app/roomote)
|
||||
- Rename Account tab to Cloud tab for clarity (thanks @app/roomote!)
|
||||
- Add kangaroo-themed release image generation (thanks @mrubens!)
|
||||
|
|
@ -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: ``
|
||||
- Add the generated image to .changeset/v[version].md before the list of changes with format: ``
|
||||
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)
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [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!)
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
## [3.26.2] - 2025-08-28
|
||||
|
||||

|
||||

|
||||
|
||||
- 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)
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
## [3.26.1] - 2025-08-27
|
||||
|
||||

|
||||

|
||||
|
||||
- Add Vercel AI Gateway provider integration (thanks @joshualipman123!)
|
||||
- Add support for Vercel embeddings (thanks @mrubens!)
|
||||
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
## [3.26.0] - 2025-08-26
|
||||
|
||||

|
||||

|
||||
|
||||
- Sonic -> Grok Code Fast
|
||||
- feat: Add Qwen Code CLI API Support with OAuth Authentication (thanks @evinelias and Cline!)
|
||||
|
|
|
|||
BIN
releases/3.26.4-release.png
Normal file
BIN
releases/3.26.4-release.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.9 MiB |
Loading…
Add table
Reference in a new issue