Skip to content

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 15 May 01:40

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.exe can 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 --json without 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.exe using the no-argument GUI entrypoint.
  • cargo test --workspace and cargo clippy --workspace --all-targets -- -D warnings passed before tagging.