• v1.7.12 cbc077e8a4

    V1.7.12 Stable

    serrebi released this 2026-07-04 21:49:34 -07:00 | 9 commits to main since this release

    Breaking

    • None

    Features

    • None

    Fixes

    • fix: speed up app close during update by skipping disk-cache flush

    Other

    • save_state() runs on the blocking shutdown path (busy cursor shown while
    • it waits) and was requesting flush_disk_cache for every torrent's resume
    • data, forcing a synchronous disk write flush per torrent before the app
    • could exit. That's what made "closing to install update" feel slow with
    • several active torrents. The periodic background autosave already added
    • for ratio persistence still flushes for real crash safety, but it runs
    • off the UI thread and doesn't block anything, so drop the flush from the
    • blocking shutdown save and tighten its poll timeout accordingly.
    • Co-Authored-By: Claude Sonnet 5 noreply@anthropic.com
    Downloads