Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Releases: aleab/toastify

v1.11.2

11 Sep 12:00
bed7558
Compare
Choose a tag to compare
  • Fixed issue with API token refresh.
  • Fixed major issue with the authorization flow (#110, #111, #118, #127).
  • Fixed "paused" issue (#110).
  • Fixed installer re-creating and moving the desktop icon.
  • Fixed some more things and broke others, probably...

v1.11.1

16 Feb 16:26
Compare
Choose a tag to compare
  • Removed the buggy Authentication window; the auth process now opens the default browser instead. This fixes issues #107 and #109.

v1.11.0

14 Feb 14:49
Compare
Choose a tag to compare
  • Toastify can now use Spotify's Web API
    The use of the Web API is optional (enabled by default) and allows Toastify (provided the user has completed the authorization flow) to:
    • Get more accurate information about the current song's title and artist(s)
    • Fetch the current song's album art

Known Issues

  • The authorization may occasionally take quite some time (10-20 seconds), so certain features might be unavailable until the process completes.
  • The toast may occasionally not update the current song if it's changed too frequently and/or too fast (e.g. when you "spam" the Next Song button).

v1.10.14

19 Sep 10:37
Compare
Choose a tag to compare
  • Fixed a major issue with Toastify waiting indefinitely for Spotify at startup when the user has Spotify Premium.

v1.10.13

16 Sep 14:27
Compare
Choose a tag to compare
  • Fixed an issue where the current song wasn't being updated in the toast when it was changed in Spotify while paused.
  • Fixed an issue with song titles or artist names containing an hyphen (commit 88243da).
  • Added Toastify Broadcaster, a WebSocket-based event broadcaster.

NOTE: Toastify now needs .NET Framework 4.7.2 to run. The new installer should download and install it automatically; in case it doesn't, you can find it here.

v1.10.12

03 Sep 08:42
Compare
Choose a tag to compare
  • Fixed major issue with hotkey settings not being loaded correctly (#93).
  • Fixed issue with the Windows Key modifier never being set correctly.
  • Fixed issue with Toastify directory in %LocalAppData% not being created (#94).

v1.10.11

31 Aug 16:00
Compare
Choose a tag to compare
  • ❗️ Restored the toast using a temporary workaround to fetch the current song's info (#86).
    This workaround only allows us to fetch the current song's artist and title. The album art can't be updated; the song progress bar has been temporarily disabled.
  • Added Stop hotkey (#88).
  • Fixed an issue with the Store version of Spotify (#89).
  • Improved the way Toastify checks if an hotkey is already in use.
    The user is now notified of an invalid hotkey as soon as it's changed instead of after it's been saved.
  • Added automation properties to support screen readers (#76).

v1.10.9

10 Aug 10:11
Compare
Choose a tag to compare
  • ❗️ Toastify should now start correctly with the latest version of Spotify (1.0.87.*)
  • ❗️ Due to recent changes on Spotify's side, the toast notifications have been disabled (#86)
    • Removed the Toast tab from the settings window
    • Never show the toast on demand: the ShowToast global hotkey is still there but does nothing
  • The installer and uninstaller have been changed slightly (see commit ee88029)
  • Bug fixes (#71, #74, #75)

v1.10.8

02 Apr 01:31
Compare
Choose a tag to compare
  • Fixed the "Launch on startup" setting still resetting to its default value after latest update (#52, #57)
  • Fixed unexpected crash when trying to bind mouse buttons/wheel as hotkeys (#60)

Toastify needs your feedback ❗️

Would you like a Windows Store release of Toastify? Vote here.

v1.10.7

31 Mar 21:23
Compare
Choose a tag to compare
  • Hotfixed auto-updater not working
  • Hotfixed Changelog viewer not working as expected

v1.10.5

  • Added support for proxy configuration (#46)
  • Added MWheelUp/MWheelDown to the allowed mouse buttons/actions for hotkeys (#47)
  • Reduced minimum toast display time to 100ms (#51)
  • Fixed certain saved hotkeys and settings reverting to their default values upon restart (#52, #55)
  • Fixed saving of Top/Height when dragging the toast (#58)
  • Implemented an auto-updater to automatically update Toastify when a new version is released (must be enabled in the settings first)
  • Implemented a changelog viewer that will pop up the first time Toastify is launched after an update
  • Minor bug fixes

Acknowledgments

Huge thanks to @trevtrevtrev for their availability to test out the software throughout the development of #46!
Also thumbs up to @JohnnyCrazy for fixing #58! 👍