Releases: dogsheep/healthkit-to-sqlite
Releases · dogsheep/healthkit-to-sqlite
1.0.1
- Fixed bug where
activity_summary
table could fail to be built with an error. #19
1.0
- Fixed a bug where export files generated in languages other than English failed to import. #11
- CI now uses GitHub Actions
0.5
- Upgraded to latest sqlite-utils
0.4
- Fixed workout latitude/longitude points import for iOS 13 - #10
0.3.2
Fix for #9 - Too many SQL variables bug
0.3
- Tool now displays a progress bar during import - you can disable it with
--silent
#5
- You can pass a path to a decompressed XML file instead of a zip file, using
--xml
- Records table is now broken up into different tables for each type of recorded data #6
0.2
Fixed a bug where duplicate records could crash the import.