v0.42.0
版本发布时间: 2021-04-26 21:55:31
navidrome/navidrome最新发布版本:v0.53.3(2024-09-28 05:34:05)
This version has lots of responsiveness improvements and fine-tunning in the UI. Thanks to all contributors!
Highlights
- [UI] 5-star rating now available in the UI (#986). Thanks @neilchauhan2
- [UI] "Starred/⭐️" in the UI is now "Favourite/❤️", to avoid confusion with the new 5-star rating system. No changes 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
- [UI] Playlists: Add pagination to playlists (#969). Thanks @RitikPandey1
- [UI] Playlists: Allow adding songs to multiple playlists at once (#995). Thanks @YashJipkate
- [UI] Add Quality info to songs (#918). Thanks @Himanshunitrr
- [UI] Fix coverart not showing in notification when using a
BaseURL
- [UI] Fix freezing happening on some Nginx reverse-proxy configurations
- [Subsonic API] Allow 5-star rating for Artists
- [Server] Same comment in all tracks is converted to album comment, removing it from the tracks in the UI (#1013). Thanks @caiocotts
- [Server] You can now send a
SIGUSR1
signal to navidrome's process to start a quick scan
Changelog
f1bd736b Bump jest-environment-jsdom-sixteen from 1.0.3 to 2.0.0 in /ui
cde66260 Fix logo aspect ratio in Safari
1c7d4c56 Improve Logo resolution in login dialog
c75314c6 Enhanced Mobile Login Screen (#953)
b10f491d Fix Song details row height
b671d0ff Better handling of album comments (#1013)
4b5a5abe Fix Web Scroller compatibility
3cede281 Reorganize AudioTitle classes.
79bbff0e Make Playlist grid more responsive
01423522 Fix build tag
d5c7a818 Disable SIGUSR1 handler for Windows (not available)
1e539f4e Add trigger scan when receiving SIGUSR1 signal
e83a0b23 Hide volume bar in lower resolutions (#889)
9f39f062 Bump @testing-library/user-event from 13.1.2 to 13.1.5 in /ui (#1051)
df57cd6b Allow adding songs to multiple playlists at once. (#995)
d829a636 fix: refactored some styles in jinkie player and removed br tag - #865 (#1047)
4b061427 Update translations (#1002)
aa9cf8ef Add a cleanup to tests
240de700 Add tests for SpreadFS
6da9dee7 Fade in QualityInfo while hovering on Song title (#1041)
467eb345 Don't panic if fscache could not be initialized due to a FS error
31b553e9 Add missing error log message in fscache initialization
da30923a Replace default Login backgrounds with Navidrome's collection
e7be2f6f Bump ssri from 6.0.1 to 6.0.2 in /ui (#1045)
9a509c74 Workaround for https://github.com/lijinke666/react-music-player/issues/351
abaecf2b Add Nginx header to not buffer SSE connection
f63a9123 Add config option to set default theme
b6f525bd Fix exception when running in Firefox over insecure http. Fix #1039
0063720c Change size and position of QualityInfo in the Player
b4412601 Change icon on active menu item (#903)
16a5ac32 Fix migration error caused by #868
749f5d45 Fix welcome message styles (#1015)
a81ef092 Fix cover art not showing in notification when using a BaseURL
c86d2a93 Fix transparent background in Spotify-ish (#1030)
b55d5828 go mod tidy
6635149f Fix pre-commit hook
01b34f4f Bumps @testing-library/user-event from 13.1.1 to 13.1.2
cb9cabe0 Bumps github.com/ReneKroon/ttlcache/v2 from 2.3.0 to 2.4.0
29aff05f Bump github.com/onsi/ginkgo from 1.16.0 to 1.16.1
f48bfb6a Bump github.com/microcosm-cc/bluemonday version
ef9a16ac Change order of themes
ca9d4271 New Ligera (light) Theme (#990)
efe8240c Remove inline style
in favour of MUI's styling solution
f7dfabaa Replaced literal 302 with http constant (#1006)
d8a1773d Increase golangci-lint timeout. Fix #1001
e105e2d2 Update Japanese translation (#997)
f41bc31b Fix layout when album comment is visible
96a14ec4 Hide QualityInfo on small screens
48ae4f74 Add 5-star rating system(#986)
840521ff Fix console errors for QualityInfo component
5178f440 Add has_rating
filter to albums
10dcc3fb Remove unnecessary export mapping (bad refactoring)
49b1c40f Update Japanese translation (#992)
156a53c2 Add support for artist 5-star rating in Subsonic API
9913b929 Get lossless format list from server
52812fa4 Added quality info (#918)
c57fa7a8 Fixes play icon color in "Light" theme (#972)
dbda8712 npm audit fix
5f685bca Hide :heart: in Playlists
37f6ff02 Do not disable eslint rule
01ef4d2f Bump @testing-library/jest-dom from 5.11.9 to 5.11.10 in /ui
32ad982b Bump github.com/golangci/golangci-lint from 1.38.0 to 1.39.0
87b04607 Bump @testing-library/react-hooks from 5.1.0 to 5.1.1 in /ui
4e41ef75 Bump github.com/microcosm-cc/bluemonday from 1.0.4 to 1.0.6
6af45d6e Bump @testing-library/user-event from 13.0.7 to 13.1.1 in /ui
69fe7718 Bump @testing-library/react from 11.2.5 to 11.2.6 in /ui
ce675d47 Bump github.com/onsi/ginkgo from 1.15.2 to 1.16.0
6988b9a0 Improved Header Readability for Songs List (#985)
55c2431b Fix undefined variant prop in DateField (#987)
69ee1740 Add pagination to playlists (#969)
cdfdf78c Revert "style(SongDataGrid): Improved Header Readability (#954)"
ca51372d Add Extra Dark theme (#955)
a4d07734 Update fr.json (#975)
3d58c5ab style(SongDataGrid): Improved Header Readability (#954)
12223b2a Fix extra multiline Prop error (#966)
c7dc3628 Fix transparent bg in suggestions [Spotify-ish] (#964)
9871919f New service worker (#952)
0cb7d385 Add required prop order
in random album list. Fix #957
d0d18e85 Album details UI fix (#922)
0d95c4bb Fix Code of Conduct link
ea65da48 Make spotify-ish more spotify-ish (#914)
5128c049 Rename diodo_test.go to diode_test.go (#956)
16f6d946 Remove redundant backgroundColor
from Login icon
cf72bbfa Fix login page UI contrast in dark,spotify (#946)
20f57786 Fix prop undefined bug #925 (#942)
46d4c48d Login backgrounds from unsplash collection (#936)
166410eb Login backgrounds from unsplash collection (#936)
43cbde97 Remove "minimize" button from Player when in Desktop resolution
13e80e65 Fix issue with classes being removed from DOM. Fix #864
16e495a8 Revert: Fix theme not being applied to PlayerToolbar
1f2b5294 Allow theme customizing Login Page (#940)
a36a8c23 Fix LinkWrapping Error in the console #921 (#924)
5245b4c6 Fix cacheUndefined bug - #901 (#915)
3b0defef Fix UI loading redirections. Should fix #906
404253a8 Enable turn on/off Favorites/Loved feature. (#917)
5dfcb316 Remove unused prop from ArtistList (#926)
90cf1183 Fix context menu/heart column header alignment in SongList
b42532dd Fix theme not being applied to PlayerToolbar
ac37bf36 Refactored the current ⭐️/Star feature to ❤️/Love/Favourite feature. (#908)
db208600 Fix theme not being applied to Player's audioTitle
01ba00cc New component for mobile Artist List (#891)
e575825c Add /
to _
mapping for paths based on tags. (#888)
5abc2152 Hide BulkActionsToolbar after removing songs from playlist (#898)
210f34bb Update CONTRIBUTING.md
5e70e070 docs(contributing.md): Contributing guidelines added (#831)
a85b70e9 feat(github): add issue templates (#892)
515aa710 Move logger middleware to capture routing errors (ex: 405). (#877)
cdb387b2 Properly break long comment lines. Fix #855 (#856)
d5434d41 Add 'lint
to pre-push git hook
c46aa72e Add lint
script to UI project
4b68260b Move constant to consts.go
file
1、 navidrome_0.42.0_Linux_arm64.tar.gz 11.7MB
2、 navidrome_0.42.0_Linux_armv5.tar.gz 11.79MB
3、 navidrome_0.42.0_Linux_armv6.tar.gz 11.78MB
4、 navidrome_0.42.0_Linux_armv7.tar.gz 11.77MB
5、 navidrome_0.42.0_Linux_i386.tar.gz 12.06MB
6、 navidrome_0.42.0_Linux_x86_64.tar.gz 12.3MB
7、 navidrome_0.42.0_macOS_x86_64.tar.gz 12.05MB
8、 navidrome_0.42.0_Windows_i386.zip 11.77MB
9、 navidrome_0.42.0_Windows_x86_64.zip 11.95MB
10、 navidrome_checksums.txt 917B