Skip to content

Commit 6550d2a

Browse files
author
Merge Resolver
committed
Add release notes for v3.25.19
- Created release notes for v3.25.19 documenting bug fix for Roo Code Cloud provider - Updated index.md with new version entry - Updated sidebars.ts to include v3.25.19 in navigation - Updated combined v3.25 notes with the bug fix
1 parent 297a6cc commit 6550d2a

File tree

4 files changed

+19
-0
lines changed

4 files changed

+19
-0
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 @@ This section contains notes about recent updates to Roo Code, listed by version
1919

2020
## Version 3.25
2121

22+
* [3.25.19](/update-notes/v3.25.19) (2025-01-20)
2223
* [3.25.18](/update-notes/v3.25.18) (2025-08-19)
2324
* [3.25.17](/update-notes/v3.25.17) (2025-08-18)
2425
* [3.25.16](/update-notes/v3.25.16) (2025-08-17)

docs/update-notes/v3.25.19.mdx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
description: Bug fix for Roo Code Cloud provider welcome screen
3+
keywords:
4+
- roo code 3.25.19
5+
- bug fixes
6+
- roo code cloud
7+
image: /img/social-share.jpg
8+
---
9+
10+
# Roo Code 3.25.19 Release Notes (2025-01-20)
11+
12+
This release fixes an issue with the Roo Code Cloud provider on the welcome screen.
13+
14+
## Bug Fixes
15+
16+
* **Welcome Screen**: Fixed the "Let's go" button not working for Roo Code Cloud provider ([#7239](https://github.com/RooCodeInc/Roo-Code/pull/7239))

docs/update-notes/v3.25.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ Critical fixes that improve stability and compatibility:
196196
* **Terminal Reuse**: Fixed terminal reuse logic to properly handle terminal lifecycle management
197197
* **LM Studio Models**: Fixed duplicate model entries by implementing case-insensitive deduplication, ensuring models appear only once in the provider configuration
198198
* **Reasoning Usage**: Fixed enableReasoningEffort setting not being respected when determining reasoning usage, avoiding unintended reasoning costs
199+
* **Welcome Screen**: Fixed the "Let's go" button not working for Roo Code Cloud provider
199200

200201
### Provider Updates
201202

sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ const sidebars: SidebarsConfig = {
213213
label: '3.25',
214214
items: [
215215
{ type: 'doc', id: 'update-notes/v3.25', label: '3.25 Combined' },
216+
{ type: 'doc', id: 'update-notes/v3.25.19', label: '3.25.19' },
216217
{ type: 'doc', id: 'update-notes/v3.25.18', label: '3.25.18' },
217218
{ type: 'doc', id: 'update-notes/v3.25.17', label: '3.25.17' },
218219
{ type: 'doc', id: 'update-notes/v3.25.16', label: '3.25.16' },

0 commit comments

Comments
 (0)