Releases: gix/foo_scrobble
Releases · gix/foo_scrobble
v1.6.0
Fixed
- Handle all exceptions in API response handlers. (may fix #30)
- Do not retry API requests endlessly on certain errors.
Added
- Provide foobar2000_sdk.user.props out-of-the-box when compiling from source. (#31)
- Support for 64-bit foobar2000 and dark mode. (#42)
v1.5.0
Changed
- A permission denied error from last.fm only temporarily suspends scrobbling
instead of resetting authorization. This may help with intermittent errors
on last.fm's side. (#27)
v1.4.0
Fixed
- If authorization with last.fm is rejected, the unauthorized state is now
immediately visible in the settings dialog, and the session key is discarded.
- The preferences page now correctly handles re-authorization (#17).
Changed
- Updated foobar2000 SDK to 2020-07-28
- Updated cpprestsdk
- Internal cleanup
v1.3.1
Fixed
- Disabling Now Playing notifications is now correctly honored.
v1.2.0
Changed
- Improved error reporting
- Uses foobar2000 SDK 2018-03-06
- Session key revocation properly suspends scrobbling
v1.1.0
Added
- Scrobble command in the playback menu
- Submissions can be skipped based on a titleformat script
- Log when and why a track is skipped
Fixed
- Drop invalid requests instead of attempting to submit them again.