Skip to content

Commit 52413eb

Browse files
committed
docs: Update changelog for v0.22.0
1 parent 9c3e14e commit 52413eb

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
All notable changes to sidecar are documented here.
44

5+
## [v0.22.0] - 2026-01-17
6+
7+
### Features
8+
- **Yank keyboard shortcuts**: Added y/Y keys for copying content in conversations plugin
9+
- **Send-to-worktree integration**: Launch agents directly from td monitor to worktrees
10+
11+
### Bug Fixes
12+
- Fixed worktree session lookup for nested directories and sanitized names
13+
- Fixed send-to-worktree with lazy loaded npm environments
14+
- Fixed Unicode truncation and refactored modal initialization
15+
- Fixed memory leak and CPU performance in worktree output pane
16+
- Fixed off-by-one mouse hit regions in worktree modals
17+
- Fixed commit status not showing for worktrees with unset BaseBranch
18+
- Fixed O(n²) cache eviction in session metadata cache
19+
- Fixed detectDefaultBranch() not being called due to caller defaults
20+
21+
### Changes
22+
- Removed YAML config support (JSON only)
23+
- Extracted resolveBaseBranch() helper to deduplicate default branch detection
24+
- Replaced hardcoded 'main' defaults with detectDefaultBranch()
25+
526
## [v0.21.0] - 2026-01-17
627

728
### Bug Fixes

0 commit comments

Comments
 (0)