Skip to content

Commit b8c48f3

Browse files
committed
docs: add release notes for versions 3.11.14, 3.11.15, 3.11.16, and 3.11.17
1 parent 0084858 commit b8c48f3

File tree

6 files changed

+67
-0
lines changed

6 files changed

+67
-0
lines changed

docs/update-notes/index.md

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

55
## Version 3.11
66

7+
* [3.11.17](/update-notes/v3.11.17) (2025-04-14)
8+
* [3.11.16](/update-notes/v3.11.16) (2025-04-14)
9+
* [3.11.15](/update-notes/v3.11.15) (2025-04-13)
10+
* [3.11.14](/update-notes/v3.11.14) (2025-04-11)
711
* [3.11.13](/update-notes/v3.11.13) (2025-04-11)
812
* [3.11.12](/update-notes/v3.11.12) (2025-04-09)
913
* [3.11.11](/update-notes/v3.11.11) (2025-04-09)

docs/update-notes/v3.11.14.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Roo Code 3.11.14 Release Notes (2025-04-11)
2+
3+
This release enhances rule file handling and file reading settings enforcement.
4+
5+
## Improvements
6+
7+
* Support symbolic links in rules folders to directories and other symbolic links (thanks taisukeoe!)
8+
* Stronger enforcement of the setting to always read full files instead of doing partial reads

docs/update-notes/v3.11.15.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Roo Code 3.11.15 Release Notes (2025-04-13)
2+
3+
This release adds task history filtering, localization, UI options, and includes several provider updates and bug fixes.
4+
5+
## Task History Filtering
6+
7+
* Added the ability to filter task history by workspace. (thanks samhvw8!)
8+
* By default, only tasks from the current workspace are shown.
9+
* Check the `Show tasks from all workspaces` option in the history view to see the global task history.
10+
11+
## Improvements
12+
* Better documentation for adding new settings (thanks KJ7LNW!)
13+
* Localize package.json (thanks samhvw8!)
14+
* Add option to hide the welcome message and fix the background color for the new profile dialog (thanks zhangtony239!)
15+
* Restore the focus ring for the VSCodeButton component (thanks pokutuna!)
16+
17+
## Bug Fixes
18+
19+
* Fix Node.js version in the .tool-versions file (thanks bogdan0083!)
20+
* Fix duplicate suggested mentions for open tabs (thanks samhvw8!)
21+
* Fix Bedrock ARN validation and token expiry issue when using profiles (thanks vagadiya!)
22+
23+
## Provider Updates
24+
25+
* Add Anthropic option to pass API token as Authorization header instead of X-Api-Key (thanks mecab!)

docs/update-notes/v3.11.16.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Roo Code 3.11.16 Release Notes (2025-04-14)
2+
3+
This release adds new OpenAI models and includes the model ID in task details.
4+
5+
## Provider Updates
6+
7+
* Add `gpt-4.1`, `gpt-4.1-mini`, and `gpt-4.1-nano` to the OpenAI provider
8+
9+
## Improvements
10+
11+
* Include model ID in environment details and when exporting tasks (thanks feifei325!)

docs/update-notes/v3.11.17.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Roo Code 3.11.17 Release Notes (2025-04-14)
2+
3+
This release includes improvements to OpenAI cache reporting, UI visuals, diff logic, terminal command capture, and fixes an eslint error.
4+
5+
## Improvements
6+
7+
* Improvements to OpenAI cache reporting and cost estimates (thanks monotykamary and Cline!)
8+
* Visual improvements to the auto-approve toggles (thanks sachasayan!)
9+
* Added telemetry to track diff apply errors going forward
10+
11+
## Bug Fixes
12+
13+
* Bugfix to diff apply logic (thanks avtc for the test case!)
14+
* Fix race condition in capturing short-running terminal commands (thanks KJ7LNW!)
15+
* Fix eslint error (thanks nobu007!)

sidebars.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,10 @@ const sidebars: SidebarsConfig = {
139139
type: 'category',
140140
label: '3.11',
141141
items: [
142+
{ type: 'doc', id: 'update-notes/v3.11.17', label: '3.11.17' },
143+
{ type: 'doc', id: 'update-notes/v3.11.16', label: '3.11.16' },
144+
{ type: 'doc', id: 'update-notes/v3.11.15', label: '3.11.15' },
145+
{ type: 'doc', id: 'update-notes/v3.11.14', label: '3.11.14' },
142146
{ type: 'doc', id: 'update-notes/v3.11.13', label: '3.11.13' },
143147
{ type: 'doc', id: 'update-notes/v3.11.12', label: '3.11.12' },
144148
{ type: 'doc', id: 'update-notes/v3.11.11', label: '3.11.11' },

0 commit comments

Comments
 (0)