-
Couldn't load subscription status.
- Fork 2.3k
v3.26.4 #7579
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v3.26.4 #7579
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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!) | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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: `` | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Good change to use absolute paths! Could we add a comment explaining why |
||
| 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) | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this intentional? I noticed the attribution format varies here:
(#ISSUE by @reporter, PR by @contributor)(thanks @contributor!)According to the release.md guidelines, entries with linked issues should use the first format, while entries without issues should use the second. Could lines 10-11 be missing their issue references if they have any?