Skip to content

Commit c20a205

Browse files
committed
docs(update-notes): add v3.25.3 release notes and update index/sidebar
1 parent fb1be3e commit c20a205

File tree

3 files changed

+33
-0
lines changed

3 files changed

+33
-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.3](/update-notes/v3.25.3) (2025-07-31)
2223
* [3.25.2](/update-notes/v3.25.2) (2025-07-29)
2324
* [3.25.1](/update-notes/v3.25.1) (2025-07-29)
2425
* [3.25.0](/update-notes/v3.25.0) (2025-07-29)

docs/update-notes/v3.25.3.mdx

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
description: Patch release resolving issues and improving stability for Roo Code 3.25.3.
3+
keywords:
4+
- roo code 3.25.3
5+
- bug fixes
6+
- improvements
7+
- stability
8+
image: /img/social-share.jpg
9+
---
10+
11+
# Roo Code 3.25.3 Release Notes (2025-07-31)
12+
13+
This patch focuses on stability and polish across the 3.25 series. It follows the same structure as recent 3.x updates and keeps section ordering consistent (QOL before Bug Fixes).
14+
15+
## QOL Improvements
16+
17+
<!-- Add QOL improvements here. Keep one-line bullets with consistent acknowledgments and PR links like ([#0000](https://github.com/RooCodeInc/Roo-Code/pull/0000)). -->
18+
19+
## Bug Fixes
20+
21+
<!-- Add bug fixes here. Keep one-line bullets with consistent acknowledgments and PR links. -->
22+
23+
## Provider Updates
24+
25+
<!-- Add provider/version updates here if applicable. -->
26+
27+
## Misc Improvements
28+
29+
<!-- Add small improvements that don’t fit above. -->
30+
31+
<!-- If there are documentation links for major features (not expected for a patch), use absolute paths from /docs root, e.g. [Feature Guide](/features/slash-commands). -->

sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ const sidebars: SidebarsConfig = {
221221
label: '3.25',
222222
items: [
223223
{ type: 'doc', id: 'update-notes/v3.25', label: '3.25 Combined' },
224+
{ type: 'doc', id: 'update-notes/v3.25.3', label: '3.25.3' },
224225
{ type: 'doc', id: 'update-notes/v3.25.2', label: '3.25.2' },
225226
{ type: 'doc', id: 'update-notes/v3.25.1', label: '3.25.1' },
226227
{ type: 'doc', id: 'update-notes/v3.25.0', label: '3.25.0' },

0 commit comments

Comments
 (0)