This repository has been archived by the owner on Feb 2, 2023. It is now read-only.
Releases: aleab/toastify
Releases · aleab/toastify
v1.11.2
v1.11.1
v1.11.0
- 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
v1.10.13
- 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
v1.10.11
- ❗️ 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
- ❗️ 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
v1.10.7
- 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! 👍