• 1.1.6 a35a9c54ab

    1.1.6 Stable

    admiralcrayon released this 2026-08-27 20:45:58 +00:00 | 0 commits to main since this release

    • Fixed broken CSS on some elements on the search result page
    • Tweaked some colours on the default theme so it better matches the original deezer (scrollbar and window navigation buttons)
    • Added spacing between buttons on the sidebar so it looks less cluttered
    • Better handling of css selector when a background is set in ApparenceEditor; this is part of a bigger initiative to prevent css from breaking everytime deezer updates their website
    Downloads
  • 1.1.5 ff3bb2fd46

    1.1.5 Stable

    AdmiralCrayon released this 2026-08-12 20:28:50 +00:00 | 5 commits to main since this release

    • Quick access and Playlist headers now only have rounded corners on the right side
    • Fixed broken css selector in UnavailabilityDetector which prevented the button from appearing on the favourite tracks page
    • Disabled asar integrity validation for the windows executable to reduce update size
    Downloads
  • 1.1.4 4c06ea8895

    1.1.4 Stable

    AdmiralCrayon released this 2026-08-04 23:25:07 +00:00 | 7 commits to main since this release

    -Fixed various broken css selectors
    -Quick access and Playlist headers now have rounded corners

    Downloads
  • 1.1.3 774007e194

    1.1.3 Stable

    AdmiralCrayon released this 2026-07-22 23:41:25 +00:00 | 8 commits to main since this release

    CSS fix for VolumePercent

    Downloads
  • 1.1.2 1196106e49

    1.1.2 Stable

    AdmiralCrayon released this 2026-07-17 20:09:50 +00:00 | 10 commits to main since this release

    CSS fix for AppearanceEditor

    Downloads
  • 1.1.1 5b0bf3fe92

    1.1.1 Stable

    AdmiralCrayon released this 2026-07-06 23:44:56 +00:00 | 11 commits to main since this release

    • trackInfo relies more on the default deezer API and is therefore more stable, it now supports album URLs
    • Discord RPC now support albums
    Downloads
  • 1.1.0 bd2c92440e

    1.1.0 Stable

    AdmiralCrayon released this 2026-07-03 22:52:13 +00:00 | 15 commits to main since this release

    getTrackInfo API has been made a LOT more robust, it now provides:

    • track id (if you were to use the regular deezer API)
    • full title of the track (with specific versions, e.g, remastered and such)
    • short title, with version truncated
    • length of the track in milliseconds
    • link to an image of the album cover
    • url for sharing the track

    AOTYIntegration and Discord RPC have been adapted to work with the new API, speaking of Discord RPC, it's been completely reworked.

    • @xhayper/discord-rpc has been dropped in favour of regular discord-rpc module because support for activity types did not work
    • it works much more consistently now, there was an issue where the entire discordrpc.js module was being duplicated and discord did not know which one to use
    • discord rich presence now provides a progress bar and states the length of the song
    • there is a button that allows other users to access the current track's link
    Downloads
  • 1.0.3 eb95f8492d

    1.0.3 Stable

    AdmiralCrayon released this 2026-06-29 19:54:27 +00:00 | 19 commits to main since this release

    -Fixed an issue where AOTYIntegration would refresh on page change, even though the song that was playing did not change

    Downloads
  • 1.0.2 b40f3c63f0

    1.0.2 Stable

    AdmiralCrayon released this 2026-06-23 14:51:46 +00:00 | 23 commits to main since this release

    Attempting to package only the resource directory to reduce download size.

    Changes:

    • Fixed an issue where checkbox border color was not matching the settings in AppearanceEditor
    Downloads
  • 1.0.1 c5de5e85fa

    1.0.1 Stable

    AdmiralCrayon released this 2026-06-18 00:25:23 +00:00 | 25 commits to main since this release

    • Temporarily prevented Deezer from creating infinite superfluous track and artist elements in their player so that it doesn't interfere with AOTY integration, hopefully Deezer will fix it on their side soon
    • Fixed an issue where a Deezer service worker was fetching chrome extensions that do not exist within Electron, causing network errors
    Downloads