Releases: caarmen/slack-health-bot
Releases · caarmen/slack-health-bot
v2.0.4 - Fix "out of zone" minutes.
What's Changed
Full Changelog: v2.0.3...v2.0.4
v2.0.3 - Set daily activity name for the "Bike" activity
What's Changed
Full Changelog: v2.0.2...v2.0.3
v2.0.2 - Set timeout for Slack http call.
What's Changed
Full Changelog: v2.0.1...v2.0.2
v2.0.1 - Bug fixes for activity aggregation
What's Changed
- Avoid processing the daily activity posting multiple times in a row, within less than one second. by @caarmen in #75
Full Changelog: v2.0.0...v2.0.1
v2.0.0 - Activity aggregation (daily activity stats)
What's Changed
⚠️ Settings breaking change
- Removed setting:
FITBIT_ACTIVITY_TYPE_IDS
- Added settings:
FITBIT_REALTIME_ACTIVITY_TYPE_IDS
FITBIT_DAILY_ACTIVITY_TYPE_IDS
FITBIT_DAILY_ACTIVITY_POST_TIME
Example of new settings:
FITBIT_REALTIME_ACTIVITY_TYPE_IDS=[55001, 90013]
FITBIT_DAILY_ACTIVITY_TYPE_IDS=[90019]
FITBIT_DAILY_ACTIVITY_POST_TIME=23:50
Full Changelog: v1.5.6...v2.0.0
v1.5.6 - Fix formatting of distance part of the activity slack message
What's Changed
Full Changelog: v1.5.5...v1.5.6
v1.5.5 - Various corrections for activity distance.
What's Changed
Full Changelog: v1.5.4...v1.5.5
v1.5.4 - Add distance in km to activity records.
What's Changed
Full Changelog: v1.5.3...v1.5.4
v1.5.3 - maintenance update and error handling.
What's Changed
- Maintenance updates by @caarmen in #68
- Handle webhook notifications for unknown users by @caarmen in #69
Full Changelog: v1.5.2...v1.5.3
v1.5.2 - Architecture refactoring and dependency updates
What's Changed
- Fix some more pycharm warnings (in test code). by @caarmen in #62
- Issue #63: Architecture refacto: inversion of repository/domain dependency by @caarmen in #64
- Invert dependency between remote services and domain by @caarmen in #66
- Bump dependencies to the latest available versions. by @caarmen in #67
Full Changelog: v1.5.1...v1.5.2