diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 73671fbab..8adc59203 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,14 +1,13 @@ -**Version 46.0 release candidate** +**Version 46.0** > [!CAUTION] > -> - This is still a testing release. *You should always carefully test any new release several days before using it, with your own data.* +> - *You should always carefully test any new release several days before using it, with your own data.* > - If you have made customizations, see the [notes at the bottom.](#customization-notes) ##### 46.0 -- (rc02) Translations for Spanish, Danish, Swedish, and (new!) Finnish. -- (rc01) Translations for French, German, Hungarian and Romanian +- Fix: Lines in the final package for Sinclair/SMF/Q-Points could be duplicated (once per eligible category). Now fixed. Only Robi where the score is different for each eligible category has duplicate lines. - Selectable Scoring System - New options on the "Non-Standard Rules" section of the competition rules. - The scoring system shown on the scoreboards is now selectable (Sinclair, Robi, SMM, Q-Points, etc.) @@ -28,7 +27,6 @@ - Templates and documents - All the supplied Excel templates are now .xlsx by default. As a consequence, all the Excel files produced from the default templates are also in .xlsx format. The .xlsx format is directly recognized by Office, LibreOffice, Google Sheets and Microsoft 365 Web. - Your existing .xls templates will work as before, but we recommend updating your local templates to .xlsx format. - - The mechanism used for Excel downloads has changed. Microsoft Edge has special options for modern Office document formats such as `.xlsx`. Without the change, some downloads of `.xlsx` files would fail when using Edge's "open immediately" option. - Age Groups - Enhancement: The age groups definitions can now be exported - Fix: Previously, if you added a non-IWF category for an age group using the age group file it was ignored. @@ -37,7 +35,7 @@ - Change: The definition of the Robi reference records is no longer in the AgeGroups file. It is now in a separate local/robi/RobiCategories.xlsx file. - If you have a national Robi classification system based on your national records, you can edit the RobiCategories.xlsx file. - Usability: the down signal is shown a little bit longer on all the boards (including publicresults) -- Flic2 button shortcuts: the Flic2 sends NUMPAD_DECIMAL for "." and NUMPAD_DIVIDE for "/". Added these shortcuts for stopping and starting the clock, respectively, on the announcer and timekeeper screens. +- Flic2 button shortcuts: the Flic2 sends NUMPAD_DECIMAL for "." and NUMPAD_DIVIDE for "/" and NUMPAD_EQUALS for "=". Added these shortcuts for the stop, start, and 2 minutes shortcuts. ##### Customization Notes diff --git a/docs/Downloads.md b/docs/Downloads.md index 2a455ecaf..ec24f2cc2 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/45.2.1/owlcms_setup_45.2.1.exe)**
file_download[Mac/Linux/Raspberry Zip](https://github.com/owlcms/owlcms4/releases/download/45.2.1/owlcms_45.2.1.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/46.0.0/owlcms_setup_46.0.0.exe)**
file_download[Mac/Linux/Raspberry Zip](https://github.com/owlcms/owlcms4/releases/download/46.0.0/owlcms_46.0.0.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 3df346d9b..1c54af707 100644 --- a/docs/LocalLinuxMacSetup.md +++ b/docs/LocalLinuxMacSetup.md @@ -4,7 +4,7 @@ ## Installation -- **Get the installation zip archive**: Get the current **[`owlcms_setup_45.2.1.zip`](https://github.com/owlcms/owlcms4/releases/download/45.2.1/owlcms_setup_45.2.1.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_46.0.0.zip`](https://github.com/owlcms/owlcms4/releases/download/46.0.0/owlcms_setup_46.0.0.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 ba445dde1..a36ac595d 100644 --- a/docs/LocalWindowsSetup.md +++ b/docs/LocalWindowsSetup.md @@ -1,6 +1,6 @@ ## Windows Installation -- **Windows Installer** : Get the current [`owlcms_setup_45.2.1.exe`](https://github.com/owlcms/owlcms4/releases/download/45.2.1/owlcms_setup_45.2.1.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_46.0.0.exe`](https://github.com/owlcms/owlcms4/releases/download/46.0.0/owlcms_setup_46.0.0.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 5dea56588..0aadfea99 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ - 46.0.0-SNAPSHOT + 46.0.0 24.3.5 1.4.14 diff --git a/version.txt b/version.txt index bb6f0f254..2856702d7 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -45.2.1 \ No newline at end of file +46.0.0 \ No newline at end of file