v0.1.3
Download for Windows users
Download guardian-v0.1.3-windows-x64.zip from Assets. This is the complete Windows package and includes guardian.exe, documentation, license, and the trusted repair script.
SHA256SUMS.txt is only for checking the recommended zip.
Do not download Source code (zip) or Source code (tar.gz) unless you want to build from source. GitHub adds those two source archives automatically for every tagged release; they are not runnable Windows packages.
Fixed
- Packaged
guardian.execan now be launched directly from File Explorer. No-argument startup opens the desktop GUI instead of printing CLI usage and exiting. - JSON automation remains explicit:
guardian.exe --jsonwithout a subcommand reports an invalid invocation instead of guessing GUI. - GUI/tray internal commands use the supported
--json <subcommand>ordering.
Verified
- GitHub Actions release workflow completed successfully for
v0.1.3. - Local package smoke passed against
dist/v0.1.3/guardian.exeusing the no-argument GUI entrypoint. cargo test --workspaceandcargo clippy --workspace --all-targets -- -D warningspassed before tagging.