Changelog

⌘K
  1. Home
  2. Docs
  3. Changelog
  4. version 25.3.3 (03/29/2025)

version 25.3.3 (03/29/2025)

  • Addition of the optional Not final column to the table in the Racers agenda. This column can also be used for filtering.
  • Fix in report definitions for race results. The results page generated using the report would encounter a JavaScript error if the race did not use categories or gender.
  • Fixed an introduced bug that was appearing when trying to view the results of a race that had a Chip start set.
  • Expansion of the capabilities of definable Panels. Until now, Panels could be used to display events that occurred during the race, such as when a racer completed a specific segment or lap. Now, Panels can also be used to display the results of the top n racers, including for a selected category or gender. Simply set the Panel type to Results and select the columns from the results you want to display on the next tab. The displayed results in the Panel no longer need to contain all available columns/items from the race results, allowing you to select only the most relevant ones, such as for announcing results. Additionally, when displaying a panel showing results, if the race uses gender or categories, a dialog is shown, where it is possible to filter results by gender, category, or their combination. To allow one panel definition to be used both for overall results and for results by category, a Smart index field is available. This will display the corresponding ranking based on how the results are filtered (by category or gender).
  • Addition of the Decimal Places option to the panel definition. This allows you to set how many decimal places will be used when displaying data containing time or duration.
  • A bug has been fixed that occurred when adding a new racer to a race while the results for that race were still open.
  • Fix for an undesired functionality – a function that returned the number of laps, the length in meters, and the length in kilometers would return a value of 0 (it should have returned null) if the segment had not yet been completed. This caused an undesirable effect, for example, when displaying events on the Panel, where after an intermediate time (but still an incomplete lap), an additional entry would appear indicating that the racer had just completed the 0th lap.
  • Fix for an error in displaying data on the Panel when the Add to top and delete existing option was used, and an attempt was made to add a record for a racer, whose record already existed and was the first in the displayed panel.
  • Race results page – the function allowing for the simulated entry of a racer’s chip record at the current time has been modified to ensure the time matches the time in RaceMeter and not the operating system time on which the browser is running.