Skip to content

Releases: navidrome/navidrome

v0.7.0

07 Feb 23:34
Compare
Choose a tag to compare

Here's the integrated Music Player

It's here! The music player is available, and you can play full albums and/or add individual songs to the play queue. Feedback is very welcome!

Also this new version is more responsive in small screens

v0.6.2

07 Feb 03:09
Compare
Choose a tag to compare

Changelog

e33d230 fix: support multiple year formats in the date tag (#63)

v0.6.1

06 Feb 13:57
Compare
Choose a tag to compare

Changelog

c8d6f2d fix: add m4b to mime-type list (#62)

v0.6.0

06 Feb 04:32
Compare
Choose a tag to compare

Changelog

Initial support for transcoding/downsampling.

If EnableDownsampling is set, Navidrome will try to downsample media files based on the maxBitRate requested by the client. You can customize the DownsampleCommand to try different ffmpeg configurations (Opus FTW \o/)

Login for regular users

Now regular users can login to the Web UI.

All changes:

8372dee feat: experimental downsampling support
2dbd645 feat: show server version in User Menu
6978790 feat: allow regular users to login to the UI
e0308ac feat: add lapsed time to SQL logger, to help detect SQL bottlenecks
6dfe56c feat: transcoding info in responses, to enable Jamstash to play transcoded FLAC. hardcoded for now
e5e3551 fix: initialize mimetypes for tests
4dffcb7 fix: removed invalid make rule
79b0f1f docs: add link to ffmpeg static binaries download
6e2454f refactor: add -i to ffmpeg ProbeCommand. make it more consistent with the DownsampleCommand

v0.5.0

03 Feb 23:18
Compare
Choose a tag to compare

Changelog

Big Refactor in the DB layer:

  • Introducing schema migrations, which will allow automatic upgrades to the DB model in future versions

Other changes:

Better logging
4d06d25 fix: relative path was not working for rootFolder started with '.' (issue: #35)
0d64fb0 feat: disable scanner if ScanInterval is set to 0

v0.4.2

01 Feb 18:17
Compare
Choose a tag to compare

Changelog

c9f5625 fix: skip files with errors during scan

v0.4.1

30 Jan 21:45
Compare
Choose a tag to compare

Changelog

90a1e6d feat: add server name and version to all responses
482350c build: run tests in Dockerfile
64388b2 fix: correct description meta in index.html

v0.3.2

27 Jan 20:20
Compare
Choose a tag to compare

Changelog

1278863 feat: support clients that send the API params as a x-www-form-urlencoded POST (ex: play:Sub)
ac4aa1e feat: PORT env var can override configured port
b7d7251 fix: user's email is not mandatory

v0.3.1

27 Jan 02:00
Compare
Choose a tag to compare

Changelog

13390c2 fix: add git sha and tag to built image

v0.3.0

27 Jan 01:24
Compare
Choose a tag to compare

Changelog

476c695 ci: create binaries with goreleaser