File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.3.2
4+
5+ ### Read receipts and delivery status
6+
7+ - ** Message status indicators** -- outgoing messages now show delivery
8+ lifecycle symbols: ` ◌ ` Sending → ` ○ ` Sent → ` ✓ ` Delivered → ` ● ` Read
9+ → ` ◉ ` Viewed
10+ - ** Real-time updates** -- status symbols update live as recipients
11+ receive and read your messages
12+ - ** Group receipt support** -- delivery and read receipts work correctly
13+ in group conversations
14+ - ** Race condition handling** -- receipts that arrive before the server
15+ confirms the send are buffered and replayed automatically
16+ - ** Persistent status** -- message status is stored in the database and
17+ restored on reload (stale "Sending" messages are promoted to "Sent")
18+ - ** Nerd Font icons** -- optional Nerd Font glyphs available via
19+ ` /settings ` > "Nerd Font icons"
20+ - ** Configurable** -- three new settings toggles: "Read receipts" (on/off),
21+ "Receipt colors" (colored/monochrome), "Nerd Font icons" (unicode/nerd)
22+
23+ ### Debug logging
24+
25+ - ** ` --debug ` flag** -- opt-in protocol logging to ` signal-tui-debug.log `
26+ for diagnosing signal-cli communication issues
27+
28+ ### Database
29+
30+ - ** Migration v3** -- adds ` status ` and ` timestamp_ms ` columns to the
31+ messages table (automatic on first run)
32+
33+ ---
34+
335## v0.3.1
436
537### Image attachments
You can’t perform that action at this time.
0 commit comments