You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TMatchResults no longer require the players as inputs.
Tournament YAML files should no longer include a textual representation of time zones. (They can still be included in comments if desired.)
Adds "admin actions" to the API. These allow a tournament to be modified on-the-fly in a way that is friendly to distributed systems.
Adds an admin action for changing the game used in a match.
The swiss1 and singleElim1 formats are now considered stable and will keep their old behavior.
New swiss2 format that fixes the computation of bye values. The previous version gave players too few points for a bye in rounds with multiple matches.
Adds the ability to exclude players from tournament stages by name. This is specified in the YAML file.