Skip to content

Commit e775a0f

Browse files
committed
Add release notes for version 3.22.4 and update sidebar navigation
1 parent 89cf7f9 commit e775a0f

File tree

5 files changed

+17
-86
lines changed

5 files changed

+17
-86
lines changed

docs/update-notes/index.md

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

66
## Version 3.22
77

8+
* [3.22.4](/update-notes/v3.22.4) (2025-01-27)
89
* [3.22.3](/update-notes/v3.22.3) (2025-06-27)
910
* [3.22.2](/update-notes/v3.22.2) (2025-06-27)
1011
* [3.22.1](/update-notes/v3.22.1) (2025-06-27)

docs/update-notes/temp_pr_analysis.md

Lines changed: 0 additions & 86 deletions
This file was deleted.

docs/update-notes/v3.22.4.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Roo Code 3.22.4 Release Notes (2025-01-27)
2+
3+
This patch release improves workflow efficiency and fixes critical bugs affecting task sharing and Claude Code provider reliability.
4+
5+
## QOL Improvements
6+
7+
* **Mode Switching**: Follow-up question suggestions can now switch modes directly, eliminating the need to manually change modes after selecting a suggestion ([#5200](https://github.com/RooCodeInc/Roo-Code/pull/5200))
8+
9+
## Bug Fixes
10+
11+
* **Task Sharing**: Fixed share button popover not opening when clicked - now works properly while maintaining tooltip functionality ([#5203](https://github.com/RooCodeInc/Roo-Code/pull/5203))
12+
* **Claude Code Reliability**: Fixed hanging and failures when working with large conversation histories on Linux and Code-Server environments by implementing stdin streaming instead of command-line arguments (thanks Fovty, edgan, flyguy7299!) ([#5186](https://github.com/RooCodeInc/Roo-Code/pull/5186))

docs/update-notes/v3.22.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ This gives you another powerful free option alongside local models and other fre
4444

4545
<img src="/img/v3.22.0/v3.22.0-1.png" alt="VSCode settings showing the Enable Roo Code quick fixes toggle option" width="300" />
4646

47+
* **Mode Switching**: Follow-up question suggestions can now switch modes directly, eliminating the need to manually change modes after selecting a suggestion ([#5200](https://github.com/RooCodeInc/Roo-Code/pull/5200))
4748
* **Consistent Tooltips**: Standardized tooltip delays to 300ms across the entire application for smooth, predictable behavior ([#5098](https://github.com/RooCodeInc/Roo-Code/pull/5098))
4849
* **Cost Transparency**: Improved OpenRouter BYOK cost calculation accuracy using official upstream costs and restored cached token count visibility ([#5145](https://github.com/RooCodeInc/Roo-Code/pull/5145))
4950

@@ -53,6 +54,8 @@ This gives you another powerful free option alongside local models and other fre
5354

5455
## Bug Fixes
5556

57+
* **Task Sharing**: Fixed share button popover not opening when clicked - now works properly while maintaining tooltip functionality (thanks daniel-lxs!) ([#5203](https://github.com/RooCodeInc/Roo-Code/pull/5203))
58+
* **Claude Code Reliability**: Fixed hanging and failures when working with large conversation histories on Linux and Code-Server environments by implementing stdin streaming instead of command-line arguments (thanks Fovty, edgan, flyguy7299!) ([#5186](https://github.com/RooCodeInc/Roo-Code/pull/5186))
5659
* **Custom Modes**: Fixed JSON backwards compatibility for `.roomodes` files, ensuring older custom modes work correctly after updating from previous versions (thanks daniel-lxs, domc66, africa1207!) ([#5199](https://github.com/RooCodeInc/Roo-Code/pull/5199))
5760
* **Checkpoint Menu**: Fixed checkpoint popover not opening when clicked, restoring access to checkpoint functionality (thanks daniel-lxs, aprpure!) ([#5192](https://github.com/RooCodeInc/Roo-Code/pull/5192))
5861
* **Terminal Integration**: Fixed keyboard shortcut errors when adding terminal content to context (thanks MuriloFP, iamhenry!) ([#5161](https://github.com/RooCodeInc/Roo-Code/pull/5161))

sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ const sidebars: SidebarsConfig = {
206206
type: 'category',
207207
label: '3.22',
208208
items: [
209+
{ type: 'doc', id: 'update-notes/v3.22.4', label: '3.22.4' },
209210
{ type: 'doc', id: 'update-notes/v3.22.3', label: '3.22.3' },
210211
{ type: 'doc', id: 'update-notes/v3.22.2', label: '3.22.2' },
211212
{ type: 'doc', id: 'update-notes/v3.22.1', label: '3.22.1' },

0 commit comments

Comments
 (0)