Skip to content

Releases: tcgoetz/GarminDB

v2.0.0

23 Jan 17:50
Compare
Choose a tag to compare

This release adds support for plugins. Plugins can be used to process and save data that the core GarminDb does not handle. A good example is activities files generated by Connect IQ applications. A few plugins are included. Users can create additional plugins. See https://github.com/tcgoetz/GarminDbPlugins for details.

*** This release requires a database rebuild ***
./garmin --delete_db --all
./garmin --all --import --analyze

v1.8.1

08 Nov 21:20
Compare
Choose a tag to compare

Issues #83, #84, #85. Minor bug fixes.

v1.8.0

17 Sep 12:44
Compare
Choose a tag to compare

Bug fix release.

v1.7.0

25 Jul 20:09
Compare
Choose a tag to compare

Lots of fixes.

v1.6.0

07 Mar 17:19
Compare
Choose a tag to compare
merged utilties from develop to fix non prerelase version print

v1.5.0

19 Feb 13:20
Compare
Choose a tag to compare

Fix the MacOS binary release.

Issue #53.

v1.4.0

08 Feb 21:34
Compare
Choose a tag to compare

The binary is broken and I am looking into it: #53

This release requires a database rebuild due to changes in the database structure.
Binaries: garmin --delete_db --all followed by download_create_dbs.sh
Source: make rebuild_dbs

  • bug fixes
  • Issue #51: add calories_consumed_avg to summary tables
  • Issue #48: JSON config can be used to disable individual statistics from downloading or processing
  • Issue #48: utilities: use st_mtime instead st_ctime for deciding if a file is recent. st_ctime is platform dependent.
  • Issue #49: fix dependent field processing for device type fields

v1.3.0

24 Jan 01:10
Compare
Choose a tag to compare

This release requires a database rebuild due to changes in the database structure. garmin --delete_db --all followed by download_create_dbs.sh.

  • added support for pulse ox
  • added support for respiration rate
  • low level improvements
  • bug fixes

v1.2.5

05 Jan 13:57
Compare
Choose a tag to compare
Issue #45: v1.2.5 for Tcx: check for present but empty tags when buil…

v1.2.4

02 Jan 22:11
Compare
Choose a tag to compare
Issue #43: v1.2.4 - don't fail if the config is missing elements (as …