Skip to content

54.0.0-alpha01

Compare
Choose a tag to compare
@jflamy-dev jflamy-dev released this 08 Nov 19:45
· 30 commits to master since this release

Caution

  • This is an alpha release, used for validating new features. Some features are likely to be incomplete or non-functional.
  • Alpha releases are not normally used in actual competitions. - It is always wise to export your current database before updating if it contains important data.
  • Maintenance log:

    • 54.0.0-alpha01: initial release of scoreboard cleanup
  • Scoreboards now correctly display ranks and leaders for categories where medals are given based on a score (see documentation for score-based medals)

  • Results

    • During a competition with both score-based and total-based rankings, from the Competition Results page, using the Eligibility Categories report with the Score template will produce correct interim or final results. Each category will be ranked according to it's scoring system.
  • Templates:

    • the athlete's score and ranks in the current category are now obtained by using ${l.categoryScore} ${l.categoryScoreRank} (where l is the loop variable giving the current athlete). If the current category is not score-based, this returns the total and the totalRank.

For other recent changes, see version 52 release notes and version 53 release notes