Skip to content

v2.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Dec 22:06
· 8 commits to master since this release

Changelog

General

  • Update to Spotify v1.2.26 (new theme, drops support for Windows 7-8.1)
  • Fix bug that caused Liked Songs playlist to be non-playable/shuffled
  • Fixes for Spicetify integration support (may be incompatible with some themes)
  • Option to move 'Add to Queue' menu item to top (Settings -> Misc)

Install script

  • Installation will now persist and work over the main Spotify at %appdata%.
    • Makes it easier to integrate with other mods such as Spicetify and SpotX.
  • Automatically install FFmpeg with libfdk

Internals

  • Change the way playback state and streams are tracked and detected internally (fixes track corruption bug on v1.2.25+, fixes #89, makes maintenance easier)
    • This restricts support to OGG streams exclusively. Podcasts using MP3 and other formats will no longer be downloaded.
  • Increased playback speed is now more efficient and less likely to cause player stalls.
    • When used, playback will sound choppy and glitchy compared than previous versions. This is now implemented by skipping blocks of PCM samples without any filtering.
    • Player trackbar will not be in sync with the actual progress.