All Versions
30
Latest Version
Avg Release Cycle
16 days
Latest Release
1259 days ago

Changelog History
Page 3

  • v3.5.0 Changes

    January 22, 2020

    โšก๏ธ Updates:

    • โž• Added a way to filter artists (album artists, track artits, all artists) (#19)

    ๐Ÿ›  Fixes:

    • ๐Ÿ›  Fixed regression on the play previous button
  • v3.4.0 Changes

    January 21, 2020

    โšก๏ธ Updates:

    • โž• Added Media Session support

    ๐Ÿ›  Fixes:

    • โšก๏ธ Load covers embedded in flac files (#18). Note you have to manually rescan your database (to be done once after update)
  • v3.3.0 Changes

    January 19, 2020
    • โž• Added volume control (#14)
    • โž• Added track duration (#15 )
  • v3.2.0 Changes

    November 12, 2019

    โšก๏ธ Updates:

    • ๐Ÿ‘Œ Improved the tag based similarity results

    ๐Ÿ›  Fixes:

    • ๐Ÿ– Handle cover art for multi-disc albums stored in seperate folders (#6 )
    • ๐Ÿ›  Fix build with gcc9 (#7)
    • Wrong codec when transcoding for stream request using the Subsonic API (#8)
    • โž• Added an option to specify the ffmpeg path (#5)
    • ๐Ÿ‘ Correctly support embedded cover on WMA files
  • v3.1.0 Changes

    October 10, 2019
    • โž• Added a scan report generator (fixes #4)
    • ๐Ÿ›  Fixed a regression that made files to be always fully scanned
  • v3.0.0 Changes

    September 27, 2019
    • LMS can now run on Debian Buster
    • ๐Ÿ“ฆ Debian packages are provided for both amd64 and armhf architectures
  • v2.2.0 Changes

    August 10, 2019
    • Eased systemd integration:
      • added a sample configuration file for systemd
      • added two configuration tokens to specify log file paths : log-file and access-log-file
    • lms.conf is no longer installed in /etc/lms.conf, so that it won't clubber any previously installed and user modified version.
    • โœ‚ Removed curl dependency to fetch data from AcousticBrainz
    • Scanner no longer aborts if it cannot iterate on files (for example due to a permission error)
    • ๐Ÿ›  Subsonic API: fixed a bug that made the daemon assert
  • v2.1.0 Changes

    August 07, 2019
    • Subsonic API: added user management commands
    • ๐Ÿ‘ Subsonic API: better compatibility with Ultrasonic
    • โž• Added play/queue buttons in the Albums view
    • Now hashing auth tokens used for the "remember me" feature
  • v2.0.0 Changes

    August 03, 2019

    โž• Added a login throttler based on IP addresses
    ๐ŸŽ Significantly improved performance:

    • ๐Ÿ“ฑ database accesses are now mostly concurrent. Ex: makes viewers more responsive when pulling a lot of covers.
    • ๐Ÿš€ database is optimized after each scan. Ex: "get 500 releases" subsonic command dropped from 12s to 0.2s.

    Please note any existing database file is not compatible with this new version. You have to manually delete the lms.db file and restart the service.

  • v1.0.0 Changes

    June 22, 2019

    ๐ŸŽ‰ Initial release