Skip to content

Releases: JackCuthbert/slack-fm

1.5.0

05 Feb 04:22
Compare
Choose a tag to compare

1.5.0 (2020-02-05)

Features

  • add configurable logging output with ENABLE_LOGGING (7e41df0)

1.4.3

02 Dec 02:52
Compare
Choose a tag to compare

1.4.3 (2019-12-02)

Bug Fixes

  • invalid duration calculation (d16f2ec)

1.4.2

02 Dec 02:25
Compare
Choose a tag to compare

1.4.2 (2019-12-02)

Bug Fixes

  • update default active hours to be a little more intuitive (bc85901)

Performance Improvements

  • adds cache to reduce api requests (f083c4d), closes #16 #5

1.4.1

29 Nov 05:08
Compare
Choose a tag to compare

1.4.1 (2019-11-29)

Bug Fixes

  • check for detailed track info before trying to set it (f4e7963)

1.4.0

29 Nov 03:34
Compare
Choose a tag to compare

1.4.0 (2019-11-29)

Features

  • use status expiration to clear slack status (6166c5c)

1.3.2

20 Nov 21:35
Compare
Choose a tag to compare

Bug fixes

  • incorrect outside active hours logic (4ebdaf7) again, oops

1.3.1

20 Nov 11:33
Compare
Choose a tag to compare

Bug fixes

  • incorrect outside active hours logic (722c68c)

1.3.0

19 Nov 11:01
Compare
Choose a tag to compare

Features

  • add optional sentry error reporting (2324af3)

Refactor

  • split up codebase across reasonable files (dac601e)

Continuous Integration

  • add lint and build to travis steps (d3b50e4)

1.2.1

18 Nov 22:20
Compare
Choose a tag to compare

Refactor

  • improve log location, improve getLastFmTrack interface (c1b424c)

Bug fixes

  • handle rejections in main loop better (cbf3d12)
  • get presence before profile logic to avoid unnecessary logic (706b6e1)
  • run time restrictions before making any API calls (639d96d)

1.2.0

10 Nov 00:59
Compare
Choose a tag to compare

Features

  • allow configuration of the emoji and separator (5b846c1)
  • disable status updates when user is away (ff3f8a3)

Refactor

  • clean up main method, extract status clears to function (89c9766)

Bug fixes

  • move chalk types to devDependencies (4fd5cc5)

Documentation

  • explain how away affects status updates (66e20f3)