Skip to content

v0.1.2

Compare
Choose a tag to compare
@TristanDebrunner TristanDebrunner released this 02 Dec 02:50
· 183 commits to master since this release
a577a03

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