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

Releases: aleab/toastify

v1.10.4

10 Mar 22:17
Compare
Choose a tag to compare
  • Automatically disable Analytics if connection to Google Analytics is not available (#41).
  • Fixed toast default position for scale factors different from 100%.
  • Fixed error when changing the "FadeOut Time" to a value outside the range of allowed values (#38).
  • Added a couple of command-line arguments (see a2bdc95).

Thanks to @hartmark for pull requests #39 and #40! 👍

v1.10.3

08 Mar 00:05
Compare
Choose a tag to compare
  • Fixed critical bug introduced by the latest version of Spotify v1.0.75.483.g7ff4a0dc (#31).
    Unfortunately, some actions and functionalities had to be removed in the process because of how things changed in Spotify itself. The most notable removed feature is the possibility of controlling Spotify's in-app volume. See #31, 9cb83d1 and 0047a22 for details.
  • Fixed critical bug that prevented people with a broken(*) config file from launching the app (#30).
    (*) broken = a config file that was missing certain settings; this caused these settings to be deserialized with their type default value, which in some cases resulted in an invalid value being passed to certain UI controls.
  • Removed unnecessary modifier requirement on hotkeys (#32).
  • Added the possibility to use mouse side buttons (XButton1/Mouse4 and XButton2/Mouse5) in hotkey combinations.
  • Toastify will now pass any command line argument to Spotify when launching it.

v1.10.2

28 Jan 16:02
Compare
Choose a tag to compare
  • Added support for multi-screen configurations (#28).

v1.10.1

15 Jan 17:36
Compare
Choose a tag to compare
  • Toastify will now show a live preview of the Toast when editing the settings (#19).
  • The toast will now consistently show the message "[UNKNOW TRACK TYPE]" and update the current track time when playing a podcast.
    (Podcasts are currently not supported by neither the unofficial Spotify local APIs nor by the official web APIs, so there's no way to get the name of the podcast or the current episode!)
  • Fixed hotkeys not resetting properly when using the Default or Default All buttons (#18).
  • [Error logging] Most errors and exceptions are now logged to the "Toastify*.log" file located in "%LocalAppData%\Toastify". Please, include that file to any issue report related to errors, bugs or crashes.
  • Reduced average CPU usage (#22).
  • Fixed an issue that caused Spotify window's position and dimensions to be reset every time Toastify terminated Spotify's process (#23).
  • Toastify shouldn't crash anymore on 32 bit versions of Windows (66f7e08, fc16caa).
  • Minor fixes and improvements (c713a30, cdbd79e, 895a4f1, d6fbb01).

v1.10.0

13 Oct 22:35
Compare
Choose a tag to compare
  • Fixed a random and occasional startup error that prevented Toastify from functioning correctly when Spotify was lauched by Toastify and Spotify happened to take too much time to start (#13).
  • Made the Default button in the settings window work contextually based on the current opened tab. A Default All option has been added to reset all settings at once (#15).
  • Fixed a startup error that caused the application to crash without any error message (#16).

v1.9.8

16 Sep 19:59
Compare
Choose a tag to compare
  • Added visual clues to make Artist and Track names unambiguous, thanks to @Vankog 👍 (#12).
  • Made the order of Artist and Track customizable (#11).
  • Redesigned the Toast tab in the Settings to allow further customization of the toast itself (#9).
  • Added a song progress bar to the toast.
  • Added a preview of the Toast when changing the Settings.
    (The Save button needs to be clicked for the changes to be visible)
  • Fixed version number and homepage url not showing up in the About window.
  • Re-implemented data collection.
    (You have to opt-out again, if you already did in previous versions)

v1.9.6

03 Sep 17:24
Compare
Choose a tag to compare
  • Fixed an issue with the latest version of Spotify (v1.0.62.*) (#8)

v1.9.5

11 Jul 15:13
Compare
Choose a tag to compare
  • Fixed hotkeys being sometimes triggered multiple times with a single key-press.
  • Fixed Toast behaviour with fullscreen videogames.
    Toastify will always try to show the Toast as the top most window; however, if it is not possible, because a fullscreen videogame is running, then the Toast will not be showed and the videogame window will always mantain the focus.
    This behaviour can be changed to never show the Toast if a fullscreen (standard fullscreen or 'borderless windowed' fullscreen) videogame is running.
  • Re-added option to change system volume instead of just Spotify's (#5).

v1.9.4

06 Jul 02:15
Compare
Choose a tag to compare
  • Definitely fixed error related to issue #3.
  • Added an option to use Spotify's volume control instead of the Windows volume mixer (#4).
  • When using the Windows volume mixer, the volume increment can now be customized.
  • FastForward/Rewind hotkeys (and VolumeUp/VolumeDown, when using Spotify's volume control) now work as intended.
  • Removed AutoHotkey dependency.

v1.9.3

02 Jul 22:07
Compare
Choose a tag to compare
  • Toastify will automatically terminate when Spotify is closed.
  • The toast can fade-in if a fullscreen app (e.g. a videogame) is set to windowed borderless mode.
  • Toastify doesn't require admin privileges anymore if using the Windows Store version of Spotify.
  • Fixed a startup error that caused Toastify to not work as intended (#3).
  • Changed target .NET Framework to 4.5.