File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to sidecar are documented here.
44
5+ ## [ v0.37.0] - 2026-01-21
6+
7+ ### Dependencies
8+ - Updated embedded td to v0.19.0 (performance fix)
9+
510## [ v0.36.0] - 2026-01-21
611
712### Features
Original file line number Diff line number Diff 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.18 .0
16+ github.com/marcus/td v0.19 .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
Original file line number Diff line number Diff line change @@ -83,8 +83,8 @@ github.com/lucasb-eyer/go-colorful v1.3.0 h1:2/yBRLdWBZKrf7gB40FoiKfAWYQ0lqNcbuQ
8383github.com/lucasb-eyer/go-colorful v1.3.0 /go.mod h1:R4dSotOR9KMtayYi1e77YzuveK+i7ruzyGqttikkLy0 =
8484github.com/makeworld-the-better-one/dither/v2 v2.4.0 h1:Az/dYXiTcwcRSe59Hzw4RI1rSnAZns+1msaCXetrMFE =
8585github.com/makeworld-the-better-one/dither/v2 v2.4.0 /go.mod h1:VBtN8DXO7SNtyGmLiGA7IsFeKrBkQPze1/iAeM95arc =
86- github.com/marcus/td v0.18 .0 h1:DSyd3AXnCMLFp6yAEIRlkGAmYCO5KLF5kk7PfaIirFU =
87- github.com/marcus/td v0.18 .0 /go.mod h1:MhMx3ztzXMnzeF69+KiL8+VxAJW43hwB86RrSvL4WyA =
86+ github.com/marcus/td v0.19 .0 h1:S/qLxjrsFFyk5MmrANNX4ODV4tgRpfgVOLzllKtz5UI =
87+ github.com/marcus/td v0.19 .0 /go.mod h1:MhMx3ztzXMnzeF69+KiL8+VxAJW43hwB86RrSvL4WyA =
8888github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY =
8989github.com/mattn/go-isatty v0.0.20 /go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y =
9090github.com/mattn/go-localereader v0.0.1 h1:ygSAOl7ZXTx4RdPYinUpg6W99U8jWvWi9Ye2JC/oIi4 =
You can’t perform that action at this time.
0 commit comments