github RotorHazard/RotorHazard 3.2.0-beta.1
RotorHazard 3.2.0-beta.1

latest releases: v4.2.1, v4.2.0, v4.2.0-beta.3...
pre-release2 years ago

This is a beta-test version. Please post a GitHub issue to report bugs.

Changes since 3.1.1

  • Add last-lap grace period #500 #502 #669 #671
  • Add user-defined event Actions #670
  • Two-phase staging (improved start sequence) #646 #665
  • Improve marshaling page load time #390 #666
  • Allow stopping race with save+clear #363 #668
  • Time counts negative after race end #574 #663
  • Fix arbitrary file read vulnerability #649 #650 #662
  • Initialize speech synthesis on page interaction (fixes audio on iOS) #419 #661
  • Fix %HEAT% token replacement in manual callout #606 #660 -- Thank you, andreyzher
  • Extended pause between %PILOTS% %607 #664
  • Clarify LED setup (LED_PIN -> LED_GPIO) #667

Documentation

Documentation for RotorHazard 3.2.0-beta.1 may be found at:
https://github.com/RotorHazard/RotorHazard/blob/3.2.0-beta.1/doc/README.md

Installation / Upgrade Notes

To install RotorHazard on a new system, see the instructions in 'doc/Software Setup.md'

To update an existing RotorHazard installation to this version:

cd ~
wget https://codeload.github.com/RotorHazard/RotorHazard/zip/3.2.0-beta.1 -O temp.zip
unzip temp.zip
mv RotorHazard RotorHazard.old
mv RotorHazard-3.2.0-beta.1 RotorHazard
rm temp.zip
cp RotorHazard.old/src/server/config.json RotorHazard/src/server/
cp RotorHazard.old/src/server/database.db RotorHazard/src/server/

The previous installation ends up in the 'RotorHazard.old' directory, which may be deleted or moved.

The minimum version of Python supported is 3.5. If your Python is older than this, you should upgrade using the steps in the Software Setup document under "5. Install Python."

RotorHazard Node Code

No updates to the node code have been made since RotorHazard version 3.0.0 (the node-code version is 1.1.4).

Issues

If you encounter a bug, please report it using the Issues page on GitHub. When reporting issues, using the "Download Logs" button and including the generated '.zip' file is highly recommended (see below).

The Server Log may be displayed via the "View Server Log" item in the drop-down menu. Clicking on the "Select Text" button will select all the displayed log text, which may then be copied and pasted. Clicking on the "Download Logs" button will create and download a '.zip' archive file containing all available log files and the current configuration and database files.

Don't miss a new RotorHazard release

NewReleases is sending notifications on new releases.