Releases: RafhaanShah/TaskerHealthConnect
Releases · RafhaanShah/TaskerHealthConnect
1.0.3
What's Changed
- Add Activity Intensity and Mindfulness records
- Fix NoSuchFieldException on Android 16
Full Changelog: 1.0.2...1.0.3
1.0.2
- Fix missing HEART_RATE_VARIABILITY permission
- See BREAKING CHANGES from 1.0.0
Full Changelog: 1.0.1...1.0.2
1.0.1
- Fix feature based permission checking for features that are not available on certain devices
- Fix Write Data for certain Exercise types and Records
Full Changelog: 1.0.0...1.0.1
1.0.0
- BREAKING CHANGES: This update removes the custom JSON parsing and value conversions the plugin was previously doing, and directly returns the response from the Health Connect API converted to JSON. This means that you will have to update all of your existing Tasker Action calls to this plugin, as well as any JSON processing you have to the new schema and format.
- Added Tasker Function to write data to Health Connect from JSON that corresponds to the Java / Kotlin objects for Records to insert.
Full Changelog: 0.0.5...1.0.0
0.0.5
0.0.4
What's Changed
- Fix proguard obfuscation / reflection issue on release builds
Full Changelog: 0.0.3...0.0.4
0.0.3
What's Changed
Full Changelog: 0.0.2...0.0.3
0.0.2
What's Changed
- Support All Aggregate Data by @p3psi-boo in #4
- Fix permissions issues
New Contributors
- @p3psi-boo made their first contribution in #4
Full Changelog: 0.0.1...0.0.2
0.0.1
- Initial release