diff --git a/ReleaseNotes.md b/ReleaseNotes.md
index f7831e021..e09500f8b 100644
--- a/ReleaseNotes.md
+++ b/ReleaseNotes.md
@@ -5,11 +5,16 @@
- Fixes
+ - 52.0.4
+ - Fix: If "Medals according to score" or "Show Score on Scoreboard" are selected, then the global Scoring System is displayed on the scoreboard (as was the case in previous release)
+ - (Advanced usage note) If an AgeGroup-specific scoring system has been defined using the AgeGroups file, then the score and rank columns are automatically shown for any session in which such an age group is present, and the specific rankings are used instead of the global one.
+ - Translations (ru)
+
- 52.0.3
- Publicresults: fixed memory allocation configuration for using large containers in large competitions (ex: 200 simultaneous viewers of scoreboards for 3 simultaneous platforms)
- owlcms: fixed occasional extra notification of weight changes to the announcer.
- owlcms: ${athlete.categoryFinished} can now be used in results templates (those used in the Session Results page). When producing interim results, this variable can be used to hide athlete ranks in categories where some athletes have finished but others still need to lift.
-
+
- 52.0.2 The new faster SBDE (Start Book Data Entry) full export was not correctly exporting the session information, now fixed.
- 52.0.2 Fixed formatting for schedules, restored the DaySchedule with individual age groups.
diff --git a/docs/Downloads.md b/docs/Downloads.md
index 41c54335d..f6b937edc 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.
- [Windows Installation Instructions](https://owlcms.github.io/owlcms4/#/LocalWindowsSetup)
- [Mac/Linux/Raspberry Installation Instructions](https://owlcms.github.io/owlcms4/#/LocalLinuxMacSetup)
- [Release Notes](https://github.com/owlcms/owlcms4/releases/tag/52.0.3)
| file_download **[Windows Installer](https://github.com/owlcms/owlcms4/releases/download/52.0.3/owlcms_setup_52.0.3.exe)**
file_download[Zip for Mac, Linux or Raspberry](https://github.com/owlcms/owlcms4/releases/download/52.0.3/owlcms_52.0.3.zip) |
-| **Cloud-based Setup**
This installs the `owlcms` competition management software in the cloud. Good internet access is needed but no local software is needed. The `publicresults` companion program allows individuals to see the scoreboard on their own phone or tablet no matter where they are located.- [Fly.io Cloud Installation Instructions](https://owlcms.github.io/owlcms4/#/Fly)
- [Release Notes](https://github.com/owlcms/owlcms4/releases/tag/52.0.3)
| |
+| **Local Setup**
This installs the `owlcms` program to run a competition locally, on a master laptop. No internet connection is needed.- [Windows Installation Instructions](https://owlcms.github.io/owlcms4/#/LocalWindowsSetup)
- [Mac/Linux/Raspberry Installation Instructions](https://owlcms.github.io/owlcms4/#/LocalLinuxMacSetup)
- [Release Notes](https://github.com/owlcms/owlcms4/releases/tag/52.0.4)
| file_download **[Windows Installer](https://github.com/owlcms/owlcms4/releases/download/52.0.4/owlcms_setup_52.0.4.exe)**
file_download[Zip for Mac, Linux or Raspberry](https://github.com/owlcms/owlcms4/releases/download/52.0.4/owlcms_52.0.4.zip) |
+| **Cloud-based Setup**
This installs the `owlcms` competition management software in the cloud. Good internet access is needed but no local software is needed. The `publicresults` companion program allows individuals to see the scoreboard on their own phone or tablet no matter where they are located.- [Fly.io Cloud Installation Instructions](https://owlcms.github.io/owlcms4/#/Fly)
- [Release Notes](https://github.com/owlcms/owlcms4/releases/tag/52.0.4)
| |
| **Documentation** | [Documentation site](https://owlcms.github.io/owlcms4/#/index) |
Note: the table above matches the repository you are looking at. If you are looking at the stable release documentation, the links will take you to stable releases, and if you are looking at the prerelease documentation, the links will take you to the preliminary release. If you need the other kind, please use the following links:
diff --git a/docs/LocalLinuxMacSetup.md b/docs/LocalLinuxMacSetup.md
index 5ed0cd3bf..282b41269 100644
--- a/docs/LocalLinuxMacSetup.md
+++ b/docs/LocalLinuxMacSetup.md
@@ -4,7 +4,7 @@
## Installation
-- **Get the installation zip archive**: Get the current **[`owlcms_setup_52.0.3.zip`](https://github.com/owlcms/owlcms4/releases/download/52.0.3/owlcms_setup_52.0.3.zip)** file. Installation files are available as assets at the bottom of each release in the [release repository](https://github.com/owlcms/owlcms4-prerelease/releases/latest) .
+- **Get the installation zip archive**: Get the current **[`owlcms_setup_52.0.4.zip`](https://github.com/owlcms/owlcms4/releases/download/52.0.4/owlcms_setup_52.0.4.zip)** file. Installation files are available as assets at the bottom of each release in the [release repository](https://github.com/owlcms/owlcms4-prerelease/releases/latest) .
> Tip: [This page](RaspberryInstall) illustrates the sequence of steps on a RaspberryPI and may help you follow along since the process is similar for the other platforms.
diff --git a/docs/LocalWindowsSetup.md b/docs/LocalWindowsSetup.md
index ee813ea6a..941ce9307 100644
--- a/docs/LocalWindowsSetup.md
+++ b/docs/LocalWindowsSetup.md
@@ -1,6 +1,6 @@
## Windows Installation
-- **Windows Installer** : Get the current [`owlcms_setup_52.0.3.exe`](https://github.com/owlcms/owlcms4/releases/download/52.0.3/owlcms_setup_52.0.3.exe) file (located in the `assets` section at the bottom of each release in the [release repository](https://github.com/owlcms/owlcms4/releases/latest) ).
+- **Windows Installer** : Get the current [`owlcms_setup_52.0.4.exe`](https://github.com/owlcms/owlcms4/releases/download/52.0.4/owlcms_setup_52.0.4.exe) file (located in the `assets` section at the bottom of each release in the [release repository](https://github.com/owlcms/owlcms4/releases/latest) ).
- Download and open the installer
> You may get false alarms about the software being potentially dangerous. *Rest assured that it is absolutely not*. Use the `...` and dropdown menu options to get and keep the downloaded files anyway.
>
diff --git a/pom.xml b/pom.xml
index fad8aa1d4..4d7a322c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
- 52.0.3
+ 52.0.4
24.4.10
1.4.14
diff --git a/version.txt b/version.txt
index feee03c95..08bc372c6 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-52.0.3
\ No newline at end of file
+52.0.4
\ No newline at end of file