Navidrome Music Server v0.13.0 Release Notes

Release Date: 2020-04-04 // about 4 years ago
  • ๐Ÿ”„ Changelog

    ๐Ÿ†• New features

    • ๐Ÿ’ป [UI] Navidrome is now themeable. It comes with two themes (Dark and Light). You can create new ones with this instructions
    • ๐Ÿ’ป [UI] Albums view can be displayed as a album art grid
    • ๐Ÿ’ป [UI] Add links from songs to album and from album to artist
    • You can now specify ND_BASEURL. This allow you to setup Navidrome behind a proxy and have a URL like http://myawesomedomain.com/music
    • ๐Ÿ›  Fixed MusicStash support
    • ๐Ÿ›  Lots of fixes and small tweaks

    All changes

    656ca1f Fix colour of album actions
    โš  b8f7715 Fix ReactAdmin console warnings
    096ed39 Add link to all artist's albums from an album
    3b6d0b3 Add a catchall route to redirect everything to app/index.html
    ๐Ÿ”ง 75cd21d Add BaseURL configuration (fixes #103)
    b8eb22d Add git hooks on check_env
    9b46173 Add comments to createXxxxCommand functions to clarify about the filepaths arguments being absolute paths
    63bf49b Add lefthook for handling git hooks
    0๏ธโƒฃ 5598482 Fix default mp3 encoding ffmpeg command
    8510273 Send estimated content length if requested
    2392060 Don't try to transcode a file if the requested format is the same and the client is not requesting to downsample
    ๐Ÿ›  2d7998d Return cover from album even if client does not prefix the id with al-. Fixes #46
    ๐Ÿšš 4063868 Remove React warnings by omit properties not used downstream
    ea22b2f Bump react-admin to 3.3.3
    โฌ†๏ธ 1182218 Upgrade Node to 13.12
    โœ… 14f7c56 Bump @testing-library/jest-dom, @testing-library/user-event and react-dom
    ๐Ÿšš 27579b9 Removed album list selection, for now
    c58021e Make Personal settings form more consistent with the rest of the App
    1810cc7 Simplify album lists tabs handling
    86f73ee Only add padding to layout if the player is visible
    3d6ce8a Skip calling ffmpeg if there are no files to probe
    โช 670be29 Revert "Pause the player with "
    ๐Ÿ— 2b3e506 build(deps): bump github.com/go-chi/chi
    6e6cfdd Pause the player with
    a18093e Fix systemd unit to allow FFmpeg execution
    ๐Ÿ‘ a356369 feat: fine tune album art image size. better, but still not ideal
    13a3d38 fix: Personal view title and menu tooltip
    ๐Ÿ”ง 9f00fb0 feat: move Configuration menu to Personal settings
    โšก๏ธ 6cddcd6 docs: update README
    โšก๏ธ c6d1cfe docs: update theme's README
    ๐Ÿ“š de43c27 docs: basic documentation on creating themes.
    ๐Ÿ”จ 747b5ea refactor: rename theme name attribute to themeName
    dd2e98f feat: make theme select input longer
    eb621be feat: load themes dynamically
    ๐Ÿ“„ d223a4f docs: mentions our Subreddit in the README
    7aa182e fix: add padding at the bottom of the layout, to accommodate the audio player (relates to #132)
    7fec503 feat: persist the queue in the localStorage
    083a11a feat: store state in localStorage
    944f369 fix: disable click on version menu item
    ๐ŸŒ dfc8691 fix: add "Version" message to translations
    395b598 fix: don't show tooltips in profile menu items
    d04b434 fix: profile menu items colors
    f041503 feat: simple theme selector. only works with hardcoded light and dark for now
    ๐Ÿ”จ 500207f refactor: extract themes to their own folder
    1e0a79e fix: "Recent" should sort by play_date, not starred_at
    301fa2a fix: sort by album in songs view
    46f4f63 feat: initial implementation of album lists
    fec8b5f feat: add playcounts to album and songs
    777231e feat: expose album, song and artist annotations in the RESTful API
    0e36ed3 fix: typo
    f1af646 feat: option to display albums as a grid
    fc06216 feat: add link to album from Songs view
    ๐Ÿ“„ 575800d docs: add badge with link to subreddit