Important
This is a beta release for 0.14.0
The 0.14.0 release contains breaking changes.
See the Release Notes for Beta 1 for upgrade instructions before using this release.
Changes Since Beta 1
⛰️ Features
- (database) Implement database structures needed for historical plays
- (database) Track component last ready and last active at
- (tealfm) Add now playing support with
fm.teal.alpha.actor.statusby @HiiJax 🎉
🐛 Bug Fixes
- (docs) Fix missing comma in discord config example
- (scrobbler) Fix migrated play not being added to queue
- (scrobbler) Fix try-catch block so queued scrobble is still added if queue check fails unexpectedly
- (No Category) Add missing sort order to failed/scrobbled api calls
- (No Category) Guard against old/bad cached listen range data
📚 Documentation
- (lastfm) Document 2 week scrobble window
- (No Category) Overhaul kitchensink
- (No Category) U{p => t}most typo by @nabijaczleweli 🎉
- (No Category) Add more descriptive error logging for example config file parsing