Skip to content

Commit 3f17c6d

Browse files
johnsideserfclaude
andcommitted
Add v0.3.2 changelog to docs site
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d3e9929 commit 3f17c6d

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

docs/src/changelog.md

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

0 commit comments

Comments
 (0)