-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jean-François Lamy
committed
Aug 13, 2024
1 parent
9b8a548
commit 98fd9ad
Showing
6 changed files
with
14 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,24 @@ | ||
> [!WARNING] | ||
> [!IMPORTANT] | ||
> | ||
> - This is a **beta release**, used for testing and translation. ***Some features could be non-functional***. | ||
> - Beta releases are **not** normally used in actual competitions, except when a new feature is required. Use extreme care in testing if you intend to do so. | ||
> - You should test all releases, with actual data, several days before a competition. | ||
- Preliminary releases change log | ||
- (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 | ||
- (alpha03) Expose raw lift type and attempt number in video feed | ||
- (alpha03) Removed translation steps for championship names now that the AgeGroups file allows defining arbitrary ones. | ||
- (alpha03) The results scoreboard now shows the Score and Score Rank column if any category has age group scoring enabled. The global settings for showing scores and score ranks are no longer needed for this use case. | ||
- (alpha03) Huebner Age-adjusted totals are now supported. This adjusts the total based on age and body weight for athletes aged under 20 and under 115kg. | ||
- Note: the body weight is interpolated, whereas the on-line calculator from Huebner does rounding. | ||
- (alpha02) Updated to Vaadin 24.4.7. | ||
- Publicresults | ||
- When a user opens a scoreboard and a timer is running, the timer is now immediately synchronized | ||
- If the publicresults application is restarted, and sessions are in a break, the remaining time is now immediately synchronized | ||
- Score-based Rankings | ||
- Initial support for Age-Based, All Body weights Categories (ABAB), with ranking based on a scoring system. See [Score-based Rankings](https://jflamy.github.io/owlcms4/#/ScoreBasedCompetitions) in the documentation. | ||
- Typical use: create categories where all Masters in the same age group compete together in a category, from 0 to 999 kg bodyweight, based on their SM(H)F score. | ||
- Other possible scenario: All youth in a given age group compete against one another based on Sinclair. | ||
- **Note**: the Medals sheets and displays do NOT take the scoring into account. Use the `Score` templates the Session or Competition eligibility category reports to get the rankings and award medals. | ||
- Initial support for Age-Based, All-Bodyweights Categories (ABAB), with ranking based on a scoring system. See [Score-based Rankings](https://jflamy.github.io/owlcms4/#/ScoreBasedCompetitions) in the documentation. | ||
- Example: create categories where all Masters in the same age group compete together in a category, from 0 to 999 kg bodyweight, based on their SM(H)F score. | ||
- Example: All youth in a given age group compete against one another based on Sinclair. | ||
- **Note**: Use the `Score` templates the Session or Competition eligibility category reports to get the rankings and award medals. The Medals Excel sheets and and displays do not support scoring systems at present. | ||
- `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. | ||
- Huebner "Age Factors" are now supported. These multiplicative factors adjust the total based on age and body weight for athletes aged under 20 and under 115kg. | ||
- Note: the body weight is interpolated, whereas the current on-line calculator from Huebner does rounding. The online calculator is meant to be updated to also use interpolation. | ||
- Huebner GAMX scoring system now supported | ||
- This scoring system aims to provide compatibility between men and women scores | ||
- There can be both the open bodyweight age groups and the normal age groups in the same meet. Just assign the desired ranking method to each age group. | ||
- The results scoreboard shows a Score and Rank column when a scoring system is selected for any of the age groups. | ||
- The TOTAL is used as score for groups that do not have a Scoring System. | ||
- `Scores-*.xlsx` templates were added for final package/team rankings for an age group or championship using a scoring system form medals. | ||
- Fix: Start Book Data Entry Spreadsheet now works when there are no athletes entered. | ||
|
||
|
||
For other recent changes, see [version 50 release notes](https://github.com/owlcms/owlcms4/releases/tag/50.0.0) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
50.0.0 | ||
51.0.0 |