CHANGELOG#

v0.2.3 (2024-01-03)#

Fix#

  • fix(flysight2csv): clarify ambiguous arg name (4c08389)

v0.2.2 (2024-01-03)#

Fix#

  • fix(reformat): fix jsonl extension (53af47e)

v0.2.1 (2024-01-03)#

Fix#

  • fix(program): avoid merge logs on simple copy (049aac7)

v0.2.0 (2024-01-01)#

Feature#

  • feat(flysight2csv): new cli, merge files, valid_offset flag

  • rewrite CLI and separate argument parsing from program logic

  • also merge reformatted SENSOR.CSV and TRACK.CSV files into a MERGED.CSV

  • add valid_offset flag to reformatted files (False if datetime is invalid) (a881dd4)

v0.1.1 (2023-12-30)#

Fix#

  • fix(parser): fix duplicate time column names (1a86835)

v0.1.0 (2023-12-29)#

Feature#

  • feat(flysight2csv): initial release (566d748)