| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| imsg-macos.zip | 2026-08-11 | 3.8 MB | |
| ASSET-INVENTORY.json | 2026-08-11 | 534 Bytes | |
| imsg-linux-x86_64.tar.gz | 2026-08-11 | 29.5 MB | |
| RELEASE-NOTES.md | 2026-08-11 | 667 Bytes | |
| SHA256SUMS | 2026-08-11 | 430 Bytes | |
| SIGNING-MANIFEST.json | 2026-08-11 | 373 Bytes | |
| README.md | 2026-08-11 | 667 Bytes | |
| v0.14.1 source code.tar.gz | 2026-08-11 | 500.8 kB | |
| v0.14.1 source code.zip | 2026-08-11 | 657.8 kB | |
| Totals: 9 Items | 34.5 MB | 0 | |
0.14.1 - 2026-08-11
Highlight: search now finds messages whose text lives only in the rich-text body — previously these were silently invisible to every query.
Fixes
- Search messages whose body exists only in
attributedBody(rich text): the SQL prefilter excluded them before decoding could run, so such messages could never match. Candidates are now admitted and matched on decoded text, with logical limits preserved (#233, thanks @lincicomb for the report)
Maintenance
- Harden the release pipeline: robust signer import, PKCS12 compatibility, Bash 3 signer support, signing-keychain handling, and draft metadata/ID lookups (#225–#231)