Skip to content

v0.8.3-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@uhppoted uhppoted released this 16 Dec 21:26

Release Notes

  1. Added ARM64 to release build artifacts
  2. Initialised EventsList in simulator default constructor (cf. #6)
  3. Reworked EventsList unmarshalling from JSON (cf. #6)
    • Replaced zero values for EventList size and chunk with defaults
    • Added check for zero chunk size before truncating
    • Reworked truncation to use calculated offset rather than loop
  4. Reworked checkTimeProfile to include the controller time offset (cf. #5)
  5. Removed zip files from release artifacts (no longer necessary)