Skip to content

4.31.0-alpha01

Compare
Choose a tag to compare
@jflamy-dev jflamy-dev released this 21 Apr 04:16
· 5043 commits to master since this release

Changes for release 4.31.0-alpha01

4.31.0-alpha01: Fix: unpleasant interactions between Hibernate, Vaadin and Postgres with respect to Blob storage could prevent configuration updates from being stored

4.31.0-alpha01: Fix: the password "salt" was sometimes recomputed when it should not have, preventing password from being deciphered.

4.31.0-alpha00: Experimental scoreboard styling

  • New experimental scoreboard: URL displays/results (no button yet). Browser-zoomable with Ctrl+ Ctrl- Ctrl0. Size of team column is configurable in new stylesheet styles/results.css (target is to make resizable interactively)
  • New styles/colors.css file is shared by the new results scoreboard and attempt/decision boards. Changing color can be done once for new scoreboard and attempt/decision board. Note: old scoreboards still use old stylesheets.

Changes for 4.31. releases*

  • Improvement: Break triggered by marshal indicates "Marshal Issue" to other TOs.
  • Fix: Password issues. In some circumstances, password access to the application would stop working, requiring the use of configuration variables to override.

Highlights from recent stable releases

  • Improved management of ceremonies

    • Documented new and improved Breaks and Ceremonies procedures, including the Medal Ceremony process. Ceremonies take place without interfering with countdown timers.
    • New Medals spreadsheet for the announcer see Result Documents.
    • Selectable behavior for public vs warmup scoreboards. Warmup scoreboards do not switch during the medal ceremonies.
    • Additional protocol templates with predefined paper sizes. Also included a version with snatch, clean&jerk and total ranks.
  • Jury console now supports summoning the referees either individually or all together. The jury console now allows direct reversal/confirmation of lifts (#435, #427)

  • The Refereeing screen (typically used on phones or tablets) now displays notifications when a decision is expected or when the jury summons the referee.

  • It is now possible to build affordable physical devices to receive instructions from owlcms (decision expected, jury calls referee) using MQTT. Software and circuit schematics are available at this location.

  • Video Streaming: Support for Open Broadcaster Software (OBS) automated scene switching. Added documentation for all supported transitions.

  • It is now possible to choose and override the Excel templates for competitions cards, the start list, the starting weight sheet, the results (protocol), and the final package (attempts, sinclair, robi, team results, etc.)

  • It is now possible to Export and Import the database content (#449). This allows taking a snapshot of the database in the middle of a competition. It also allows bringing back a Heroku database for local use, and conversely, setting up a competition locally prior to loading on Heroku.

  • Explicit support for participation to multiple age groups (#433)

  • All resources in the local directory take precedence over the built-in ones (visual styles, templates, age group definitions, sounds, etc.)

  • Implemented the rules to prevent athletes from moving down their requested weight illegally. Moving down is denied if the athlete should already have attempted that weight according to the official lifting order. The exact checks resulting from applying the TCRR to that situation are spelled out in the documentation. (#418)

  • Violations of rules for timing of declarations (before initial 30 seconds), and for changes (before final warning) are now signaled as errors (#425, #426). Overriding is possible for officiating mistakes.

Installation Instructions