Releases: cyberjunky/python-garminconnect
Releases · cyberjunky/python-garminconnect
Release 0.2.14
- Bumped minimum required withings-sync version to 4.2.4
- Added get and delete activities by it's id. Thanks to @psdupvi
- Breaking change: renamed get_activity_evaluation() call to get_activity()
- Added getting solar data from supported devices. Thanks to @psdupvi
- Added Women's health API endpoints. Thanks to @psdupvi
Release 0.2.13
- Added workout get- and download methods described by @euanChalmers02
- Added single string base64 token login, see commented code in example.py, idea by @Tiim
- Fixed time zone issue for weight-in and blood pressure updates by @dpupkov
- Bumped minimum required Garth version to 0.4.44
Release 0.2.12
- Bumped minimal garth version
Release 0.2.11
- Fixed get_device_alarms by @theboywho
Release 0.2.10
- Added reload epoch data API call by @matin
Release 0.2.9
- Added set blood pressure call by @tchellomello
- Fixed set default gear call by @ray0711
- Added upload body composition call by @trunneml
(this adds a dependency for withings-sync) - Added set activity name call
- Added get user profile call
Release 0.2.8
- Fixed activity upload by @matin
- Full
example.py
menu options overview added to README
Release 0.2.7
- Added all day stress by @matin , thanks!
Release 0.2.6
- Marked api.logout() as deprecated
- Set minimal garth version as dependency
Release 0.2.5
- Added race prediction API call by @psdupvi Thanks!
- Fixed typo in makefile (publish)