Releases: cyberjunky/python-garminconnect
Releases · cyberjunky/python-garminconnect
Release 0.2.20
- Fixed syntax and spelling errors in example code
- Added get_activity_typed_splits() by @psdupvi
- Added get_body_battery() and get_body_battery_events() by @psdupvi
- Added get_all_day_events() by @psdupvi
- Added example_tracking_gear.py by @kindofblues
- Added get_userprofile_settings() by @bugficks
- Added delete_blood_pressure() by @bugficks
- Changed example.py to not overwrite downloaded activities data by @mishadcf
- Added add_weigh_in_with_timestamps() to update older weigh-in dates by @linuxlurak
- Added get_intensity_minutes_data() by @shoaib42
- Stored gather graphql queries in garminconnect/graphql_queries.txt by @psdupvi (for later reference)
- Added set_activity_type(), create_manual_activity_from_json(), create_manual_activity() and get_activities_by_date() by @MareenCZE
A big thank you to all contributors!
Live well, because your body is where you have to live for the rest of your life.
Release 0.2.19
-
Add access to Fitness Age by @fako1024
-
Add grouping option to progress summary and fix type annotations by @tboerstad
Release 0.2.18
- Bumped garth because of MFA changes
Release 0.2.17
- Added support for MFA
Release 0.2.16
Release 0.2.15
- Bumped garth to version 0.4.45
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