Skip to content

Releases: muktihari/fit

v0.24.3

05 Oct 03:06
190e0e4
Compare
Choose a tag to compare

What's Changed

  • fix: fitgen's factory and mesgdef on evaluating scale offset by @muktihari in #481
  • fix: decoder on accumulating slice values by @muktihari in #482
  • fix: expanding field that has only one component by @muktihari in #483

Full Changelog: v0.24.2...v0.24.3

v0.24.2

04 Oct 14:05
9dc160f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.24.1...v0.24.2

v0.24.1

04 Oct 12:01
b85b163
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.24.0...v0.24.1

v0.24.0

30 Sep 11:20
aa68a94
Compare
Choose a tag to compare

Breaking Changes

  • filedef: Segment File now have multiple leaderboard entry, field SegmentLeaderboardEntry is renamed to SegmentLeaderboardEntries and now it's a slice instead of a single value.

What's Changed

  • fix!: segment file can have multiple leaderboard entries by @Drey in #470
  • chore(deps): bump actions/checkout from 4.1.7 to 4.2.0 by @dependabot in #471
  • chore(deps): bump github/codeql-action from 3.26.8 to 3.26.9 by @dependabot in #472
  • fix: slices clone related items by @muktihari in #473

New Contributors

  • @Drey made their first contribution in #470

Full Changelog: v0.23.6...v0.24.0

v0.23.6

24 Sep 05:59
06080c4
Compare
Choose a tag to compare

What's Changed

  • feat: add unknown fields in mesgdef structs by @muktihari in #468
  • fix: activity file sort most messages since they now may have timestamp by @muktihari in #469

Full Changelog: v0.23.5...v0.23.6

v0.23.5

23 Sep 08:47
e344207
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.23.4...v0.23.5

v0.23.4

19 Sep 18:23
5488953
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.23.3...v0.23.4

v0.23.3

19 Sep 17:45
7eb269b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.23.2...v0.23.3

v0.23.2

19 Sep 03:19
2b79f14
Compare
Choose a tag to compare

What's Changed

Feat: add ability for Fitconv CLI to convert unknown data from CSV to FIT as an alternative approach to help solving this issue https://forums.garmin.com/developer/fit-sdk/f/discussion/385131/unable-to-convert-csv-to-fit-file

  • perf: early validate all messages before encoding by @muktihari in #454
  • cli-fix: fitconv remove quote char and unprintable chars in csv by @muktihari in #455
  • cli-feat: fitconv ability to convert unknown data from CSV to FIT by @muktihari in #456
  • feat: filedef listener add ability to reset by @muktihari in #457
  • chore: encoder clean up unused variable by @muktihari in #458

Full Changelog: v0.23.1...v0.23.2

v0.23.1

17 Sep 12:16
e3d3e16
Compare
Choose a tag to compare

What's Changed

Changes related to FIT Activity CLI only

  • fix: typo on fitactivity conceal docs by @muktihari in #450
  • cli: fitactivity feat support combine multi-sessions by @muktihari in #451
  • chore: fix typo on fitactivity conceal docs by @muktihari in #452
  • fix: fitactivity combine should accumulate all the accumulable values by @muktihari in #453

Full Changelog: v0.23.0...v0.23.1