- Replace StdoutSink with NilSink, stops binary music data being piped to the terminal's stdout. (#9)
- Remove
--backend
flag, will always be set to NilSink (#4)
- Add album name info to track scrobbles (#2)
- Scrobbling triggered on start of new track, fixes tracks failing to scrobble under certain conditions (#3)
- Make
--name
flag optional; defaults to 'Scrobbler' - Significant internal refactoring, including removal of unnecessary
unsafe
code.
- Initial release