You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed application crash when saving settings with “-” in the proxy port input field.
The Track Change Notificator plugin has been redesigned - now it works only when the System Tray App Icon plugin is enabled (due to the change of win10toast framework to the standard Qt notification implementation, which is directly linked to the tray icon), and also supports clicking on a notification and then showing the window if it is hidden.
Fixed a bug with the Hotkey Playback Control plugin - when the page focus is on the input field, playback hotkeys are ignored.
The Discord Rich Presence plugin was also affected by the change of framework - the pypresence library was causing a lot of problems that there is no point in continuing to fight with when there is a replacement in the form of discord-rpc, thanks to which YTMDPlayer finally forgot about long freezes when interacting with Discord.
Significant refactoring of the codebase to improve performance. (Spoiler: he achieved this.)
Improved validation of the input port for proxy server - now you can't enter 0 as the very first digit.
Now when you click on the Save button, the settings are saved, but the application no longer closes the settings dialog.