mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 00:26:07 +02:00
781 B
781 B
v0.2.10
Follow-up patch release for v0.2.9 addressing regressions in the auto-updater flow.
Bug Fixes
- Fix update progress dialog freezing / not repainting — progress callbacks now run on the UI thread so the download and extraction percentage actually updates while an update is in progress
- Fix pre-update backup failing when a Serilog-held log file is locked —
UpdateBackupServicenow enumerates files manually, skips thelogs/directory and.logfiles, and logs-and-continues onIOException/UnauthorizedAccessExceptioninstead of aborting the whole backup - Simplify update progress dispatch — remove redundant
Application.Invokewrappers around progress updates that are already called from the UI thread (introduced while fixing the freeze above)