Skip to content

Commit f9ae722

Browse files
johnsideserfclaude
andcommitted
Bump version to v1.4.2
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 95726cd commit f9ae722

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.4.1"
3+
version = "1.4.2"
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: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog
22

3+
## v1.4.2
4+
5+
### Bug fixes
6+
7+
- **Paste attachment deleted before send** - `/paste` images were deleted
8+
immediately after dispatching the RPC, before signal-cli could read the file.
9+
Now defers cleanup until signal-cli confirms or fails the send (#229)
10+
11+
### Internal
12+
13+
- **Unified event loop** - consolidated `run_app` and `run_demo_app` into a
14+
single function using a `MessagingBackend` enum. Demo mode now inherits all
15+
main loop features (#214)
16+
- **File picker extraction** - moved file picker state and logic out of the App
17+
god object into `domain::FilePickerState`, the first step toward #221 (#226)
18+
- **Dead code cleanup** - marked `find_settings_profile` as test-only with
19+
`#[cfg(test)]` (#225)
20+
21+
### Infrastructure
22+
23+
- **Homebrew tap** - `brew tap johnsideserf/siggy && brew install siggy` now
24+
works on macOS. Formula auto-updates on each release (#227)
25+
- **Mermaid diagrams** - added interactive architecture, data flow, and module
26+
dependency diagrams to the developer guide
27+
28+
Thanks to [@Dowsley](https://github.com/Dowsley) for #214 and #226,
29+
[@shwoop](https://github.com/shwoop) for #227 and #229,
30+
and [@zamadye](https://github.com/zamadye) for #225.
31+
32+
---
33+
334
## v1.4.1
435

536
### New features

0 commit comments

Comments
 (0)