File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed
Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " siggy"
3- version = " 1.3.2 "
3+ version = " 1.3.3 "
44edition = " 2021"
55license = " GPL-3.0-only"
66description = " Terminal-based Signal messenger client with vim keybindings"
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v1.3.3
4+
5+ ### Bug fixes
6+
7+ - ** Kitty image ghosting** -- images that scrolled out of view persisted on
8+ screen. Now deletes all Kitty placements before each redraw (#180 )
9+ - ** Kitty image stretching** -- partially visible images were scaled into fewer
10+ rows instead of being cropped. Now uses Kitty source-rect params to crop at
11+ the pixel level (#180 )
12+ - ** Kitty image flickering** -- images were deleted and re-transmitted every
13+ frame even when unchanged. Now tracks the previous frame's visible images
14+ and skips redundant redraws (#180 )
15+ - ** Native image cache consistency** -- the first visible height would win in
16+ the cache, producing wrong results at different sizes. Images are now always
17+ encoded at full dimensions and cropped at display time (#180 )
18+
19+ ### Enhancements
20+
21+ - ** Synchronized updates** -- the entire render cycle (clear + text draw +
22+ image overlay) is now wrapped in a synchronized update, eliminating flash
23+ on conversation switch and during scroll (#180 )
24+ - ** Suppressed Kitty responses** -- added ` q=2 ` to Kitty graphics commands to
25+ prevent response bytes from leaking into stdin (#180 )
26+
27+ Thanks to [ @Dowsley ] ( https://github.com/Dowsley ) for this release.
28+
29+ ---
30+
331## v1.3.2
432
533### Bug fixes
You can’t perform that action at this time.
0 commit comments