See the assets to download this version and install.
Features
- Session-long wallet unlock — encrypted wallets stay unlocked across mining ops; unlock per-wallet from the toolbar dropdown or wallet-select page; toolbar status indicator shows lock state at a glance.
- Orphan plot file detection — incompatible
.tmpfiles (mismatched plotting address or compression level) now block plan generation with a dedicated dialog and per-file delete buttons, instead of silently orphaning files at execution time.
Fixes
- Resume warps read from
.tmpfilename — robust against partial preallocation (disk-full, non-elevated Windows fallback, network mounts that ignore allocation hints). - Plot plan invalidated on config change — changing plotting address or compression clears the in-memory plan, preventing stale Resume rows from triggering new orphans on the next run.
Translations
- 14 new keys (8 wallet-unlock, 6 orphan detection) translated into all 25 locales.
Under the Hood
- Bumped transitive
rustls-webpki0.103.12 → 0.103.13 to clear RUSTSEC-2026-0104 (reachable panic in CRL parsing).