Skip to content

Commit

Permalink
44.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jflamy committed Oct 12, 2023
1 parent 068f464 commit 658b36d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ trigger:
parameters:
- name: Revision
type: string
default: 44.2.0-rc05
default: 44.2.0
- name: SkipTests
type: string
default: 'false'
Expand Down
10 changes: 3 additions & 7 deletions src/main/markdown/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
> **Version 44.2 Release Candidate**
> **Version 44.2**
>
> - Release candidates are the last releases before an official version. Small bugs may still be present but not affect competition flow. They should nevertheless be tested with care.
> - Reminder: *You should test any release with your own data before using it in a competition.*
>
**44.2.0**

Last release candidate before stable (stable release is always absolutely identical to final release candidate)

- 44.2.0-rc05: Fix: Marshal console now is silent by default.
- Fixes for sound activation. Browsers require that an interaction such as clicking or touching takes place in order to play sounds. This was not working on iPad/iPhone, and not fully reliable on other browsers.
- Usability: Disabled the user interface library's default keyboard navigation focus ring on the athlete grids (announcer, marshal, registration, weigh-in, etc.).
- Fix: Flags were not positioned correctly on the attempt board (they were always centered as if athlete pictures were present).
- Fix: Records would not be shown if the records were uploaded but the "save configuration" button was not applied. Uploading record files now saves the configuration.
- Fix: On grids with checkboxes or buttons (such as the age group or team membership pages), clicking on the checkbox or button would open the dialog box as if the line had been selected (the behavior changed from previous versions of the Vaadin user interface library.). Now fixed.
- Fix: The scoreboard line height was too high if data was present in the custom1/custom2 fields, even if these columns were hidden. See the *REQUIRED CHANGES FOR CSS CUSTOMIZATION* text at the bottom of these notes.
- Fix: The Marshal console now is silent by default.
- Fix: On the scoreboard, there would be a short period where the group description would switch to "Clean & Jerk" instead of staying on "Snatch" after an athlete took their 3rd Snatch. Now fixed.
- Fix for importing databases when the `local` override directory had been deleted.
- Fix for importing databases when the `local` override directory has been deleted.

**Version 44 changes**

Expand Down

0 comments on commit 658b36d

Please sign in to comment.