Skip to content

Releases: AtlantisSports/uwh-refbox-rs

v0.2.0

26 Jul 03:18
25c3091
Compare
Choose a tag to compare

New Features

Bug Fixes

Other Changes

New Contributors

Full Changelog: v0.1.5...v0.2.0

v0.1.5

13 Jan 08:14
fb3ec6b
Compare
Choose a tag to compare

New Features

Bug Fixes

Other Changes

Full Changelog: v0.1.4...v0.1.5

v0.1.4

26 Jan 17:15
7ebc5b0
Compare
Choose a tag to compare

What's Changed

  • Switch from warning deck ref to whistling automatically
  • Add flashes when the buzzer triggers
  • Actually apply config changes on "End and apply" confirmation
  • Don't panic if timeout ends while editing time
  • Fix no-std build errors and other warnings

Full Changelog: v0.1.3...v0.1.4

v0.1.3

20 Jan 22:28
67e0aee
Compare
Choose a tag to compare

Change List

Refbox

  • Add more sound options
  • Listen for connections via IPv4 and IPv6
  • Log to file on all platforms and by default
  • Add log options to CLI interface
  • various bugfixes
  • Bump dependency versions

Overlay

  • Add config option to optionally display a tournament logo
  • Log to file on all platforms and by default
  • Add log options to CLI interface
  • Add CLI options to alphagen and move into main workspace

v0.1.2

02 Dec 02:50
a577a03
Compare
Choose a tag to compare

Changes:

  • Added the overlay app (thanks @actuday6418)
  • Allow the panel simulator to be resized
  • Add buzzer control
    • The buzzer is automatically triggered at the end of a play period
  • Fix panic when resetting game with uwhscores enabled
  • Fix panic when score confirm answer is no with uwhscores enabled
  • Change to glow backend of iced
    • Add icons to built in font, stop using SVGs
  • Force the delay between retried http requests to be 10s
  • Update default window size to measured Pi window size
  • Update style to fit on refbox's touchscreen
  • Add recent goal and next period duration to game snapshot
  • Add -a flag to show past tournaments from uwhscores
  • Add checks and compilation without std feature to CI
  • Various wording changes
  • Refactored UI code for easier future development
  • Misc small code fixes

v0.1.1

27 Jul 06:38
e9f4849
Compare
Choose a tag to compare

Changes:

  • Adds connectivity to uwhscores.com
  • Clear scheduled start time when timing parameters change
  • Ignore duplicates of some UI events
  • Allow time between games to exceed 99:59
  • Change default post-game duration to 120s
  • Set time to next game with uwhscores start time when user switches game num
  • Add windows CLI running instructions to README

v0.1.0

14 Jun 00:18
b509e9f
Compare
Choose a tag to compare

First release of the uwh-refbox app. Has all the functionality needed for users to experiment with the UI and learn to use it.

Known Issues:

  1. Does not connect to uwhscores.com. This limits the usefulness of the app for managing a real tournament
  2. The Panel Simulator window currently cannot be resized