Summary
This release addresses an issue found in #22 (thanks @ctm-tech !) where the FIT files were not being properly modified due to some changes in how TPV was writing them. This appeared to only be an issue on files that followed a structured workout, but the fix implemented should be a little more robust to future changes, as it completely rewrites the FileIdMessage
rather than trying to edit what it finds in-place.
As always, feel free to report any problems in the Github issue tracker
Updating
If you installed with pip (you currently run v1.2.1), you should be able to run pip install -U fit-file-faker
. If installed with pipx
, run pipx upgrade fit-file-faker
.
What's Changed
Full Changelog: v1.2.1...v1.2.2