v0.5.2
Paneflow 0.5.2
A Windows hotfix: the in-app updater now works on MSI installs. Linux and macOS are unchanged.
Fixed
- Windows self-update. Clicking "Update" on an MSI install failed with
HOME environment variable is not setand never updated. The running binary's install location was misdetected —std::fs::canonicalizereturns the extended-length\\?\C:\…path on Windows, which didn't match%ProgramFiles%, so the install was classified as unknown and the updater fell back to the Linux tar.gz path (which reads$HOME). MSI installs are now detected correctly and the update runs throughmsiexecend-to-end. As a safety net, an unknown install on Windows no longer routes to the Linux updater either.
Windows users — one-time step: your current build carries the old, broken detection, so it cannot self-update to this fix. Download the
0.5.2.msibelow and install it once — after that the in-app updater works for every release.
Full Changelog: v0.5.1...v0.5.2