Skip to content

v3.55.0

Compare
Choose a tag to compare
@epoupon epoupon released this 06 Jul 21:47
· 12 commits to master since this release

Updates

  • Image paths and directory structures are now saved in database to allow further improvements. Please report any regressions!
  • Subsonic API:
    • support fromYear > lastYear to sort by descending order #482
    • artist images are reported in Subsonic API only if present #435
    • OS: reconstruct the artist display name if a custom artist delimiter is found in the artist tag, using a comma to separate names
  • Updated C++ requirements to C++20 #489

Bugfixes

  • Fixed occasional incorrect reporting of artist delimiters in the UI #491
  • Really flush cover cache when a scan is complete #487
  • Fixed a bug in the scan settings view when no extra tag is to be parsed
  • Subsonic API: fixed bad albumCount #483