Skip to content

v3.31.0

Compare
Choose a tag to compare
@epoupon epoupon released this 07 Sep 19:17
· 595 commits to master since this release

Updates:

  • Playing a track in the album view will now play the whole album at the selected track index
  • Now using accurate mode from TagLib to parse tracks (can be tweaked in conf file). Previous mode was fast
  • Setting window's title to help browse history #253
  • Subsonic API: added type in response #243
  • Subsonic API: added getSong endpoint to please https://github.com/BLeeEZ/amperfy
  • Subsonic API: handle estimateContentLength parameter on stream endpoint #244
  • Updated Chinese translation #254
  • Better handle badly tagged multi discs albums (when "total discs" tags are missing )

Bugfixes

  • Fixed MediaSession sometimes not properly working
  • Defer audio context creation from the first user interaction #194