Skip to content

Commit edd97ef

Browse files
marcusclaude
andcommitted
docs: Update changelog for v0.44.0
Update td dependency to v0.21.0. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent b42a90b commit edd97ef

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
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.44.0] - 2026-01-23
6+
7+
### Features
8+
- **File Browser**: Fast file browser with improved performance
9+
- **Projects**: Inline project creation from project switcher modal
10+
11+
### Improvements
12+
- Eliminate interactive typing latency in worktree mode
13+
- Unify modal priority with ModalKind type and activeModal() helper
14+
- Remove side-scrolling
15+
- Update keybindings
16+
- Revert poll interval to 2s (fingerprint cache approach sufficient)
17+
18+
### Bug Fixes
19+
- Fix button hit region calculation in project add modal
20+
- Fix exit shell in some situations
21+
- Remove dead shells properly
22+
23+
### Dependencies
24+
- Updated embedded td to v0.21.0
25+
526
## [v0.43.0] - 2026-01-23
627

728
### Features

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/charmbracelet/lipgloss v1.1.1-0.20250404203927-76690c660834
1414
github.com/charmbracelet/x/ansi v0.11.3
1515
github.com/fsnotify/fsnotify v1.9.0
16-
github.com/marcus/td v0.20.0
16+
github.com/marcus/td v0.21.0
1717
github.com/mattn/go-runewidth v0.0.19
1818
github.com/mattn/go-sqlite3 v1.14.32
1919
modernc.org/sqlite v1.41.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ github.com/lucasb-eyer/go-colorful v1.3.0 h1:2/yBRLdWBZKrf7gB40FoiKfAWYQ0lqNcbuQ
8383
github.com/lucasb-eyer/go-colorful v1.3.0/go.mod h1:R4dSotOR9KMtayYi1e77YzuveK+i7ruzyGqttikkLy0=
8484
github.com/makeworld-the-better-one/dither/v2 v2.4.0 h1:Az/dYXiTcwcRSe59Hzw4RI1rSnAZns+1msaCXetrMFE=
8585
github.com/makeworld-the-better-one/dither/v2 v2.4.0/go.mod h1:VBtN8DXO7SNtyGmLiGA7IsFeKrBkQPze1/iAeM95arc=
86-
github.com/marcus/td v0.20.0 h1:4JrSqfzVhkr2U8y8OSZaA8i7RltH1Pp/cVqmdv8on6E=
87-
github.com/marcus/td v0.20.0/go.mod h1:MhMx3ztzXMnzeF69+KiL8+VxAJW43hwB86RrSvL4WyA=
86+
github.com/marcus/td v0.21.0 h1:QwzWnuQDTppy7eZXVq89tw9t3MvWU2KsflGMq9Rrw2c=
87+
github.com/marcus/td v0.21.0/go.mod h1:MhMx3ztzXMnzeF69+KiL8+VxAJW43hwB86RrSvL4WyA=
8888
github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=
8989
github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
9090
github.com/mattn/go-localereader v0.0.1 h1:ygSAOl7ZXTx4RdPYinUpg6W99U8jWvWi9Ye2JC/oIi4=

0 commit comments

Comments
 (0)