Releases: JackCuthbert/slack-fm
Releases · JackCuthbert/slack-fm
1.5.0
1.5.0 (2020-02-05)
Features
- add configurable logging output with ENABLE_LOGGING (7e41df0)
1.4.3
1.4.3 (2019-12-02)
Bug Fixes
- invalid duration calculation (d16f2ec)
1.4.2
1.4.2 (2019-12-02)
Bug Fixes
- update default active hours to be a little more intuitive (bc85901)
Performance Improvements
1.4.1
1.4.1 (2019-11-29)
Bug Fixes
- check for detailed track info before trying to set it (f4e7963)
1.4.0
1.4.0 (2019-11-29)
Features
- use status expiration to clear slack status (6166c5c)
1.3.2
Bug fixes
- incorrect outside active hours logic (4ebdaf7) again, oops
1.3.1
Bug fixes
- incorrect outside active hours logic (722c68c)
1.3.0
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
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
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)