From 8bebacc2e6db689389d9c357a3f0e10e569a26af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Lamy?= Date: Fri, 16 Aug 2024 14:32:24 +0000 Subject: [PATCH] 51.0.4 --- ReleaseNotes.md | 1 + docs/Downloads.md | 4 ++-- docs/LocalLinuxMacSetup.md | 2 +- docs/LocalWindowsSetup.md | 2 +- pom.xml | 2 +- version.txt | 2 +- 6 files changed, 7 insertions(+), 6 deletions(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 85919dff3..cce192014 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -3,6 +3,7 @@ > - You should test all releases, with actual data, several days before a competition. - Fixes + - 51.0.4: Out-of-competition marker was being displayed falsely on attempt board. - 51.0.3: Fix for inability to load the registration file depending on what columns are present in the database. - 51.0.1: Fixed Final Package error when computing GAMX coefficients. diff --git a/docs/Downloads.md b/docs/Downloads.md index d1c377fb6..2143a4d9b 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. | file_download **[Windows Installer](https://github.com/owlcms/owlcms4/releases/download/51.0.3/owlcms_setup_51.0.3.exe)**
file_download[Zip for Mac, Linux or Raspberry](https://github.com/owlcms/owlcms4/releases/download/51.0.3/owlcms_51.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. | | +| **Local Setup**
This installs the `owlcms` program to run a competition locally, on a master laptop. No internet connection is needed. | file_download **[Windows Installer](https://github.com/owlcms/owlcms4/releases/download/51.0.4/owlcms_setup_51.0.4.exe)**
file_download[Zip for Mac, Linux or Raspberry](https://github.com/owlcms/owlcms4/releases/download/51.0.4/owlcms_51.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. | | | **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 a0d99bfbf..d2330bfd6 100644 --- a/docs/LocalLinuxMacSetup.md +++ b/docs/LocalLinuxMacSetup.md @@ -4,7 +4,7 @@ ## Installation -- **Get the installation zip archive**: Get the current **[`owlcms_setup_51.0.3.zip`](https://github.com/owlcms/owlcms4/releases/download/51.0.3/owlcms_setup_51.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_51.0.4.zip`](https://github.com/owlcms/owlcms4/releases/download/51.0.4/owlcms_setup_51.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 de293bd7c..ce9eb1e2f 100644 --- a/docs/LocalWindowsSetup.md +++ b/docs/LocalWindowsSetup.md @@ -1,6 +1,6 @@ ## Windows Installation -- **Windows Installer** : Get the current [`owlcms_setup_51.0.3.exe`](https://github.com/owlcms/owlcms4/releases/download/51.0.3/owlcms_setup_51.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_51.0.4.exe`](https://github.com/owlcms/owlcms4/releases/download/51.0.4/owlcms_setup_51.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 d92a12d56..6800f8640 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ - 51.0.3 + 51.0.4 24.4.7 1.4.14 diff --git a/version.txt b/version.txt index aa3585cea..ac60f89cf 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -51.0.3 \ No newline at end of file +51.0.4 \ No newline at end of file