Skip to content

Latest commit

 

History

History
62 lines (44 loc) · 1.63 KB

CHANGELOG.md

File metadata and controls

62 lines (44 loc) · 1.63 KB

Changelog

All notable changes to this project will be documented in this file.

[1.6.0] - 2022-09-06

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)

[1.5.0] - 2021-03-28

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)

[1.4.0] - 2020-11-22

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

[1.3.1] - 2018-08-18

Fixed

  • Disabling Now Playing notifications is now correctly honored.

[1.3.0] - 2018-07-29

Fixed

  • Automatic proxy usage on Windows 8.1 and later would fail with "Setting proxy options: 12011: The option value cannot be set"

[1.2.0] - 2018-07-21

Changed

  • Improved error reporting
  • Uses foobar2000 SDK 2018-03-06
  • Session key revocation properly suspends scrobbling

[1.1.0] - 2017-11-21

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.

[1.0.0] - 2017-11-19

Initial release.