Releases: muktihari/fit
Releases · muktihari/fit
v0.24.3
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
What's Changed
- fix: mesgdef should clear array pool directly by @muktihari in #479
- chore: simplify proto value by @muktihari in #480
Full Changelog: v0.24.1...v0.24.2
v0.24.1
What's Changed
- fix: decoder component expansion by @muktihari in #474
- fix: decoder bits on Pull method by @muktihari in #475
- chore: fix encoder test by @muktihari in #476
- chore: decoder simplify bits by @muktihari in #477
- perf: mesgdef clear array pool by @muktihari in #478
Full Changelog: v0.24.0...v0.24.1
v0.24.0
Breaking Changes
- filedef: Segment File now have multiple leaderboard entry, field
SegmentLeaderboardEntry
is renamed toSegmentLeaderboardEntries
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
Full Changelog: v0.23.6...v0.24.0
v0.23.6
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
What's Changed
- docs: update README.md by @muktihari in #463
- feat: filedef activity file add sports and update its sorting by @muktihari in #464
- chore: filedef listener simplify code by @muktihari in #465
- fix: decoder peek file_id by @muktihari in #467
- chore(deps): bump github/codeql-action from 3.26.7 to 3.26.8 by @dependabot in #466
Full Changelog: v0.23.4...v0.23.5
v0.23.4
What's Changed
- cli-fix: fitconv csv-to-fit on parsing fields by @muktihari in #462
Full Changelog: v0.23.3...v0.23.4
v0.23.3
What's Changed
- docs: update fitconv README.md by @muktihari in #459
- fix: decoder should clear the pointers before reslicing by @muktihari in #460
- cli-fix: fitconv csv-to-fit on parsing fields by @muktihari in #461
Full Changelog: v0.23.2...v0.23.3
v0.23.2
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
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