Tormoder Fit Versions Save

A Go package for decoding and encoding Garmin FIT files

v0.15.0

7 months ago

Significant changes:

  • Update to Fit SDK 21.115 (via 21.94).
  • Update to Go 1.21.
  • Include mult-byte bit in base types (by @dudanian).

v0.14.0

1 year ago
  • Update to Fit SDK 21.84.
  • Update to Go 1.18.

v0.13.0

2 years ago

Partially support decoding Data developer fields. More specifically:

  • Developer Data Field Descriptions
  • Developer Data ID Messages
  • Field Description Messages

Developer data fields found in records are currently discarded.

v0.12.0

2 years ago
  • Update to Fit SDK 21.67.
  • Add -hrst flag to cmd/fitgen.

v0.11.0

2 years ago

Update to Fit SDK 21.60.

v0.10.0

3 years ago
  • Add EventMsgs slice to CourseFile file type (#56) by @pieterclaerhout.

v0.9.0

3 years ago

v0.8.0

3 years ago

Update to Fit SDK 21.40.

v0.7.0

3 years ago

Main changes:

  • Update to Go 1.15.
  • Update to Fit SDK 21.38.
  • Add NewHeader and NewFile constructors (contributed by @colinrgodsey).

v0.6.0

3 years ago
  • Add support for multiple DeviceInfo messages for some file types. See here for details. Contributed by @usedbytes.