Changelog History
Page 5
-
v0.11.1 Changes
March 22, 2020๐ Changelog
91a7436 feat: always show artist name in Album view
f403a8d feat: add version to index.html description meta tag
ad63b8b feat: add a systemd startup unit (thanks jvoisin)
๐ฒ e23a290 fix: logging of scanner startup
๐ 9f42e33 fix: change web requests log level to debug
๐ 1560677 chore: removed non-working config flag
๐จ 20075ae refactor: extracted restful helpers into their own composable struct
๐ dee6855 docs: uses less space for client list -
v0.11.0 Changes
March 21, 2020๐ Changelog
8401d85 feat: search in WebUI now is more flexible, searching in all relevant fields in the current view
270b0ae feat: add "Compilation" filter to albums
8b10890 feat: use Navidrome's icon in getAvatar
8cdd4e3 feat: allow restful filter customization per field
97d95ea fix: group compilations together in the restful API. fix #93
0๏ธโฃ 0d8a2b3 fix: the default session timeout must be 30 minutes, not seconds!
cbbebb3 fix: version position under banner
๐ 3977575 build: add a simple build asdefault
target, trying to make LGTM work
๐จ 47244cb refactor: remove unused static file
๐จ 57aaf5a refactor: remove unused property
๐จ f6e448c refactor: removed unused code, unnecessary typecasts and fixed small warnings
๐จ 32fbf2e refactor: drop search table, integrated full_text into main tables
โฌ๏ธ 352d686 chore: upgrade react-admin to 3.3.1 -
v0.10.0 Changes
March 19, 2020๐ Changelog
Transcoding per user/player
๐ง Transcoding profiles can be created in the new Transcodings settings in the WebUI. Then players detected automatically by Navidrome can be configured to use one of these profiles (using the new Players settings). Users can only configure their own players. Admins can configure all players from all users.
Note that If no profile is set for a player, it will receive the original audio file, even if maxbitrate is set in the stream request.
๐ง Transcoded files are cached in the
$ND_DATAFOLDER/cache
folder. By default the cache size is 100MB, but can be configured using theND_TRANSCODINGCACHESIZE
environment variable.All changes
๐ 5b40ec4 build: go mod tidy
โก๏ธ 29e661e docs: update README
๐ b466ec7 build: always add latest tag to version
๐ง c8cd755 feat: use human readable sizes in cache size configuration
๐ง faac303 feat: allow session timeout to be configurable. closes #101
ced87be fix: when searching player by id, create new player if client name does not match the one found
0๏ธโฃ 811703a fix: create default transcodings on existing installations
โก๏ธ bc1f767 docs: Update README
โก๏ธ 7055dc5 docs: update basic transcoding info
๐จ e02f3d3 refactor: clean up unused config options
๐ง 68a49be feat: allow regular users to change their players' configuration
c8b0d2b feat: select correct transcoding for streaming
3999381 feat: addtranscodedSuffix
to Subsonic API responses
4518011 feat: player CRUD
๐จ 353c48d refactor: rename player to audioplayer
๐ da36941 feat: better getPlayer middleware setup
๐ง 8ec7890 feat: transcoding and player datastores and configuration
๐ a0e0fba build(deps): bump @testing-library/react from 9.5.0 to 10.0.1 in /ui
๐ 75e7ba8 build(deps): bump github.com/go-chi/cors from 1.0.0 to 1.0.1
โ 74c30b5 docs: add list of tested clients
๐ e67bdbb docs: add link to transcoding issue -
v0.9.3 Changes
March 15, 2020 -
v0.9.2 Changes
March 10, 2020๐ Changelog
10e7625 fix: increase contrast in WebUI's dark theme
9235ab6 fix: index albumArtist as part of the album searchable fields
9cb4260 fix: force full rescan to enable search by album artist
โฌ๏ธ 0b131e9 chore: upgrade to NodeJS 13.10
โฌ๏ธ 77b12ea chore: upgrade react-jinke-music-player
๐ 7772afc build(deps): bump @testing-library/react from 9.4.1 to 9.5.0 in /ui
๐ 9ae1401 build: get Go and Node versions from go.mod and .nvmrc respectively
๐จ 59356f0 refactor: removed indirect call introduced by intellij's refactor -
v0.9.1 Changes
March 04, 2020๐ Changelog
0507784 fix: missing id in queue items was preventing scrobble to work properly
-
v0.9.0 Changes
March 03, 2020๐ Changelog
๐ง 1d88615 feat: better SQLite3 configuration, to avoid DB contention
876354e feat: MaxTranscodingCacheSize is now specified in MB
28bc9c1 fix: AlbumShow was adding previous played tracks when trying to shuffle the album
5e7aaa6 fix: missing id in queue items was preventing scrobble to work properly
6f5a322 fix: login must be case-insensitive
a7f8e4e fix: only set created_at when adding data to DB
65a792b fix: handle nil pointer dereference
โก๏ธ 1c33b0a docs: update API compatibility chart
โฌ๏ธ 1afc495 chore: upgrade react, react-dom and react-redux
โฌ๏ธ cf7d877 chore: upgrade @testing-library/user-event
โฌ๏ธ 81831da chore: upgrade react-admin
โฌ๏ธ fcd2fca chore: upgrade @testing-library/jest-dom, @testing-library/react, react-scripts
๐ 72f0a6f chore: removed unused (video) mime types
โฌ๏ธ 9044aa8 chore: upgrade NodeJS to 13.9.0
โฌ๏ธ 07ac14f chore: upgrade Go to 1.14 -
v0.8.4 Changes
February 25, 2020๐ Changelog
๐ง OPUS transcoding (WIP)
๐ง This version supports OPUS transcoding, even though the transcoder is still a WIP. To enable it, set the following env vars:
ND_ENABLEDOWNSAMPLING: "true" ND_MAXBITRATE: 96 # This will make any file with bitrate greater than 96 to be transcoded ND_DOWNSAMPLECOMMAND: "ffmpeg -i %s -map 0:0 -b:a %bk -v 0 -c:a libopus -f opus -"
Let me know if you find any issues.
๐ Other bug fixes:
33ede13 showing a start in a album that was not starred. add stars to items in the search results
-
v0.8.3 Changes
February 24, 2020๐ Changelog
d7b5e6a fix: add
public
attribute to playlists. Even though it is optional, DSub requires it -
v0.8.2 Changes
February 16, 2020๐ Changelog
๐ 894536c Revert "fix: extract stream level metadata"