github jat255/Fit-File-Faker v1.2.2
v1.2.2: Fix issue with newer TPV file structure

7 months ago

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

  • Fix issue with new TPV FIT file structure by @jat255 in #23

Full Changelog: v1.2.1...v1.2.2

Don't miss a new Fit-File-Faker release

NewReleases is sending notifications on new releases.