Skip to content

Releases: bastianpaetzold/RMonitorLeaderboard

Latest Development Build

21 Apr 10:41
Compare
Choose a tag to compare
Pre-release
latest-dev

updated most workflow action versions

1.3.0

22 Jun 22:26
Compare
Choose a tag to compare
  • added container images (architectures: amd64, arm/v7, arm64/v8): ghcr.io/bastianpaetzold/rmonitorleaderboard:1.3.0
  • added logging of client IP on (dis)connect of clients to player
  • fixed player waiting after playing a message instead of before

1.2.1

22 Apr 12:36
Compare
Choose a tag to compare
  • fixed issues when 0 is considered a valid race id

1.2.0

21 Apr 23:55
Compare
Choose a tag to compare
  • improved message tokenization by replacing custom code with a lib
  • improved logging:
    • added logging to file by default
    • added option to disable logging to file (--disable-file-log)
    • added option to disable logging to console (--disable-console-log)

1.1.3

21 Apr 18:48
Compare
Choose a tag to compare

Fixed crashes if messages have an invalid format and can't be parsed or processed correctly.

1.1.2

21 Apr 18:28
Compare
Choose a tag to compare

Improved message tokenization. This should fix issues related to commas in tokens, which are not token separators.

1.1.1

21 Apr 13:33
Compare
Choose a tag to compare

fixed NullPointerException for messages with unknown message type

1.1.0

20 Apr 18:40
Compare
Choose a tag to compare

Added a simple query option for the json server to fetch the current race, but wrapped in an array: /races?filter=current

1.0.0

20 Apr 16:20
Compare
Choose a tag to compare

Initial release with a full rework of the original source to improve stability and fix some smaller issues.

It might also add a few additional bugs 😈