Skip to content

Commit ded4ebb

Browse files
committed
docs: add release notes for version 3.25.2 and update sidebar links
1 parent 4e45158 commit ded4ebb

File tree

3 files changed

+25
-0
lines changed

3 files changed

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

docs/update-notes/v3.25.2.mdx

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
description: Fixes diff view display and zap icon hover state, adds organization-level MCP controls.
3+
keywords:
4+
- roo code 3.25.2
5+
- diff view fix
6+
- organization MCP controls
7+
- UI improvements
8+
image: /img/social-share.jpg
9+
---
10+
11+
# Roo Code 3.25.2 Release Notes (2025-07-29)
12+
13+
This release fixes the diff view display when background edits are disabled, adds organization-level MCP controls, and improves UI interactions.
14+
15+
## QOL Improvements
16+
17+
* **Organization MCP Controls**: Added support for managing MCP servers at the organization level, allowing centralized configuration across teams ([#6378](https://github.com/RooCodeInc/Roo-Code/pull/6378))
18+
* **Zap Icon Hover State**: Fixed the hover state for the zap icon to provide better visual feedback during interactions ([#6388](https://github.com/RooCodeInc/Roo-Code/pull/6388))
19+
20+
## Bug Fixes
21+
22+
* **Diff View Display**: Fixed an issue where the diff view wasn't showing before approval when background edits were disabled ([#6386](https://github.com/RooCodeInc/Roo-Code/pull/6386))

sidebars.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,8 @@ const sidebars: SidebarsConfig = {
220220
type: 'category',
221221
label: '3.25',
222222
items: [
223+
{ type: 'doc', id: 'update-notes/v3.25.2', label: '3.25.2' },
224+
{ type: 'doc', id: 'update-notes/v3.25.1', label: '3.25.1' },
223225
{ type: 'doc', id: 'update-notes/v3.25.0', label: '3.25.0' },
224226
],
225227
},

0 commit comments

Comments
 (0)