From 500ec07e2c6fa5e6bd73b5d854b689e4274777b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Lamy?= Date: Thu, 10 Aug 2023 19:37:11 +0000 Subject: [PATCH] 43.0.0-beta01 [skip ci] --- ReleaseNotes.md | 42 +++++++++++++++++++++++--------------- docs/DigitalOcean.md | 2 +- docs/DockerDesktop.md | 2 +- docs/Downloads.md | 4 ++-- docs/Heroku.md | 2 +- docs/LocalLinuxMacSetup.md | 2 +- docs/LocalWindowsSetup.md | 2 +- docs/k3d.md | 2 +- pom.xml | 2 +- version.txt | 2 +- 10 files changed, 35 insertions(+), 27 deletions(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 68914b01f..61251cbb2 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,22 +1,30 @@ -43.0.0-alpha +43.0.0-beta -> *Alpha releases are for initial feedback. Features can be incomplete, subject to change, or broken.* +> *Beta releases are meant for translations and fixes* +> *Test thoroughly if you intend to use a beta release, especially if using a new feature.* -- alpha03: Records - - Improved error messages when reading the records file are now visible in the user interface - - - Now possible to export all records. The output is in a single Excel however. - -- alpha02: Public Results +- Referee decision updates are ignored once the decision has been shown. + - Referees must use flags or cards after 3 seconds. In this way, what the jury sees matches what the public saw. + +- Prevention of accidental countdown interruptions. + - When a countdown is running it is now necessary to use the "Pause" dialog in order to switch to a different kind of break. + - Therefore, accidentally pressing the jury control button for a technical break (or other) will be ignored during the countdowns to the introductions, the first snatch, or the first clean & jerk. + - Ceremonies (Introduction, Medals) work like before since they do not interrupt the countdown. + +- Records + - Error messages are now visible directly in the user interface, and have also been improved to catch more types of errors. + + - It is now possible to export all records as a single Excel to check what has been loaded or to reload in a later competition. +- CSS Styling: + - An alternate directory to use for styling files can now be given on the "System Settings - Personalization" page. The directory name given is looked up in the "local" subdirectory of the installation (the default is "styles"). If given, the `OWLCMS_STYLESDIR` variable takes precedence over the database setting. + - It is now easier to hide the body weight category column to promote inclusivity in local competitions: In `local/styles/resultsCustomization.css`, set `--categoryVisibility=hidden` and `--categoryWidth=0` to hide the body weight category column on the scoreboard. +- Public Results - It is now possible to choose the lifting order instead of the start number order on the remote scoreboard (click on the scoreboard to see the options) - Flags are shown on the remote scoreboard if present in the main owlcms `local/flags` - - All the styles sheets under `local` are sent to the remote server. The `OWLCMS_STYLESDIR` setting on the main owlcms is transferred to the remote, so an alternate look can be used. The remote results page uses the same style names as the local one. - - A distinct `publicresultsCustomization.css` file is used instead of `resultsCustomization.css` to allow for different column visibility. By default they are the same. - -- alpha02: The session editing form now uses tabs for better visual organization. -- alpha01: A MQTT `fop/config` message is published on startup and when platforms are edited or deleted. Device management applications can listen to this message to display the available platforms. -- alpha00: Prevent countdown interruptions. In order to switch from a countdown to a different type of break, it is now necessary to explicitly stop the break using the "Pause" dialog. Jury buttons for technical breaks are therefore ignored. Ceremonies (Introduction, Medals) are fine since they do not interrupt the countdown. -- alpha00: Referee decision updates are ignored once the decision has been shown. Referees must use flags after 3 seconds. In this way, what the jury sees matches what the public saw. + - All the styles sheets under `local` are sent to the remote server. The styles directory specified in the owlcms configuration is used by publicresults also, so the "look and feel" is the same on both ends. + - However, on publicresults, the `publicresultsCustomization.css` file is used instead of `resultsCustomization.css`. By default, these two files are the same, but editing `publicresultsCustomization.css` allows for different column visibility on the remote scoreboard. +- The Session editing form now uses tabs for better visual organization. +- An MQTT `fop/config` message is published on startup and when platforms are edited or deleted. Device management applications can listen to this message to display the available platforms. ##### Highlights from recent stable releases @@ -47,11 +55,11 @@ ### **Installation Instructions** - - For **Windows**, download `owlcms_setup_43.0.0-alpha03.exe` from the Assets section below and follow [Windows Stand-alone Installation](https://owlcms.github.io/owlcms4-prerelease/#/LocalWindowsSetup) + - For **Windows**, download `owlcms_setup_43.0.0-beta01.exe` from the Assets section below and follow [Windows Stand-alone Installation](https://owlcms.github.io/owlcms4-prerelease/#/LocalWindowsSetup) > If you get a window with `Windows protected your PC`, or if your browser gives you warnings, please see this [page](https://owlcms.github.io/owlcms4-prerelease/#/DefenderOff) - - For **Linux** and **Mac OS**, download the `owlcms_43.0.0-alpha03.zip` file from the Assets section below and follow [Linux or Mac Stand-alone Installation](https://owlcms.github.io/owlcms4-prerelease/#/LocalLinuxMacSetup) + - For **Linux** and **Mac OS**, download the `owlcms_43.0.0-beta01.zip` file from the Assets section below and follow [Linux or Mac Stand-alone Installation](https://owlcms.github.io/owlcms4-prerelease/#/LocalLinuxMacSetup) - For **Cloud PaaS** installs, no download is necessary. Follow the **[Fly.io](https://owlcms.github.io/owlcms4-prerelease/#Fly)** installation instructions. diff --git a/docs/DigitalOcean.md b/docs/DigitalOcean.md index 5f9d94cd1..a7bed7c32 100644 --- a/docs/DigitalOcean.md +++ b/docs/DigitalOcean.md @@ -75,7 +75,7 @@ export RESULTS=results.owlcms.mywire.org 2. This step fetches the configuration and substitutes the values for OFFICIALS and RESULTS before applying it. ```powershell -curl -sfL https://github.com/owlcms/owlcms4-prerelease/releases/download/43.0.0-alpha03/k3s_setup.yaml | envsubst | kubectl apply -f - +curl -sfL https://github.com/owlcms/owlcms4-prerelease/releases/download/43.0.0-beta01/k3s_setup.yaml | envsubst | kubectl apply -f - ``` > Note: you may have to execute the command several times, because some steps take time to complete. There is no harm done repeating the steps. Wait 30 seconds or so between each attempt, every attempt will get further down the steps. This is simpler than breaking down the setup in several steps. diff --git a/docs/DockerDesktop.md b/docs/DockerDesktop.md index 672baf122..0dbc724ec 100644 --- a/docs/DockerDesktop.md +++ b/docs/DockerDesktop.md @@ -17,7 +17,7 @@ Docker Desktop installs the `kubectl` utility that is used to control Kubernetes This step installs owlcms and its prerequisites into the Kubernetes cluster. It does NOT configure the internet access, this is done in the later steps. ```powershell -kubectl apply -f https://github.com/owlcms/owlcms4/releases/43.0.0-alpha03/download/dd_setup.yaml +kubectl apply -f https://github.com/owlcms/owlcms4/releases/43.0.0-beta01/download/dd_setup.yaml ``` ## Link the cluster to KubeSail diff --git a/docs/Downloads.md b/docs/Downloads.md index dbec97859..ea0ceca8b 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-prerelease/releases/download/43.0.0-alpha03/owlcms_setup_43.0.0-alpha03.exe)**
file_download[Mac/Linux Zip](https://github.com/owlcms/owlcms4-prerelease/releases/download/43.0.0-alpha03/owlcms_43.0.0-alpha03.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-prerelease/releases/download/43.0.0-beta01/owlcms_setup_43.0.0-beta01.exe)**
file_download[Mac/Linux Zip](https://github.com/owlcms/owlcms4-prerelease/releases/download/43.0.0-beta01/owlcms_43.0.0-beta01.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-prerelease/#/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/Heroku.md b/docs/Heroku.md index e28b9006f..74c4adf44 100644 --- a/docs/Heroku.md +++ b/docs/Heroku.md @@ -25,7 +25,7 @@ heroku login heroku plugins:install java ``` -- Get a current release [zip](https://github.com/owlcms/owlcms4-prerelease/releases/download/43.0.0-alpha03/owlcms_43.0.0-alpha03.zip) from the [release repository](https://github.com/owlcms/owlcms4-prerelease/releases) +- Get a current release [zip](https://github.com/owlcms/owlcms4-prerelease/releases/download/43.0.0-beta01/owlcms_43.0.0-beta01.zip) from the [release repository](https://github.com/owlcms/owlcms4-prerelease/releases) - Unzip file to your desired installation location and change directory (`cd`) to that location - Run the following commands. Replace `myclub` with you own application name. diff --git a/docs/LocalLinuxMacSetup.md b/docs/LocalLinuxMacSetup.md index dfaa8269a..d33f9c67d 100644 --- a/docs/LocalLinuxMacSetup.md +++ b/docs/LocalLinuxMacSetup.md @@ -1,6 +1,6 @@ ## macOS or Linux Installation -- **Get the installation zip archive**: Get the current [`owlcms_43.0.0-alpha03.zip`](https://github.com/owlcms/owlcms4-prerelease/releases/latest/download/owlcms_43.0.0-alpha03.zip) file (located in the `assets` section 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_43.0.0-beta01.zip`](https://github.com/owlcms/owlcms4-prerelease/releases/latest/download/owlcms_43.0.0-beta01.zip) file (located in the `assets` section at the bottom of each release in the [release repository](https://github.com/owlcms/owlcms4-prerelease/releases/latest) . - Double-click on the downloaded zip file, and extract the files to a directory. diff --git a/docs/LocalWindowsSetup.md b/docs/LocalWindowsSetup.md index fc65783f9..a91fcdaa0 100644 --- a/docs/LocalWindowsSetup.md +++ b/docs/LocalWindowsSetup.md @@ -1,6 +1,6 @@ ## Windows Installation -- **Windows Installer** : Get the current [`owlcms_setup_43.0.0-alpha03.exe`](https://github.com/owlcms/owlcms4-prerelease/releases/download/43.0.0-alpha03/owlcms_setup_43.0.0-alpha03.exe) file (located in the `assets` section at the bottom of each release in the [release repository](https://github.com/owlcms/owlcms4-prerelease/releases/latest) ). +- **Windows Installer** : Get the current [`owlcms_setup_43.0.0-beta01.exe`](https://github.com/owlcms/owlcms4-prerelease/releases/download/43.0.0-beta01/owlcms_setup_43.0.0-beta01.exe) file (located in the `assets` section at the bottom of each release in the [release repository](https://github.com/owlcms/owlcms4-prerelease/releases/latest) ). ![zip](img\LocalInstall\010_setupexe.png) diff --git a/docs/k3d.md b/docs/k3d.md index 1d49a46f3..5af7d1783 100644 --- a/docs/k3d.md +++ b/docs/k3d.md @@ -78,7 +78,7 @@ export RESULTS=results.owlcms.youraccount.usw1.k8g8.com 2. This step fetches the configuration and substitutes the values for OFFICIALS and RESULTS before applying it. ```powershell -curl -sfL https://github.com/owlcms/owlcms4/releases/download/43.0.0-alpha03/k3d_setup.yaml | envsubst | kubectl apply -f - +curl -sfL https://github.com/owlcms/owlcms4/releases/download/43.0.0-beta01/k3d_setup.yaml | envsubst | kubectl apply -f - ``` > Note: you may have to execute the command several times, because some steps take time to complete. There is no harm done repeating the steps. Wait 30 seconds or so between each attempt, every attempt will get further down the steps. This is simpler than breaking down the setup in several steps. diff --git a/pom.xml b/pom.xml index fdb5d463b..62a6a3265 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ - 43.0.0-alpha03 + 43.0.0-beta01 http://maven.lerta.ca:8880 /releases docker.io/owlcms diff --git a/version.txt b/version.txt index 3d3e6535e..80af517be 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -43.0.0-alpha03 \ No newline at end of file +43.0.0-beta01 \ No newline at end of file