コンテンツにスキップ

v0.5.2

GitHub で見る

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 set and never updated. The running binary's install location was misdetected — std::fs::canonicalize returns 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 through msiexec end-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 .msi below and install it once — after that the in-app updater works for every release.

Full Changelog: https://github.com/ArthurDEV44/paneflow/compare/v0.5.1...v0.5.2