Skip to content

Commit be4c1a6

Browse files
Add release notes for version 3.11.8 and update sidebar configuration (#118)
1 parent 6b60f6c commit be4c1a6

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

docs/update-notes/index.md

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

55
## Version 3.11
66

7+
* [3.11.8](/update-notes/v3.11.8) (2025-04-05)
78
* [3.11.7](/update-notes/v3.11.7) (2025-04-04)
89
* [3.11.6](/update-notes/v3.11.6) (2025-04-04)
910
* [3.11.5](/update-notes/v3.11.5) (2025-04-03)

docs/update-notes/v3.11.8.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
This patch release includes performance improvements and UI updates.
3+
4+
## Changes
5+
6+
* Improve `combineApiRequests` performance to reduce gray screens of death (thanks kyle-apex!)
7+
* Add searchable dropdown to API config profiles on the settings screen (thanks samhvw8!)
8+
* Add workspace tracking to history items in preparation for future filtering (thanks samhvw8!)
9+
* Fix search highlighting UI in history search (thanks samhvw8!)
10+
* Add support for `.roorules` and give deprecation warning for `.clinerules` (thanks upamune!)
11+
* Fix nodejs version format in `.tool-versions` file (thanks upamune!)

sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ const sidebars: SidebarsConfig = {
145145
type: 'category',
146146
label: '3.11',
147147
items: [
148+
{ type: 'doc', id: 'update-notes/v3.11.8', label: '3.11.8' },
148149
{ type: 'doc', id: 'update-notes/v3.11.7', label: '3.11.7' },
149150
{ type: 'doc', id: 'update-notes/v3.11.6', label: '3.11.6' },
150151
{ type: 'doc', id: 'update-notes/v3.11.5', label: '3.11.5' },

0 commit comments

Comments
 (0)