• v7.0.2 702f882a2e

    v7.0.2 Stable

    kerem released this 2026-01-27 02:18:16 +03:00 | 28 commits to main since this release

    📅 Originally published on GitHub: Tue, 27 Jan 2026 00:06:54 GMT
    🏷️ Git tag created: Mon, 26 Jan 2026 23:18:16 GMT

    Changelog

    • Fixed audio preview not stopping during playback
    • Fixed styling and layout issues on the Artist and About pages
    • Added explicit content indicator on tracks
    • Added album type and total track count to discography
    • Added animated input examples on the Home page
    • Added close button to the info card
    • Added support for uploading screenshots/videos in bug reports and feature requests
    • Added album filter on artist discography
    • Added fetch history caching
    • Improved fetch method for artist discography to be smarter and more efficient
    • Made fetch mode and search toggle more compact
    • Moved Token Fetcher settings to the title bar

    Downloads

    • SpotiDownloader.exe - Windows
    • SpotiDownloader-Intel.dmg - macOS Intel
    • SpotiDownloader.dmg - macOS Apple Silicon
    • SpotiDownloader.AppImage - Linux

    Requirements

    Linux Requirements

    The AppImage requires webkit2gtk-4.1 and Chromium/ChromeDriver to be installed:

    Ubuntu/Debian:

    sudo apt install libwebkit2gtk-4.1-0
    sudo apt install chromium-browser chromium-chromedriver
    

    Arch Linux:

    sudo pacman -S webkit2gtk-4.1 chromium
    

    Fedora:

    sudo dnf install webkit2gtk4.1 chromium chromedriver
    

    After installing dependencies, make the AppImage executable:

    chmod +x SpotiDownloader.AppImage
    ./SpotiDownloader.AppImage
    
    macOS Requirements

    ChromeDriver is required for token fetching.

    If Homebrew is not installed, install it first:

    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
    

    Then install ChromeDriver:

    brew install --cask chromedriver
    

    After installation, you may need to allow ChromeDriver in System Preferences > Security & Privacy.

    If ChromeDriver still doesn't work, install Chrome browser:
    https://www.google.com/chrome

    Windows Requirements

    Chrome browser should be installed. ChromeDriver will be automatically managed.

    Downloads