Skip to content

Commit

Permalink
51.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jflamy committed Aug 13, 2024
1 parent eff562f commit 9b8a548
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ trigger:
parameters:
- name: Revision
type: string
default: 51.0.0-rc02
default: 51.0.0
- name: SkipTests
type: string
default: 'false'
Expand Down
17 changes: 2 additions & 15 deletions src/main/markdown/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
> [!WARNING]
> [!IMPORTANT]
>
> - This is a release candidate [(see definition)](https://en.wikipedia.org/wiki/Software_release_life_cycle#Release_candidate), used for final public testing and translation. *It is still a preliminary release*
> - You should test all releases, with actual data, *several days* before a competition. This is especially important when considering the use of a release candidate.
- Preliminary releases change log
- (rc02) Updated Translations: German, Swedish, Spanish, Romanian, Hungarian, French, English
- (rc01) When defining categories with all bodyweights, a spurious blank was present in the display name, interfering with the ability to use the registration and SBDE files for these categories.
- (rc01) Out-of-competition athletes now have their ranks on the scoreboards marked with a string ("ext." by default, defined as a translation string). Translation strings also define a marker for the attempt board, and for the scoreboard name. The scoreboard marker is empty by default since the ranks show the status.
- (rc01) Fix: documentation for video styles now correctly references `local/css`
- (beta04) Fix: The SBDE export had stopped working if there were no athletes.
- (beta03) Technical: when running on the cloud it is best to open the http port as early as possible. Enabled a latch to wait until the database initialization and all other initializations are done before actually responding to outside requests.
- (beta02) `Scores-*.xlsx` templates can be used as a simple Final package. Category rankings by the age-group scoring system -- defaults to TOTAL. The Best Lifter page uses the global scoring system selected for the competition. Team scores are based on the age-group scoring system.
- (beta02) Added Qage score for Masters: Qpoints * Masters age factor. Works with the `Scores-*.xlsx` templates.
- (beta01) Documentation: added page for Score-based rankings using Age-Based All Bodyweight categories.
- (beta01) Fixed AgeGroups export to include scoring system
> - You should test all releases, with actual data, several days before a competition.
- Publicresults
- When a user opens a scoreboard and a timer is running, the timer is now immediately synchronized
Expand Down

0 comments on commit 9b8a548

Please sign in to comment.