CHANGELOG

v0.2.4 (2026-04-14)

Bug fixes

  • fix(program_params): update Pydantic configuration for validation (f776116)

  • fix(parser): fix header validation (f60f0c6)

v0.2.3 (2024-01-03)

Bug fixes

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

v0.2.2 (2024-01-03)

Bug fixes

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

v0.2.1 (2024-01-03)

Bug fixes

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

v0.2.0 (2024-01-01)

Features

  • 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)

Bug fixes

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

v0.1.0 (2023-12-29)

Features

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