Skip to content

Commit

Permalink
44.0.0-beta17 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-François Lamy committed Sep 23, 2023
1 parent 23c6e35 commit c67ef19
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 20 deletions.
22 changes: 12 additions & 10 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,26 @@
> Version 44 is a technical migration release. It updates the code to the current version of the user interface framework ([Vaadin 24](http://vaadin.com)). A significant clean-up of the code was performed at the same time, and several annoyances were fixed as a result.
>
**44.0.0-beta16**
**44.0.0-beta17**

- Fix: The group selection menu would disappear after selecting a group on the registration and weigh-in pages, but reappear on refresh.
- Video board parameter processing has been harmonized: video styling is now requested using `video=true` as a query parameter after the `?` (like all the other parameters). URLs that use `/video` in the URL path before the `?` should be changed (they currently should work, but support will be removed in a future release)
- Fix: Some invalid moving down changes of the requested weight were not detected if occurring on the first clean and jerk.
- Known issues: see this [list of known defects](https://github.com/jflamy/owlcms4/issues/734)


**44.0 Changes**

- IMPORTANT VISUAL CHANGES: Advanced users who have performed modifications to the visual styles, or who use the video streaming pages should read carefully.
- The visual styling has been changed for a more modern look.
- The new default is `nogrid`
- The old "styles" has been renamed to `grid`.
- An alternate styling directory can specified in the *Preparation - Settings - Customization* page. For example, to get the old look back, you would specify `grid` instead of `nogrid`. You can also specify a local styling directory.
- *Local variations to styling MUST be copied to a subdirectory of* `local/css`. If you have customized the `styles` folder move it to `local/css/mystyles` (or whatever name you want), and update the location your Preparation - Settings - Customization page.
- If the styles directory named in the database is not found, the default `nogrid` is forced. A customized style directory must be moved to `local/css` before it can be used.
- Style sheet changes : If you have customized the scoreboards, you need to edit the `results.css` files. All instances of `:host(.dark)` must be changed to `.host .dark` and all instances of `:host(.dark)` must be changed to `.host .dark`
- Video board parameter processing has been harmonized: video styling is now requested using `video=true` as a query parameter after the `?` (like all the other parameters). *URLs that use* `/video` *in* *the URL path should be changed* (they currently should work, but support will be removed in a future release)
- The display selection page has been changed. The public scoreboards are now separate from the warmup scoreboards - many people were unaware of the public scoreboard feature that switches the display during medal ceremonies.
- It is no longer necessary to start different browsers to run owlcms, publicresults and owlcms-firmata on the same machine They no longer interfere with one another.
- However different browsers are still needed when testing several platforms on the same computer
- The visual styling has been changed for a more modern look.
- The new default is `nogrid`
- The old "styles" has been renamed to `grid`.
- An alternate styling directory can specified in the Preparation - Settings - Customization page. For example, to get the old look back, you would specify `grid` instead of `nogrid`. You can also specify a local styling directory.
- Local variations to styling MUST be copied to a subdirectory of `local/css`. If you have customized the `styles` folder move it to `local/css/mystyles` (or whatever name you want), and update the location your Preparation - Settings - Customization page.
- If the styles directory named in the database is not found, the default `nogrid` is forced. A customized style directory must be moved to `local/css` before it can be used.
- Style sheet changes : If you have customized the scoreboards, you need to edit the `results.css` files. All instances of `:host(.dark)` must be changed to `.host .dark` and all instances of `:host(.dark)` must be changed to `.host .dark`
- A new report is available to accelerate the verification of final entries (VFE). See the "Pre-Competition Documents" under "Teams". The document allows team leaders to sign off the changes to the athlete's category, entry total, as well as team memberships.
- The break management dialog for pauses and countdowns has been redesigned.
- The download dialog for documents has been redone for robustness.
Expand Down
2 changes: 1 addition & 1 deletion docs/DigitalOcean.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/44.0.0-beta16/k3s_setup.yaml | envsubst | kubectl apply -f -
curl -sfL https://github.com/owlcms/owlcms4-prerelease/releases/download/44.0.0-beta17/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.
Expand Down
2 changes: 1 addition & 1 deletion docs/DockerDesktop.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/44.0.0-beta16/download/dd_setup.yaml
kubectl apply -f https://github.com/owlcms/owlcms4/releases/44.0.0-beta17/download/dd_setup.yaml
```

## Link the cluster to KubeSail
Expand Down
4 changes: 2 additions & 2 deletions docs/Downloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Several options are available for installation, depending on your needs. Additio

| | |
| ------------------------------------------------------------ | ------------------------------------------------------------ |
| **Local Setup** <br />This installs the `owlcms` program to run a competition locally, on a master laptop. No internet connection is needed.<ul><li>[Windows Installation Instructions](https://owlcms.github.io/owlcms4-prerelease/#/LocalWindowsSetup)<li>[Mac/Linux Installation Instructions](https://owlcms.github.io/owlcms4-prerelease/#/LocalLinuxMacSetup)<li><nobr>[Release Notes](https://github.com/owlcms/owlcms4-prerelease/releases/tag/44.0.0-beta16)</nobr></ul> | <nobr><i class="material-icons" style="transform: translatey(0.30em)">file_download</i> **[Windows Installer](https://github.com/owlcms/owlcms4-prerelease/releases/download/44.0.0-beta16/owlcms_setup_44.0.0-beta16.exe)**</nobr><br/><i class="material-icons" style="transform: translatey(0.30em)">file_download</i>[Mac/Linux Zip](https://github.com/owlcms/owlcms4-prerelease/releases/download/44.0.0-beta16/owlcms_44.0.0-beta16.zip) |
| **Cloud-based Setup**<br />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.<ul><li>[Fly.io Cloud Installation Instructions](https://owlcms.github.io/owlcms4-prerelease/#/Fly)</li><li><nobr>[Release Notes](https://github.com/owlcms/owlcms4-prerelease/releases/tag/44.0.0-beta16)</nobr></li></ul> | |
| **Local Setup** <br />This installs the `owlcms` program to run a competition locally, on a master laptop. No internet connection is needed.<ul><li>[Windows Installation Instructions](https://owlcms.github.io/owlcms4-prerelease/#/LocalWindowsSetup)<li>[Mac/Linux Installation Instructions](https://owlcms.github.io/owlcms4-prerelease/#/LocalLinuxMacSetup)<li><nobr>[Release Notes](https://github.com/owlcms/owlcms4-prerelease/releases/tag/44.0.0-beta17)</nobr></ul> | <nobr><i class="material-icons" style="transform: translatey(0.30em)">file_download</i> **[Windows Installer](https://github.com/owlcms/owlcms4-prerelease/releases/download/44.0.0-beta17/owlcms_setup_44.0.0-beta17.exe)**</nobr><br/><i class="material-icons" style="transform: translatey(0.30em)">file_download</i>[Mac/Linux Zip](https://github.com/owlcms/owlcms4-prerelease/releases/download/44.0.0-beta17/owlcms_44.0.0-beta17.zip) |
| **Cloud-based Setup**<br />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.<ul><li>[Fly.io Cloud Installation Instructions](https://owlcms.github.io/owlcms4-prerelease/#/Fly)</li><li><nobr>[Release Notes](https://github.com/owlcms/owlcms4-prerelease/releases/tag/44.0.0-beta17)</nobr></li></ul> | |
| **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:
Expand Down
2 changes: 1 addition & 1 deletion docs/Heroku.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ heroku login
heroku plugins:install java
```

- Get a current release [zip](https://github.com/owlcms/owlcms4-prerelease/releases/download/44.0.0-beta16/owlcms_44.0.0-beta16.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/44.0.0-beta17/owlcms_44.0.0-beta17.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.

Expand Down
2 changes: 1 addition & 1 deletion docs/LocalLinuxMacSetup.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## macOS or Linux Installation

- **Get the installation zip archive**: Get the current [`owlcms_44.0.0-beta16.zip`](https://github.com/owlcms/owlcms4-prerelease/releases/latest/download/owlcms_44.0.0-beta16.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_44.0.0-beta17.zip`](https://github.com/owlcms/owlcms4-prerelease/releases/latest/download/owlcms_44.0.0-beta17.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.

Expand Down
2 changes: 1 addition & 1 deletion docs/LocalWindowsSetup.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Windows Installation

- **Windows Installer** : Get the current [`owlcms_setup_44.0.0-beta16.exe`](https://github.com/owlcms/owlcms4-prerelease/releases/download/44.0.0-beta16/owlcms_setup_44.0.0-beta16.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_44.0.0-beta17.exe`](https://github.com/owlcms/owlcms4-prerelease/releases/download/44.0.0-beta17/owlcms_setup_44.0.0-beta17.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)

Expand Down
2 changes: 1 addition & 1 deletion docs/k3d.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/44.0.0-beta16/k3d_setup.yaml | envsubst | kubectl apply -f -
curl -sfL https://github.com/owlcms/owlcms4/releases/download/44.0.0-beta17/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.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<properties>
<!-- revision is overridden by azure-pipelines.yml for the official builds. this value is only used for local development -->
<revision>44.0.0-beta16</revision>
<revision>44.0.0-beta17</revision>
<owlcms-maven-url>http://maven.lerta.ca:8880</owlcms-maven-url>
<owlcms-maven-suffix>/releases</owlcms-maven-suffix> <!-- /snapshots if revision is -SNAPSHOT -->
<owlcms-docker>docker.io/owlcms</owlcms-docker>
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
44.0.0-beta16
44.0.0-beta17

0 comments on commit c67ef19

Please sign in to comment.