You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for Python 3.12
Added ListenBrainz support
Fixed a race condition that could prevent the watcher daemon from stopping
Various tests tweaks
Fixed retrieving starred objects
Fixed getting album lists when using PostgrSQL as a database backend
Fixed bitrate being reported as bps instead of kbps
Added a configuration setting to enable or disable automatic log rotation
Added a configuration setting to allow fetching lyrics from ChartLyrics
Fixed errors when using PostgreSQL
Enforce foreign key checks on SQLite
Added missing foreign keys on client_prefs
Fixed errors when deleting users, folders, tracks...
Fixed supysonic-server when used with Gunicorn (with process workers) and PostgreSQL
Added support for musicFolderId parameter on various API endpoints
API version bumped to 1.12.0
Now supporting Python 3.11 (by replacing PonyORM with peewee)
Added Python 3.10 support
Prevent name collisions when zipping albums
Fixed cover art sometimes not being picked up by the daemon
Fixed tests sometimes failing
Added version number to web UI
Slightly reworked man pages
Man pages should now be installed alongside the package
Minor updates in code style, tests, and CI