Skip to content

Commit 6b60f6c

Browse files
Add release notes for versions 3.11.5, 3.11.6, and 3.11.7 and update sidebar configuration (#117)
1 parent 3fcb3a4 commit 6b60f6c

5 files changed

Lines changed: 36 additions & 0 deletions

File tree

docs/update-notes/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ This section contains notes about recent updates to Roo Code, listed by version
44

55
## Version 3.11
66

7+
* [3.11.7](/update-notes/v3.11.7) (2025-04-04)
8+
* [3.11.6](/update-notes/v3.11.6) (2025-04-04)
9+
* [3.11.5](/update-notes/v3.11.5) (2025-04-03)
710
* [3.11.3](/update-notes/v3.11.3) (2025-03-31)
811
* [3.11.2](/update-notes/v3.11.2) (2025-03-31)
912
* [3.11.1](/update-notes/v3.11.1) (2025-03-30)

docs/update-notes/v3.11.5.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Roo Code 3.11.5 Release Notes (2025-04-03)
2+
3+
This patch release adds Bedrock prompt caching, configurable MCP CWD, API profile management, and diff editing improvements.
4+
5+
## Improvements & Fixes
6+
7+
* Added prompt caching for Amazon Bedrock (thanks Smartsheet-JB-Brown!).
8+
* Added support for configuring the current working directory of MCP servers (thanks shoopapa!).
9+
* Added profile management functions to API (thanks gtaylor!).
10+
* Improvements to diff editing functionality, tests, and error messages (thanks p12tic!).
11+
* Fixed an issue where follow-up questions grabbed focus (thanks diarmidmackenzie!).
12+
* Showed menu buttons when popping the extension out into a new tab (thanks benny123tw!).

docs/update-notes/v3.11.6.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Roo Code 3.11.6 Release Notes (2025-04-04)
2+
3+
This patch release adds support for a preview Gemini model.
4+
5+
## Provider Updates
6+
7+
* Added the Gemini 2.5 Pro Preview model with upper bound pricing.

docs/update-notes/v3.11.7.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Roo Code 3.11.7 Release Notes (2025-04-04)
2+
3+
This patch release includes improvements to file tool context, localization, and internal handling.
4+
5+
## Improvements
6+
7+
* Improved file tool context formatting and diff error guidance.
8+
* Improved zh-TW localization (thanks PeterDaveHello!).
9+
* Implemented reference counting for McpHub disposal.
10+
* Updated buttons to be more consistent (thanks kyle-apex!).
11+
* Improved zh-CN localization (thanks System233!).

sidebars.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,9 @@ const sidebars: SidebarsConfig = {
145145
type: 'category',
146146
label: '3.11',
147147
items: [
148+
{ type: 'doc', id: 'update-notes/v3.11.7', label: '3.11.7' },
149+
{ type: 'doc', id: 'update-notes/v3.11.6', label: '3.11.6' },
150+
{ type: 'doc', id: 'update-notes/v3.11.5', label: '3.11.5' },
148151
{ type: 'doc', id: 'update-notes/v3.11.3', label: '3.11.3' },
149152
{ type: 'doc', id: 'update-notes/v3.11.2', label: '3.11.2' },
150153
{ type: 'doc', id: 'update-notes/v3.11.1', label: '3.11.1' },

0 commit comments

Comments
 (0)