| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| imsg-macos.zip | 2026-07-22 | 3.6 MB | |
| imsg-linux-x86_64.tar.gz | 2026-07-22 | 28.7 MB | |
| README.md | 2026-07-22 | 829 Bytes | |
| v0.13.2 source code.tar.gz | 2026-07-22 | 420.1 kB | |
| v0.13.2 source code.zip | 2026-07-22 | 548.3 kB | |
| Totals: 5 Items | 33.3 MB | 0 | |
Highlights
- History and JSON output are substantially faster on busy chats: URL-preview coalescing no longer sorts per preview, reactions are collected in one pass without losing cross-chat associations, and timestamps reuse a concurrency-safe formatter (thanks @zachwinter).
Performance
- perf: avoid a temporary SQLite sort for every URL-preview lookup in history (#191, thanks @zachwinter).
- perf: fetch history reactions in one pass while preserving cross-chat reaction associations (#189, thanks @zachwinter).
- perf: reuse ISO-8601 date formatting safely across high-volume output (#193, thanks @zachwinter).
Advanced IMCore
- fix: restore group participant add/remove on macOS 26 by using fallback-capable handle lookup and probing both current and legacy IMChat selectors (#185, thanks @oficiallyAkshay).