Releases: tinkermesomething/sonobarr
Release list
v0.15.2
v0.15.1
fix: per-user Last.fm keys not used in main discovery path (Unknown Genre)
v0.15.0
feat: Lidarr server management UI (Chunk B)
v0.14.3
fix: NameError text import in startup_migration
v0.14.2
fix: startup_migration schema guard to handle flask db upgrade import timing
v0.14.1
fix: startup_migration table ordering crash
v0.14.0
feat: DB-backed settings, first-user-is-admin, remove JSON config (Chunk A)
v0.13.3
fix: drop unused auto_approve_artist_requests column from users table
v0.13.2
fix: add missing migration bridge for upgrades from upstream v0.12.1
Deployments upgrading from the upstream image had alembic_version set to
20260303_01, which was absent from the fork's migration graph, causing a
crash on startup. This adds the bridge migration so existing DBs migrate
cleanly to the new per-user API key columns.
v0.13.0
Changes from upstream v0.12.1
- OIDC Single Sign-On – OpenID Connect login with optional OIDC-only mode and group-based admin assignment
- Settings layout improvements – refactored user settings page
- Front-page refactor – improved layout, Lidarr dropdown quick-add, MusicBrainz artist search
- Per-user API keys – users can set their own Last.fm, YouTube, and LLM keys with automatic fallback to global admin keys
- Security warning on profile page for stored API keys
Maintained fork of Dodelidoo-Labs/sonobarr from v0.12.1.