Skip to content

Commit d72de70

Browse files
committed
chore: Update v3.15 release notes with performance improvements and bug fixes
1 parent bc04dac commit d72de70

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/update-notes/v3.15.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ This release introduces prompt caching for Google Vertex, improved terminal comm
2222
* Adjusted chat view padding to accommodate small width layouts (thanks @zhangtony239).
2323
* Simplified and streamlined Roo Code's quick actions.
2424
* Improved the auto-approve toggle buttons for some high-contrast VSCode themes.
25+
* Offloaded expensive count token operations to a web worker for better performance (thanks @samhvw8).
26+
* Improved support for multi-root workspaces (thanks @snoyiatk).
27+
* Improved the performance of mode switching (thanks @dlab-anton).
2528

2629
## Bug Fixes
2730

@@ -35,8 +38,4 @@ This release introduces prompt caching for Google Vertex, improved terminal comm
3538

3639
## Misc Improvements
3740

38-
* Added a reasoning effort setting for the OpenAI Compatible provider (thanks @mr-ryan-james).
39-
* Offloaded expensive count token operations to a web worker for better performance (thanks @samhvw8).
40-
* Improved support for multi-root workspaces (thanks @snoyiatk).
41-
* Removed unused types (thanks @wkordalski).
42-
* Improved the performance of mode switching (thanks @dlab-anton).
41+
* Removed unused types (thanks @wkordalski).

0 commit comments

Comments
 (0)