Releases: Rafiuth/Soggfy
Releases Β· Rafiuth/Soggfy
v2.7.3
Changelog
- Fix Spicetify integration
Changes in v2.7.2
- Update to Spotify v1.2.31 (compatible down to v1.2.30)
- Fix for UI/download button not always loading
- Fix for UI/download button disappearing after opening song lyrics
- Automatically force highest audio quality (#97)
- Re-enable check for config.json in Soggfy directory for portable/non-persistent usage via Injector.exe (#99)
- Check for non-supported x64 and MS Store Spotify versions in install script
v2.7.2
Changelog
- Update to Spotify v1.2.31 (compatible down to v1.2.30)
- Fix for UI/download button not always loading
- Fix for UI/download button disappearing after opening song lyrics
- Automatically force highest audio quality (#97)
- Re-enable check for config.json in Soggfy directory for portable/non-persistent usage via Injector.exe (#99)
- Check for non-supported x64 and MS Store Spotify versions in install script
v2.7.1
Changelog
Install script
- Allow users to pass flags to SpotX (by @NotSpaulding in #90)
- Re-apply Spicetify after Spotify reinstall
General
- Fix context menu hooks for currently playing track
Changes since v2.5.0
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
- Add Install.cmd and fix relative path issues in Install.ps1 (by @cubernetes in #87)
- 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.
v2.7.0
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.
v2.6.0
Changelog
- Update to Spotify v1.2.25 (new theme, drops support for Windows 7-8.1)
- Option to install SpotX
- Option to move 'Add to Queue' menu item to top (Settings -> Misc)
- Adjust CSS selectors for Spicetify support (requires manual install, may be incompatible with custom themes) (#56)
Notes
- BUG: Setting playback speed to >1x may cause downloaded tracks to be longer than usual (with a partial repeat at the end).
v2.5.1
What's Changed
- Fix link by @IverCoder in #57
- Add Install.cmd and fix relative path issues in Install.ps1 by @cubernetes in #87
New Contributors
- @IverCoder made their first contribution in #57
- @cubernetes made their first contribution in #87
Full Changelog: v2.5.0...v2.5.1
v2.5.0
Changelog
- Update to Spotify 1.1.97
- Fix listen mode toggle persistence
- Invoke ffmpeg with absolute paths to support relative base paths (relative to the directory containing
Spotify.exe
) (#45) - Show download status in queue, recently played, and enhanced playlists pages (#49)
- Refresh download status when adding/removing tracks from ignore list
- Add option to skip ignored tracks
- Export M3U playlists with relative paths
- Skip download status icon update for tracks that were already marked as done (half-fix for an old UI bug that made it seem like tracks were being re-downloaded. Temp files are generated, but they are not converted and the existing file is not overwritten)
v2.4.0
v2.3.0
Changelog
- Install Spotify locally to avoid issues with the auto updater
v2.2.16
Changelog
- Patch for Spotify v1.1.87
- Fix
album artist
metadata tag value - Don't timeout when generating M3U for huge playlists