Changelog

⌘K
  1. Home
  2. Docs
  3. Changelog
  4. version 25.4.2 (04/12/2025)

version 25.4.2 (04/12/2025)

  • Fixed introduced bug – when editing a race in the Racers Sync settings in case of synchronization with Google Sheet, the saved settings in the sync configuration – i.e. the link between source and destination columns – were not displayed when editing again. Now, when editing again, this information is correctly displayed.
  • Modification in the way RaceMeter returns the generated HTML report. Previously, it returned the entire generated HTML report at once. In case the generated HTML was too large (tens or hundreds of MB) the browsers did not load the whole file but shortened it. Now the resulting HTML is returned in 100kB chunks. The browsers can handle this in most cases.
  • Addition of a new Uploads agenda. This agenda allows you to upload custom files to RaceMeter, which can then be referenced in report definitions. Typically these will be images or fonts, which will then be referenced in the report definition. These files then need to be referenced in the report definition using /static/uploads/file_name. This will also ensure that the generated HTML report will not contain embedded graphics and therefore will not be as large.