Skip to content

v0.0.4 Alpha Release (2021-03-01)

Pre-release
Pre-release
Compare
Choose a tag to compare
@nullsystem nullsystem released this 01 Mar 19:55
· 60 commits to master since this release

v0.0.4 Alpha Release (2021-03-01)

  • First Rust Release
  • 2021-03-01: Daemon option and forking/daemonization process removed
  • Using a2s-rs library to do Source A2S Queries
    • Can now query from each server
  • Roughly working and ported to Windows 10
    • Notification does not implement actions/buttons - Only used for viewing counters
    • No equivalent to daemon on Windows used yet
  • 2021-02-25: Feature parity with previous C++ v0.0.2 Alpha version
    • NOTE: Daemon is there but counter notification not working and CLI flag different/switched
    • Non-daemon is by default
  • toml used for configuration instead
  • 2021-02-22: Initial rewrite to Rust