Releases: AtlantisSports/uwh-refbox-rs
Releases · AtlantisSports/uwh-refbox-rs
v0.2.1
What's Changed
- Add option to count timeouts per game by @TristanDebrunner in #416
- Add auth status indicator and credential editing screen by @TristanDebrunner in #430
Full Changelog: v0.2.0...v0.2.1
v0.2.0
New Features
- Add support for fouls and warnings by @elsald and @TristanDebrunner in #338
- Overlay shows player and referee pictures before the start of a game by @actuday6418 and @TristanDebrunner in #229 and #374
Bug Fixes
- Fix bug that made it impossible to exit the time edit screen by @TristanDebrunner in #280
- Fix crashing bug due to attempt to switch to white t/o from ref t/o by @TristanDebrunner in #281
- Fix bug that prevents pressing the time button by @TristanDebrunner in #301
- Ensure that builds support older MacOS versions by @TristanDebrunner in #340
- Fix spelling of Chief by @mcnels1 in #350
- Fix possible crash when starting penalty/warning/foul edit session by @TristanDebrunner in #372
- Fix settings button layouts by @TristanDebrunner in #375
Other Changes
- Make github actions more parallel and less redundant by @TristanDebrunner in #325
- Compile dependencies during the container build by @TristanDebrunner in #326
New Contributors
Full Changelog: v0.1.5...v0.2.0
v0.1.5
New Features
- Added game mode options (Rugby, 3x3, 6x6) by @elsald in #168
- Add support for rugby penalties by @TristanDebrunner in #171
- Add ability to play/pause time (Rugby mode only) by @TristanDebrunner in #177
- Added option to hide time before play by @elsald in #167 and #189
- Start flashing penalty button when penalties are almost ended by @elsald in #187
- Made collecting scorer cap number optional by @elsald in #193
- Add details to center button and make new game summary page by @elsald in #190
- The overlay now shows player photos in the leadup to a game by @actuday6418 in #173
- Start tracking game stats and sending them to uwhportal by @TristanDebrunner in #225
- Config files now get migrated instead of overwritten by @TristanDebrunner in #245
Bug Fixes
- Use pre sudden death break from UWH scores by @elsald in #164
- Fix incorrect handling of missing
pre_sudden_death_break
by @TristanDebrunner in #172 - Stop showing atlantis logo without a tournament logo by @TristanDebrunner in #174
- Add support for optional OT params from uwhscores by @TristanDebrunner in #191
- Handle disconnections from the binary and JSON ports by @TristanDebrunner in #192
Other Changes
- Updated to iced version 0.10, meaning we have dropped support for the glow renderer (by @TristanDebrunner in #196)
- Move to GitHub Actions for CI by @TristanDebrunner in #195
- Add dockerfile to xc for raspberry pi by @TristanDebrunner in #218
Full Changelog: v0.1.4...v0.1.5
v0.1.4
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
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
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 oficed
- 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
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
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:
- Does not connect to uwhscores.com. This limits the usefulness of the app for managing a real tournament
- The
Panel Simulator
window currently cannot be resized