Skip to content

Releases: CTHRU/Hitrava

Version 5.1.2

26 Aug 14:27
5cabfed
Compare
Choose a tag to compare

Version 5.1.2 (build 2308.2601)

Solved Issues

  • Conversion failed for open water swimming activities in conjunction with distance normalization. Closes #74.

Version 5.1.1

26 Jul 13:30
12f5b48
Compare
Choose a tag to compare

New features and changes

  • Added support for conversion of activities with dummy location (start) records.

Solved Issues

  • Conversion could fail in case of activities without any distance information (i.e. the calculated distance was zero).

Version 5.1.0

31 Aug 09:58
c8fd134
Compare
Choose a tag to compare

New features and changes

  • JSON and ZIP conversion: Added normalization to all distances calculated from the raw Hitrack data. This
    eliminates the distance differences between Huawei Health and Strava. Note that all distances are slightly shifted to
    get this result. TCX output with normalized distances has become the default mode from this version. If you prefer
    using the raw calculated distances from previous versions, use the new --tcx_use_raw_distance_data command line
    argument. Closes #63

Version 5.0.0

28 Apr 15:21
391b1a9
Compare
Choose a tag to compare

Solved Issues

  • Added support for the new Huawei data format as of late April 2021. Closes #64.
    The new data format uses relative timestamps instead of absolute ones for some data.
    Update to this version if you experience problems with dates and times being wrong causing import in Strava to fail.
    This version is fully backward compatible with the previous data format. You will still be able to convert older
    data exports.

Version 4.2.1

16 Mar 17:06
b09cf35
Compare
Choose a tag to compare

Solved Issues

  • Conversion failed for pool swimming activities that were manually added in Huawei Health. Closes #62.

Version 4.2.0

22 Jan 14:54
fb1360e
Compare
Choose a tag to compare

New features and changes

  • Updated activity type for open water swim.
  • Added activity type for cross-country run.
  • Added support to unzip encrypted ZIP files on macOS.
  • Added heart rate information for open water swimming activities.

Solved Issues

  • Solved missing step frequency data in the converted TCX files for outdoor walking and running activity types other
    than the default types (Hike, Mountain Hike, Cross-country run).
  • Open water swimming: solved an issue in the converted TCX data that could lead to incorrect total duration in Strava.
    Closes #45.

Known limitations

  • The --validate_xml command line argument does not work for open water swimming activities.

Version 4.0.0 - Please read README for updated installation and usage.

30 Oct 10:45
b1b4095
Compare
Choose a tag to compare

New features and changes

  • Added support to convert from an encrypted Huawei Health ZIP file. As of late October 2020, the Huawei Health app obligates to provide a password to encrypt the requested data with. Closes #36.
    You must provide this password in the new command line argument --password.
    The used encryption method also requires the installation of a 7-Zip stand-alone version to be able to decrypt the data.
    For more information, see the updated installation and conversion procedures in the README file.

Known limitations

  • Currently, conversion from an encrypted Huawei Health ZIP file is supported on Windows operating systems only.

Version 3.6.1

19 Sep 13:44
135164e
Compare
Choose a tag to compare

Solved Issues

  • Conversion stopped with an error when an empty swim activity is encountered (0 distance and no swim segments).
    A warning message is now logged for these activities and they are not converted. Closes #28.

Version 3.6.0

15 Sep 16:36
345f0d0
Compare
Choose a tag to compare

New features and changes

  • Added a new command line argument option --tcx_insert_altitude_data that forcibly inserts the last known altitude information in every track point of the generated TCX file. You don't need it for Strava, and technically it is optional data in the TCX specification, but it seems that some 3rd party TCX visualization tools seem to expect this to properly display altitude information. Closes #27.

Solved Issues

  • Corrected a faulty log message stating no activities were found to convert when converting a single activity.

Version 3.5.4

02 Sep 09:00
e50048c
Compare
Choose a tag to compare

Solved Issues

  • Legacy FILE and TAR options only: hitrava would stop with an error when generating the TCX files for indoor activities. Closes #24.