This repository has been archived by the owner on Jul 10, 2022. It is now read-only.
Enhancements
- Vibrate Corner Judges' devices when backdrop visibility changes #55
- Improve backdrop messages for Corner Judges. "Please wait..." was misleading Corner Judges into thinking that the app was loading something. Each match state now comes with a much clearer --and sometimes more cheerful--message. #58
Bug fixes
- Avoid crashing the server when scoring is not allowed in the current match state, as this happens from time to time because of network delays
- Fix bug where restoring match state was resulting in transitioning to the next round #56
- Fix out-of-date Primus client library following update of Primus in Taekwon v2.1.1 #54
Other changes
- Generate Primus client library at build time (was previously generated manually) to make it easier to update Primus in the future #54
- Update Primus to v6
- Add warning to README about starting server with forever and
--force
- Bump Node.js to v6 and NPM to v3