• 0.8.0 db33b4a173

    0.8.0 Pre-release

    jakub released this 2026-05-04 06:43:19 +00:00 | 0 commits to master since this release

    Added:

    Fixed:

    • Fix issue with perPage not saved w/o pressing enter. Pavel
    • Do not throw error on invalid reply before login. Pavel
    • Do not mess up child threads of QNetworkAccessManager. Pavel

    Removed:

    • Get rid of unnecessary QML warnings. Pavel
    Downloads
  • 0.7.0 369db2ae67

    0.7.0 Pre-release

    jakub released this 2026-04-26 14:59:04 +00:00 | 0 commits to master since this release

    Added:

    • Regenerate token on every API call. Drop openssl dependency in favor of Qt for MD5 generation. Pavel
    • Use of SFOS secrets API. Pavel
    • Cover page. Pavel

    Fixed:

    • Missing details on details page if entered from player
    • Added fix for missing metadata information on details page
    • Removed few outdated loggers

    Modified:

    • Move playlist to horizontal slider. Highlight current song in playlist Pavel
    • Small ui changed to make ui easier to read. Pavel

    Removed:

    • Add all to playlist from current page randomly button, since its logic was somewhat broken in previous releases. This will be replaced later with proper logic Pavel
    Downloads
  • 0.6.0 2def29177c

    0.6.0 Pre-release

    jakub released this 2026-04-08 05:10:35 +00:00 | 19 commits to master since this release

    Added:

    • Support for scrobble to mark when song has been listened to. This lack support for "now playing"
    Downloads
  • 0.5.3 6c7292ceb7

    0.5.3 Pre-release

    jakub released this 2026-04-06 13:03:24 +00:00 | 24 commits to master since this release

    Modified:

    • Changed how songs are displayed on a home row to make them easier to read - Pavel
    • Fix for left behind threads: previously, if a connection was establishing and the user closed the app, zombie process was active (and draining battery significantly) - Pavel
    • Explicit timeout added in connection to not rely on TCP timeout. - Pavel
    • Login.cpp and communicator.cpp communication was wrapped in a future watcher and sharing statuses. This allows to emit loginFailed in case of generic errors not handled in the communicator.cpp - Pavel
    Downloads
  • 0.5.2 d26c136b35

    0.5.2 Pre-release

    jakub released this 2026-04-01 17:44:11 +00:00 | 35 commits to master since this release

    Fixed:

    • Player playing unbuffered audio

    Cleaned:

    • Backend communicator's code
    Downloads
  • 0.5.1 ef3032aca3

    0.5.1 Pre-release

    jakub released this 2026-03-21 23:03:24 +00:00 | 38 commits to master since this release

    Fixed:

    • Randomising playlist did not update ui in playlists page
    • Auto starting songs in playlist did not trigger in 80% of cases
    • Strange issues with sounds on playback start
    • Updating mpris status on song change
    Downloads
  • 0.5.0 07d33ead24

    0.5.0 Pre-release

    jakub released this 2026-03-21 13:10:24 +00:00 | 55 commits to dev since this release

    Added:

    • Settings panel
    • Mpris support

    Modified:

    • Small improvements in login page. Auto syncing with login config files
    • Better support for starring and un-starring songs
    • Improved song details page, adding most of data that is sent from server
    • Improvements for logging system
    • Improved signals being sent on details page

    Removed:

    • "Fill data" button on login page. It was replace with automated syncing
    Downloads
  • 0.4.2 bf5ffdbebc

    0.4.2 Pre-release

    jakub released this 2026-03-19 22:29:32 +00:00 | 48 commits to master since this release

    Fixed:

    • Issue with displaying small amounts of songs on the main page
    Downloads
  • 0.4.1 88d9f9829a

    0.4.1 Pre-release

    jakub released this 2026-03-19 21:50:18 +00:00 | 62 commits to dev since this release

    Fixed:

    • Issues with selecting songs and single songs to playlists
    Downloads
  • 0.4.0 d12cb5db04

    0.4.0 Pre-release

    jakub released this 2026-03-19 20:02:47 +00:00 | 63 commits to dev since this release

    Added:

    • Additional playlists options
    • Saving account and server information in files
    • Saving application configuration in files

    Removed:

    • Outdated logs

    Modified:

    • Playlists page by unifying data between playlists and home
    Downloads