Skip to content

Releases: caarmen/slack-health-bot

v2.0.4 - Fix "out of zone" minutes.

06 Sep 10:04
a1d4a0c
Compare
Choose a tag to compare

What's Changed

  • Rename "out of range" to "out of zone". Don't crash on unknown zones. by @caarmen in #79

Full Changelog: v2.0.3...v2.0.4

v2.0.3 - Set daily activity name for the "Bike" activity

29 Aug 17:37
d2305ab
Compare
Choose a tag to compare

What's Changed

  • Daily activities: Set activity name for the Bike activity. by @caarmen in #77

Full Changelog: v2.0.2...v2.0.3

v2.0.2 - Set timeout for Slack http call.

21 Aug 19:40
9d8a11e
Compare
Choose a tag to compare

What's Changed

  • Set a timeout to 30s when posting to slack. by @caarmen in #76

Full Changelog: v2.0.1...v2.0.2

v2.0.1 - Bug fixes for activity aggregation

20 Aug 20:04
8707006
Compare
Choose a tag to compare

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)

18 Aug 12:22
e9eb2bf
Compare
Choose a tag to compare

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

03 Aug 12:13
67a3cba
Compare
Choose a tag to compare

What's Changed

  • Add a newline after the distance part of the activity slack message. by @caarmen in #74

Full Changelog: v1.5.5...v1.5.6

v1.5.5 - Various corrections for activity distance.

27 Jul 16:03
90e4bc8
Compare
Choose a tag to compare

What's Changed

  • Issue #72: fix a few bugs with activity distance in km by @caarmen in #73

Full Changelog: v1.5.4...v1.5.5

v1.5.4 - Add distance in km to activity records.

27 Jul 15:01
81745cf
Compare
Choose a tag to compare

What's Changed

  • Add distance in km to activity records. by @caarmen in #71

Full Changelog: v1.5.3...v1.5.4

v1.5.3 - maintenance update and error handling.

20 Jul 16:21
eff5777
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.2...v1.5.3

v1.5.2 - Architecture refactoring and dependency updates

17 Mar 01:14
21a26e9
Compare
Choose a tag to compare

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