Skip to content

Releases: epoupon/lms

v3.24.0

05 Mar 14:45
Compare
Choose a tag to compare

Updates

  • Added support for HTTP headers to authenticate users. See documentation for more details #119
  • Added Italian translation #121

Bugfixes

  • Avoid a crash during start when too few tracks contain the MBID and the audio similarity engine is used. #116

Note: a new configuration token authentication-backend has been added. Please set it to "pam" if you already use PAM based password authentication.

v3.23.1

17 Jan 17:20
Compare
Choose a tag to compare

Bugfixes

  • Made the "infinite" loading indicator work again with wt 4.5 #115

v3.23.0

11 Jan 15:40
Compare
Choose a tag to compare

Updates

  • Now using an asynchronous transcode mode: should be more reactive when transcoding on small hardwares like PIs.
  • Added '+' button on playqueue entries #107
  • Added 'hourly' scan period #109

Build notes

  • No longer depends on pstreams to build

v3.22.0

13 Nov 22:15
Compare
Choose a tag to compare

Updates

  • Added support for composer, conductor, lyricist, mixer, producer and remixer tags
  • Subsonic API: added some basic scrobble capability (only internal usage though, no external service) + recently played + most played albums
  • Added MBID in reports generated by the audio file scanner #103

v3.21.1

01 Nov 15:32
Compare
Choose a tag to compare

Updates

  • Now using stb image library by default, instead of graphicsmagick. The goal is to reduce memory usage. #93
  • Made the library scanner control the recommendation engine, meaning better reporting in the admin panel.

Bugfixes

  • Fixed freebsd 12 build. #99

v3.20.0

12 Oct 11:41
Compare
Choose a tag to compare

Updates

  • ZIP64 support: you can now download whatever you want, as there is no longer file size limitations (for both contained files and the zipfile itself)
  • Significantly reduced the memory consumption of the cover art handling part #93

v3.19.2

05 Sep 18:20
Compare
Choose a tag to compare

Fixed unit tests in debug mode

v3.19.1

05 Sep 16:42
Compare
Choose a tag to compare

Bugfixes

  • Fix arm compilation

v3.19.0

05 Sep 13:33
Compare
Choose a tag to compare

Updates

  • Can now download artists/albums/tracks #37
  • Can now star/unstar artists/albums/tracks from web ui #74
  • Minor style update #82

Fixes

  • Cover art fix for M4A files #89
  • UI: reduced CPU usage #90

v3.18.0

21 Aug 08:59
Compare
Choose a tag to compare

Updates:

  • Replaced show-more button by infinite scrolling. #83
  • Better scanner controls and information. #32
  • Keyboard shortcuts. #85
  • Added a contextual menu instead of queuing elements

Bugfixes:

  • Fixed infinite loop when transcoding a missing file #75