Skip to content
This repository has been archived by the owner on Jun 21, 2021. It is now read-only.

Major Release

Compare
Choose a tag to compare
@GizmoTjaz GizmoTjaz released this 22 Jun 23:58
· 1 commit to master since this release
706b2fe

Please note that the installer was re-uploaded on 06/07/2019 as there was a critical bug preventing it from starting up, so if you are experiencing this bug, please re-download the installer. Thanks!

Features

  • Gizmo Account; You can now log in with your Gizmo account,
  • Autoupdate; The application will automatically look for an update and automatically download it (will have a progress bar indicating the current progress of the download in the top part of the application); Not sure if it works though lmao,
  • Notification System; Will inform the user of Autoupdate's progress and greet them when logging in with their Gizmo account,
  • Tray Icon; Displays the current version, a button to hide the application without stopping media playback and a button to completely quit the application,
  • Shuffle; Will pick a random song off your playlist,
  • Clear Playlist; Located in the playlist window and will completely erase your playlist,
  • Previous/Next Buttons; Located in the control buttons row (removed the stop button 'cause it was pretty useless),
  • Media volume is now saved,
  • Windows Resizing; You can freely resize the main and playlist window (main window doesn't really have full support for window scaling though; useful for viewing a long playlist),
  • Install location was moved to Program Files but the savefile location will remain the same,
  • Opening a second instance of the application will just re-focus the already-running instance of it instead of opening another one,
  • Key Shortcuts Window; Toggled by pressing the bottom slash key (QWERTY) or the number row minus key (QWERTZ) in the main window,
  • You can now use your keyboard's dedicated media keys to control media playback even when not focused on the application,
  • Internally disabled the Audio Visualizer due to being a pile of shit when it came to using system resources (I tried my absolute best to try and fix it, FeelsBadMan).

Experimental

  • Gizmo Presence; When logged in, your current listening status will be sent to the Gizmo site and can be viewed via the Ram bot (e.g. </>user 1).

Languages

  • Added Japanese support,
  • Added NSFW English support (for the shits).

Improvements

  • A FUCKTON of improvements throughout the entire application (including a lot of rewritten functions) making everything much faster and lighter,
  • Application installer size is smaller,
  • DiscordRPC setting no longer needs a restart,
  • Loop and Shuffle have their own dedicated icons with sexy animations,
  • DiscordRPC is now handled on the main process so it will update even when the application is minimized,
  • Rewritten IPC events (communication between windows) to work much better,
  • Toggles and volume grabber are now the same size,
  • Custom backgrounds will now resize by their aspect ratios instead of just stretching,
  • Color picker frame will now use the current Theme Color,
  • Text is no longer truncated with "..." at the end so the text is fully visible on bigger window sizes,
  • Song title is no longer wrapped in quotation marks,
  • Playlist entries' metadata (Title, Artist, Artwork Image) is now cached in the main window to improve the speed of the playlist window,
  • Playlist entries now have a hover box to improve legibility,
  • The Theme Color function has been completely rewritten to improve performance,
  • Control Buttons now use the correct Theme Color change transition as other elements to make everything look sexier while keeping its autistic spin duration,
  • Color Picker toggle now uses the Theme Color change transition animation,
  • The installer now has a custom sidebar image in the last window,
  • Advancing playlists is now instant (it used to wait 300ms before continuing),
  • File Handler has been completely rewritten to be way shorter and faster,
  • Language Handler has been partially rewritten to improve its speed and will now cache the previously selected languages,
  • Removed a ton of unused dependencies.

Bugfixes

  • Close DiscordRPC on app exit,
  • Some labels didn't want to be translated,
  • Custom background sometimes wouldn't want to change in other windows,
  • Remove flashing from Thumbnail Bar (taskbar thumbnail) buttons when clicked,
  • Fixed the control buttons' scale,
  • Song content has been moved a bit higher to prevent it colliding with the control buttons,
  • Made sure the RPC status won't randomly send undefined variables,
  • Fixed the sometimes-broken animation on pop-ups,
  • A TON of other bugfixes patching up every known bug.