Skip to content

Commit ea8792c

Browse files
johnsideserfclaude
andcommitted
Bump version to v1.3.3
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 15485ea commit ea8792c

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "siggy"
3-
version = "1.3.2"
3+
version = "1.3.3"
44
edition = "2021"
55
license = "GPL-3.0-only"
66
description = "Terminal-based Signal messenger client with vim keybindings"

docs/src/changelog.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
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

0 commit comments

Comments
 (0)