diff --git a/navidrome/CHANGELOG.md b/navidrome/CHANGELOG.md index 8638f80e6..2af70ebb2 100644 --- a/navidrome/CHANGELOG.md +++ b/navidrome/CHANGELOG.md @@ -1,14 +1,29 @@ +## 0.52.5-7 (20-08-2024) + +- Reduced access to media to read-only as write permissions are not required https://www.navidrome.org/docs/usage/security/#permissions +- Set the web UI link to use the default port +- Make config options work by splitting default values and schemas +- Exclude the cache from backups +- Expose more Navidrome config options + ## 0.52.5-6 (17-08-2024) + - Gave access to /media + ## 0.52.5-5 (16-08-2024) + - Minor bugs fixed + ## 0.52.5-4 (14-08-2024) + - Minor bugs fixed ## 0.52.5-3 (13-07-2024) + - Add rootfs to docker image ## 0.52.5-2 (22-05-2024) + - Minor bugs fixed ## 0.52.5 (22-05-2024) diff --git a/navidrome/config.json b/navidrome/config.json index 315dee278..23f5354b1 100644 --- a/navidrome/config.json +++ b/navidrome/config.json @@ -59,6 +59,6 @@ "slug": "navidrome", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/navidrome", - "version": "0.52.5-6", + "version": "0.52.5-7", "webui": "[PROTO:ssl]://[HOST]:[PORT:4533]" }