Skip to content

Latest commit

 

History

History
125 lines (47 loc) · 4.79 KB

CHANGELOG.md

File metadata and controls

125 lines (47 loc) · 4.79 KB

0.3.7 (2021-07-08)

Bug Fixes

  • Update telestion-core dependencies (3601e46)

0.3.6 (2021-06-23)

Bug Fixes

  • Delete one redundant NativeType.java + Update deps (9c7cc67)

0.3.5 (2021-05-08)

Bug Fixes

  • logger: Append to file instead of override (a868577)

0.3.4 (2021-05-08)

Bug Fixes

0.3.3 (2021-05-08)

Bug Fixes

  • Date-problems with the raw logger (baefe1a)

0.3.2 (2021-05-08)

Bug Fixes

  • Add default constructor for RawLogger (9323c6a)
  • Remove potential NullPointerException if not forcing config in ValidatorMavlink2 (38616a7)

0.3.1 (2021-05-08)

Bug Fixes

  • Calculate checksum correctly in MAVLink V1 as well (b2fcd43)
  • Close mavlink-file after writing (9e48e94)
  • Delete outputAddress for MAVLink-Logger (c3bbd97)

0.3.0 (2021-05-08)

Bug Fixes

  • Change name (3984ea8)
  • Create parent directories for mavlink-files if not existing (72af5eb)

Features

  • Add basic structure of MAVLink safer module (2d4d97b)
  • Add functionality to MAVLink safer module (ec2afbf)

0.2.2 (2021-05-05)

Bug Fixes

  • Allow proper config loading (94c84e7)

0.2.1 (2021-05-04)

Bug Fixes

  • Correct bad Daedalus mavlink messages (60531e0)

0.2.0 (2021-05-04)

Bug Fixes

  • Correct build script to download all necessary dependencies (dede18b)
  • Correct build script to download all necessary dependencies (24fd5b5)
  • Fix dependencies (60f78f8)

Features

  • Add reworked mavlink adapter (cf09693)

0.1.0 (2021-05-02)

Features

  • Initialize Telestion extension (1ac3cb5)