diff --git a/ReleaseNotes.md b/ReleaseNotes.md
index 27798ddea..81b10af0a 100644
--- a/ReleaseNotes.md
+++ b/ReleaseNotes.md
@@ -1,27 +1,16 @@
-> [!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
@@ -29,7 +18,7 @@
- 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)
diff --git a/docs/Downloads.md b/docs/Downloads.md
index 54b495709..3931bb617 100644
--- a/docs/Downloads.md
+++ b/docs/Downloads.md
@@ -2,8 +2,8 @@ Several options are available for installation, depending on your needs. Additio
| | |
| ------------------------------------------------------------ | ------------------------------------------------------------ |
-| **Local Setup**
This installs the `owlcms` program to run a competition locally, on a master laptop. No internet connection is needed.