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

Changelog History
Page 2

  • v3.15.1 Changes

    May 22, 2020

    BugFixes :

    • Corrected the player that sometimes won't start. #60
  • v3.15.0 Changes

    May 19, 2020

    Updates

    • ➕ Added a grid-based display for the albums. #59
    • ✂ Removed the quit confirm message when closing the tab (it was actually quite annoying)
    • ➕ Added a link to music brainz for artist/release
  • v3.14.0 Changes

    May 13, 2020

    Updates

    • ➕ Added disc subtitles support. #56
    • ➕ Added a tooltip to indicate when transcoding is active. #55

    🛠 Bugfixes :

    • 🛠 Fixed non accurate searches for artist (introduced by v3.13.0)
  • v3.13.0 Changes

    May 10, 2020

    Updates :

    • 🆕 New UI Layout.
      • New dedicated search view
      • 'most played'/'recently added' are no longer limited to 5 items
      • 'play history' view replaced by a new 'recently played' tab for artists/albums/tracks
      • New 'Random' tab for artists/albums/tracks. #50
      • All this stuff is now using the global filter tags.

    🛠 Bugfixes :

    • Corrected typo in settings view. #53
    • Recently added tracks/albums/artists now use the last modified file attribute. #51
  • v3.8.0 Changes

    March 09, 2020

    ⚡️ Updates:

    • 👉 Show all artists in album list view for Subsonic API (#35)

    🛠 Bugfixes:

    • 🔄 Changed the way files are delivered when transcoding is off (#36, #28 )

    Note that changing transcoding settings are now applied only when a new song is loaded in the player.

  • v3.7.0 Changes

    February 21, 2020

    Updates:

    • Some CLI tools are now distibuted to ease debug:
      • lms-metadata: scans a file exactly as the daemon would do, and report all the collected information.
      • lms-recommendation: for each track/album/artist, report 3 similar entries.
    • 🔨 A significant refactoring work was done to make LMS use cmake instead of autotools. Please don't hesitate to report any regression you can spot.

    🛠 Bugfixes:

    • 🐳 Some files were skipped on very large directories using mounted volumes on the official docker image. #33
  • v3.6.3 Changes

    February 14, 2020

    🛠 Bugfixes:

    • ⚡️ Update the artist and album names if they are outdated (#30)
  • v3.6.2 Changes

    February 13, 2020

    🛠 Bugfixes:

    • 🛠 Fixed regression "Only getting first word of tags" #30
  • v3.6.1 Changes

    February 07, 2020

    🛠 Bugfixes:

    • 🛠 Fixed badly escaped strings that made the client crash (#29)
  • v3.6.0 Changes

    February 01, 2020

    ⚡️ Updates:

    • 🛠 Keep media player volume persistent, fixes #21
    • Follow symlinks when scanning directories. #23
    • 🛠 Subsonic API: added bookmark support. Fixes #24
    • ➕ Added M4B file support
    • ➕ Added ALAC file support

    🛠 Bugfixes:

    • 🛠 Do not log not implemented commands as errors, fixes #11