Navidrome - Package Updates
-
[1.3.0]
- Update Navidrome to 0.40.0
- Full changelog
- [UI] New Shortcuts help dialog (shift-?)
- [UI] Logarithmic volume. Thanks @JeffreyCA (#668)
- [UI] Fade-in/Fade-out when playing/pausing the player
- [UI] Fix Activity Panel reliability
- [UI] Fix unnecessary html escaping in album comments (#715)
- [Server] Speed-up Artist's Albums queries
- [Server] Fix restarts when attempting to pull artist biography (#700)
- Use base image v3
-
[1.4.0]
- Update Navidrome to 0.41.0
- Full changelog
- [UI] Add Auto theme preference to set Dark/Light automatically (#260) (thanks @YashJipkate)
- [UI] New theme: Spotify-ish (#826) (thanks @K-Kumar-01)
- [UI] Improved SongList in mobile view (#833) (thanks @armedev)
- [UI] Add duplicate song warning (#554) (thanks @RitikPandey1)
- [UI] Add Chinese Traditional translation (thanks @Leitftw)
- [UI] Add Ukrainian translation (thanks Alex V.)
- [Server] If available, uses MBID to query Last.FM
- [Server] Fix constant CPU usage. (#777)
-
[1.4.1]
- Update Navidrome to 0.41.1
- Full changelog
- The UI gets stuck in "Loading. The page is loading, just a moment please." (Fixes #906)
- Cache issues with the serviceWorker (Fixes #904, #911) (Thanks @certuna)
- caches is not defined error when not using HTTPS (Fixes #901) (Thanks @aldrinjenson)
-
[1.5.0]
- Update Navidrome to 0.42.0
- Full changelog
- [UI] 5-star rating now available in the UI (#986). Thanks @neilchauhan2
- [UI] "Starred/star" in the UI is now "Favourite/heart", to avoid confusion with the new 5-star rating system. No change in the Subsonic API though (#908). Thanks @neilchauhan2
- [UI] Options to disable 5-star rating (EnableStarRating) and/or Favourite (EnableFavourites)
- [UI] Theme: "Spotify-ish" theme is now more Spotify-ish. Previous one was renamed to "Green" (#914). Thanks @samarsault
- [UI] Theme: New themes: "Extra Dark" (#955) by @SobhanBera, and "Ligera" (#990) by @Dnouv
- [UI] Theme: New config option to select DefaultTheme
- [UI] Theme: Login page now uses the latest theme selected or the default one
- [UI] Theme: More refined Login dialog
-
[1.5.1]
- Update Navidrome to 0.42.1
- Full changelog
- [Spotify-ish] Fix incorrect aspect ratio of logo on login screen (#1072)
- [Spotify-ish] Fix active page indicator (#1068)
- [Scanner] Fix ffmpeg extractor not detecting album covers when used with ffmpeg 4.4
- [Scanner] Allow SIGUSR1 to trigger scan even when ScanInterval = 0
-
[1.6.0]
- Update Navidrome to 0.43.0
- Full changelog
- [UI] Option to toggle fields in songs, albums & artists grids (#923). Thanks @aldrinjenson
- [UI] Allow regular users to change their info, including passwords (#199)
- [UI] Displays BPM info (#1087). Thanks @brianschrameck
- [UI] Add Czech, Slovenian and Swedish translations. Thanks @plr20, @jernejml and @deeeeeebs respectively
- [UI] Restart current song when clicking "Previous song" when past the first few seconds (#1104). Thanks @aniketbiswas21
- [UI] Show error message when adding duplicated username, and other user management improvements (#1101). Thanks @srichter
-
[1.7.0]
- Update Navidrome to 0.44.0
- Full changelog
- Passwords are now encrypted in the DB
- [UI] Auto update current view when there are changes in the DB (new albums, ratings/playCount changes, etc) (#1025)
- [UI] Prompt the user to refresh the page if server is using a version different then the UI, to keep both in sync after an upgrade
- [UI] Move Artists/Songs/Playlist to top level, removing "Library" submenu
- [UI] Show Disc Subtitles even if the album has only one disc (#947)
- [UI] Allow themes to override the React Player styling. Fixed colors for Dark, ExtraDark and Light themes
- [UI] New option to disable album cover animation in UI (save a few CPU cycles): EnableCoverAnimation (#1185)
-
[1.7.1]
- Update Navidrome 0.44.1
- Full changelog
- The long standing "too many open files" issue, that has been with us since version 0.27.0! (#446)
- Fixed a bug that caused the scanner to "hang" in certain circumstances.
- When changing user details, the password would be overridden with garbage, preventing the user to login again (#1222)
-
[1.8.0]
- Update Navidrome to 0.45.0
- Full changelog
- [UI] In album view, add links to Last.FM and MusicBrainz (when mbid is available)
- [UI] Add Genre and Comments columns in Songs listview (hidden by default). Thanks @certuna (#1219)
- [UI] When clicking on an album/playlist song to start playing, adds all songs to the playlist (#703)
- [UI] EnableCoverAnimation=false now works in mobile view. Thanks @mill1000 (#1268)
- [UI] Show rectangular cover art when animations is disabled
- [UI] Change default volume to 50% (#1052)
- [UI] "Add to Playlist" on AlbumList actions. Thanks @lostpolaris (#1257)
- [Server] Scrobbling is now buffered and will be retried in case Last.FM is not available
- [Server] Use AlbumArtist tag even for compilations, when it is specified
- [Server] Completely disable Last.FM when LastFM.Enabled is false
- [Server] Fix infinite loop when the fs fails (#1164)
- [Server] Full rescan now does what it is supposed to do: re-import all metadata
-
[1.8.1]
- Update Navidrome to 0.45.1
- Full changelog
- Bump github.com/onsi/gomega from 1.15.0 to 1.16.0 (#1300)
- Bump github.com/ReneKroon/ttlcache/v2 from 2.7.0 to 2.8.0 (#1298)
- Bump github.com/golangci/golangci-lint from 1.41.1 to 1.42.0 (#1299)
- Fix random volume change
- Some small refactoring
- Fix loadSimilar method, was causing "internal error". Fix #129
- Setup git hooks when running make setu
- Import song duration with hundredths when using TagLib
-
[1.9.0]
- Update Navidrome to 0.46.0
- Full changelog
- [UI] Show playlists on the sidebar (#1339). Based on work by @aldrinjenson
- [UI] Show song/album details in a dialog, instead of a expandable panel (#1259), Thanks @samarsault
- [UI] Initial work on a new Artist Page (#1287). Thanks @Dnouv
- [UI] Player preloads next song. Reduce gap between songs in some setups
- [UI] Self-host workbox, no need to contact Google's CDN anymore (#1358). Thanks @ajgon
- [UI] New translations: Persian (thanks parviz.homayun) and Finnish (thanks harmie)
- [Server] Add support for Audio Channels metadata (#1294). Thanks @mayanez
- [Scanner] Fix special chars scanning in Windows with TagLib (#1310). Thanks @caiocotts
- [Scanner] Only import playlists from configured paths in option PlaylistsPath (#1181)
- [Scanner] Recover from any possible taglib panics (#1343)
-
[1.10.0]
- Update Navidrome to 0.47.0
- Full changelog
- [UI] More improvements to the Artist Page (#1391). Thanks @Dnouv
- [UI] Display synced lyrics in the UI if available (#1406). Thanks @chiraglulla
- [UI] Allow changing playlist's owner
- [UI] Add bulk action to make playlists private/public
- [UI] Add links to artists from songs (only when artists have albums)
- [UI] Fix default volume (#1395). Thanks @sparkhom
- [UI] Fix translations on Windows
- [UI] Fix Player incorrectly scrobbles tracks when unpaused (#1397). Thanks @srichter
- [Server] Optimize Playlists operations
- [Server] Speed-up a bunch of SQL queries
- [Server] ListenBrainz support (#1424). Thanks @srichter
- [Server] New config option to disable all external integrations (#102)
- [Subsonic API] Add GetLyrics endpoint (#1379). Thanks @dheerajdlalwani
- [Subsonic API] Don't send invalid artistIds
-
[1.10.2]
- Update Navidrome to 0.47.5
- Full changelog
- [UI] Set volume to 100% when web player is in mobile mode. Fix #1429
- [UI] New translations: Bulgarian (thanks @MrEddX) and Catalan (thanks SÃ dur)
- [UI] Fix ActivityPanel should behave better now, with (hopefully) no more UI freezing
- [UI] Handle invalid theme in ui state (#1504) (thanks @srichter)
- [Server] Fix potential SQL injection in Smart Playlists (thanks depierre)
-
[1.11.0]
- Update Navidrome to 0.48.0
- Full changelog
- [UI] New Theme - Nord #1899. Thanks @renere and @tpbnick
- [UI] New Theme - Monokai #1669. Thanks @chief8192
- [UI] New Theme - Electric Purple #1889. Thanks @william-lohan
- [UI] New config DefaultLanguage #1561
- [UI] "Linkify" URLs in Album and Playlist comments #1053
-
[1.13.0]
- Update Navidrome to 0.49.0
- Full changelog
- Sharing (preview)
- Revamped Artwork Resolution
- [UI] New Gruvbox Dark theme #2092. Thanks to @vlfldr
- [UI] Add ReplayGain support #1988. Thanks to @kgarner7
- [UI] Add Internet Radios support #2063. Thanks to @kgarner7
- [UI] Add keyboard shortcut shift-C to go to current playing song
- [UI] Add option to transcode when downloading #1667. Thanks @kgarner7
- [UI] Show album description from Last.fm if enabled and available #2061. Thanks @kgarner7
- [UI] Fix "Play Next" resetting the play queue #1472
- [UI] More columns to select in List views
-
[1.13.1]
- Update Navidrome to 0.49.1
- Full changelog
- Proper handling of external metadata refreshes in background #2130. Thanks to @Tolriq (from Symfonium) for helping debug this.
- Add a fallback when the browser does not support copying the share link to clipboard
- Fix downloading and sharing from a playlist #2123
- Fix invisible checkboxes in Gruvbox theme #2135. Thanks to @vlfldr
- Fix unreadable lyrics in Nord theme #2146. Thanks to @kgarner7
- Fix playing new music uses lyrics from previously played one in Web Browser #2117. Thanks to @joaomqc
- Fix artwork resolution when paths contains a : char #2137
-
[1.13.2]
- Update Navidrome to 0.49.2
- Full changelog
- Fix Playlist delete and reorder actions (#2160)
- "Spell-Jacking" mitigation - prevent sensitive data leak from spell checker (#2091). Thanks to @dlehammer
- Don't cancel transcoding session if context is canceled
- Make ffmpeg path configurable (option FFmpegPath), also finds it automatically in current folder (#1932)
- Enable ReplayGain by default and always import RG tags
- Limit Share player width to 768px (#2164) Thanks to @kgarner7
- Abort start up if config file is invalid.
- New Option EnableArtworkPrecache to control the usage of Image Cache Warmer. See discussion in #2142
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login