Skip to content

Changelog

2024.4.1

Bug Fixes

2024.4.0

Features

  • use separate thread for DataLog and NT operations (#14) (edd45db)

2024.3.0

Features

  • add support for logging extras (6180898), closes #12

Bug Fixes

  • fix logging numeric values that start off as 0 (6c17bc5)

2024.2.1

Bug Fixes

  • fix struct arrays not appearing in log files (cb4ac04)
  • remove unhelpful DogLog.log() overloads for structs (fe4c14d)

2024.2.0

Features

  • reduce log file size with change detection (#8) (e291715)

Bug Fixes

  • instantiate DataLogManager after configuring NetworkTables capture behavior (0bbaabb)

2024.1.0

Features