Skip to content

Commit 8fd171a

Browse files
committed
Add release notes for v3.26.4
- Memory optimization for image handling - Bug fixes for special tokens handling - Ollama Turbo mode support - UI improvements (Cloud tab rename) - Kangaroo-themed release image
1 parent 34bbb71 commit 8fd171a

File tree

4 files changed

+61
-1
lines changed

4 files changed

+61
-1
lines changed

docs/update-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ image: /img/social-share.jpg
1919

2020
### Version 3.26
2121

22+
* [3.26.4](/update-notes/v3.26.4) (2025-09-01)
2223
* [3.26.3](/update-notes/v3.26.3) (2025-08-29)
2324
* [3.26.2](/update-notes/v3.26.2) (2025-08-28)
2425
* [3.26.1](/update-notes/v3.26.1) (2025-08-27)

docs/update-notes/v3.26.4.mdx

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
description: Memory optimization for image handling and bug fixes.
3+
keywords:
4+
- roo code 3.26.4
5+
- memory optimization
6+
- ollama turbo
7+
image: /img/social-share.jpg
8+
---
9+
10+
# Roo Code 3.26.4 Release Notes (2025-09-01)
11+
12+
This release focuses on memory optimization for image handling and includes several improvements.
13+
14+
## QOL Improvements
15+
16+
* **Memory Optimization**: Optimize memory usage for image handling in webview ([#7556](https://github.com/RooCodeInc/Roo-Code/pull/7556))
17+
18+
## Bug Fixes
19+
20+
* **Special Tokens Handling**: Fixed issue where special tokens would break task processing (thanks pwilkin!) ([#7540](https://github.com/RooCodeInc/Roo-Code/pull/7540))
21+
22+
## Provider Updates
23+
24+
* **Ollama Turbo Mode**: Added API key support for Turbo mode (thanks LivioGama!) ([#7425](https://github.com/RooCodeInc/Roo-Code/pull/7425))
25+
26+
## UI Updates
27+
28+
* **Cloud Tab Rename**: Renamed Account tab to Cloud tab for clarity ([#7558](https://github.com/RooCodeInc/Roo-Code/pull/7558))
29+
30+
## Misc Improvements
31+
32+
* **Release Image**: Added kangaroo-themed release image generation ([#7546](https://github.com/RooCodeInc/Roo-Code/pull/7546))

docs/update-notes/v3.26.mdx

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,44 @@
11
---
2-
description: Roo Code v3.26 series - Grok Code Fast, built-in /init command, Qwen Code CLI API support, and Vercel AI Gateway integration.
2+
description: Roo Code v3.26 series - Grok Code Fast, built-in /init command, Qwen Code CLI API support, Vercel AI Gateway integration, and image generation enhancements.
33
keywords:
44
- roo code 3.26
55
- grok code fast
66
- init command
77
- qwen code cli
88
- vercel ai gateway
9+
- image generation
10+
- mode selector
911
image: /img/social-share.jpg
1012
---
1113

1214
# Roo Code 3.26 Release Notes
1315

1416
This document combines all releases in the v3.26 series.
1517

18+
## Version 3.26.4 (2025-09-01)
19+
20+
This release focuses on memory optimization for image handling and includes several improvements.
21+
22+
### QOL Improvements
23+
24+
* **Memory Optimization**: Optimize memory usage for image handling in webview ([#7556](https://github.com/RooCodeInc/Roo-Code/pull/7556))
25+
26+
### Bug Fixes
27+
28+
* **Special Tokens Handling**: Fixed issue where special tokens would break task processing (thanks pwilkin!) ([#7540](https://github.com/RooCodeInc/Roo-Code/pull/7540))
29+
30+
### Provider Updates
31+
32+
* **Ollama Turbo Mode**: Added API key support for Turbo mode (thanks LivioGama!) ([#7425](https://github.com/RooCodeInc/Roo-Code/pull/7425))
33+
34+
### UI Updates
35+
36+
* **Cloud Tab Rename**: Renamed Account tab to Cloud tab for clarity ([#7558](https://github.com/RooCodeInc/Roo-Code/pull/7558))
37+
38+
### Misc Improvements
39+
40+
* **Release Image**: Added kangaroo-themed release image generation ([#7546](https://github.com/RooCodeInc/Roo-Code/pull/7546))
41+
1642
## Version 3.26.0 (2025-08-26)
1743

1844
This release introduces Grok Code Fast (formerly Sonic), a built-in /init command, and Qwen Code CLI API support.

sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ const sidebars: SidebarsConfig = {
217217
label: '3.26',
218218
items: [
219219
{ type: 'doc', id: 'update-notes/v3.26', label: '3.26 Combined' },
220+
{ type: 'doc', id: 'update-notes/v3.26.4', label: '3.26.4' },
220221
{ type: 'doc', id: 'update-notes/v3.26.3', label: '3.26.3' },
221222
{ type: 'doc', id: 'update-notes/v3.26.2', label: '3.26.2' },
222223
{ type: 'doc', id: 'update-notes/v3.26.1', label: '3.26.1' },

0 commit comments

Comments
 (0)