Skip to content
This repository has been archived by the owner on Jul 10, 2022. It is now read-only.

Releases: axelboc/taekwon

v2.1.2

23 Oct 10:42
Compare
Choose a tag to compare

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

Taekwon v2.1.1

16 Jul 08:26
Compare
Choose a tag to compare

In this patch release, all dependencies have been updated to their latest version, most notably Primus which was two major versions behind. Only one dependency remains out of date: nunjucks, as its latest minor version, v2.2, is not yet supported by nunjucksify.

Taekwon v2.1

14 Sep 02:08
Compare
Choose a tag to compare

Some small refactors, bug fixes and enhancements, including separate log files for each tournament and --force argument to force the start of a new tournament.

Refer to milestone 2.1 for the list of closed issues.

Taekwon v2.0

03 Sep 09:17
Compare
Choose a tag to compare

Complete refactoring, as well as many improvements and bug fixes... Too many to list!