Skip to content

v0.7.4

Choose a tag to compare

@thecloudseeker thecloudseeker released this 09 Aug 09:39
· 17 commits to main since this release
93ab0c0

Fixed

  • exportAsync(useIsolate: true) no longer drops most of RawActivity crossing the isolate boundary.
  • normalize: true no longer skips sentinel repairs on already-sorted input.
  • splitBySport() no longer duplicates a point sitting exactly on a shared lap boundary.
  • TCX export no longer duplicates a trackpoint across overlapping lap boundaries.
  • trimInvalid() no longer drops GPX extensions/attributes when clearing a sentinel elevation.
  • GeoJSON export no longer fabricates avg_heart_rate: 0 for laps with no heart rate data.
  • GeoJSON metadata no longer goes stale after an edit.
  • convert()'s isolate branch no longer exports the pre-autoFix activity.
  • GPX/TCX timestamps without a UTC offset are now treated as UTC instead of local time.