Skip to content

Releases: nullsystem/scnd

v0.6.0 Beta Release (2024-04-01)

01 Apr 12:45
Compare
Choose a tag to compare
  • 2021-05-05: msq (https://github.com/nullsystem/msq-rs) library now used
  • 2021-06-12+17: New games_servers
    • Lists out servers available under the given master server query
    • Set the threshold to filter servers by player count
  • 2022-08-14: Change to ISC license, name change to scnd, more defined thresholds
  • 2024-04-01: Update all dependencies to latest, improve malformed JSON handling

v0.0.5 Alpha Release (2021-04-24)

24 Apr 18:38
Compare
Choose a tag to compare
  • 2021-04-24: Custom server name
    • Added in the new name field under servers
    • Empty name string will use the server's given name
    • Non-empty name string will use this string instead
  • 2021-04-13: Ignore threshold: --ignore-thresholds
    • Ignores the threshold limits and just outputs the counters regardless
    • Useful with the CLI Single check
  • 2021-04-05: CLI Single Check -s, --single-check
    • Can use the tool as just a single use CLI tool
    • Just check and print the counters to the terminal once

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

01 Mar 19:55
Compare
Choose a tag to compare
Pre-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

v0.0.2 Alpha Release (2019-09-16)

16 Sep 19:19
Compare
Choose a tag to compare
Pre-release

v0.0.2 Alpha Release (2019-09-16)

This is the second release of steamcountsnotifyd, which mainly features non-daemonize mode and the ability to launch the game. It's an alpha release so some functions are rather rough and features might be either broken or seems lacking.

New features:

  • counts to count (grammar fix)
  • systemd service file available, but buggy at the moment (need restart after a start)
  • fixed parameters not passing through command line and used
  • non-daemonize mode added - paramter: -n=0; configuration: daemonize 0
  • Added the ability to launch the game (default or clicked options available)
    • Added actiontype to configuration and command-line paramter
    • 0 = default, 1 = clicked

Any bugs to report or feature request please do it under our Github Issues page

v0.0.1 Alpha Release (2019-09-11)

11 Sep 18:21
Compare
Choose a tag to compare
Pre-release

v0.0.1 Alpha Release (2019-09-11)

This is the first release of steamcountsnotifyd, it's an alpha release so some functions are rather rough and features might be either broken or seems lacking.

SteamCountsNotifyD features:

  • Show you counts of multiple of steam games
  • Daemon - runs in your background silently

Any bugs to report or feature request please do it under our Github Issues page