diff --git a/lms/CHANGELOG.md b/lms/CHANGELOG.md index 62fb547..f6f4aa2 100644 --- a/lms/CHANGELOG.md +++ b/lms/CHANGELOG.md @@ -1,11 +1,18 @@ +## [8.4.0.0] 2023-03-04 + +### Warning + - For 8.x series realted to baby(Radio) firmware see http://github.com/pssc/ha-addon-lms + +### Changes + - Update to LMS 8.4.0 + ## [8.3.1.61] 2023-02-14 + ### Changes - Update to debian base 7.3.1 ## [8.3.1.60] 2023-02-06 -### Warning - - For 8.x series realted to baby(Radio) firmware see http://github.com/pssc/ha-addon-lms ### Fixes - for package install prompting #68 diff --git a/lms/Dockerfile b/lms/Dockerfile index f14de86..1962210 100644 --- a/lms/Dockerfile +++ b/lms/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:7.2.0 +ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:7.3.1 # ARGS... @@ -20,7 +20,7 @@ RUN apt-get -qq -y update && \ patch rsync nasm make gcc g++ libc-bin zlib1g-dev libgd-dev libmodule-install-perl bzip2 build-essential pkg-config file libjpeg-dev && \ mkdir -p /tmp/sources && \ cd /tmp/sources && \ - git clone --depth 1 https://github.com/Logitech/slimserver-vendor -b public/8.3 && \ + git clone --depth 1 https://github.com/Logitech/slimserver-vendor -b public/8.4 && \ mkdir -p tmp && \ cd slimserver-vendor/CPAN && \ mkdir -p build/include build/lib && \ @@ -39,7 +39,7 @@ FROM base # Bump cpan build to same version if possible ARG url="http://www.mysqueezebox.com/update/?version=8.0&revision=1&geturl=1&os=deb" -ARG purl="http://downloads.slimdevices.com/LogitechMediaServer_v8.3.1/logitechmediaserver_8.3.1_all.deb" +ARG purl="https://downloads.slimdevices.com/LogitechMediaServer_v8.4.0/logitechmediaserver_8.4.0_all.deb" ARG debug=true ARG target_uid=1000 ARG BUILD_ARCH diff --git a/lms/README.md b/lms/README.md index 5726a9e..6d78406 100644 --- a/lms/README.md +++ b/lms/README.md @@ -7,7 +7,7 @@ A complete and easy way to run the [Logitech Media Server][lms]. [![Open your Home Assistant instance and show the add add-on repository dialog with a specific repository URL pre-filled.](https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg)](https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fpssc%2Fha-addon-lms%2F) or use the following addon repo manually https://github.com/pssc/ha-addon-lms/ in the supervisor addon tab following the stacked triple dots and selecting repositories. -This addon is based on the debian package for version 8.3.1 from https://downloads.slimdevices.com/ +This addon is based on the debian package for version 8.4.0 from https://downloads.slimdevices.com/ | :warning: Unfortunately the latest Squeezebox Radio firmware (7.7.3) comes with a bug which prevents it from connecting correctly to Logitech Media Server 8+. See https://github.com/Logitech/slimserver#sb-radio-and-logitech-media-server-8 for details and an easy mitigation. | | --- | @@ -33,7 +33,7 @@ The i386 build is becomming increasingly difficult and should be considered at r [maintenance-shield]: https://img.shields.io/maintenance/yes/2024.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-beta-yellow.svg -[release-shield]: https://img.shields.io/badge/version-v8.3.1.61-blue.svg +[release-shield]: https://img.shields.io/badge/version-v8.4.0.0-blue.svg [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [discord-shield]: https://img.shields.io/discord/478094546522079232.svg diff --git a/lms/config.json b/lms/config.json index 3f4a7bd..067c965 100644 --- a/lms/config.json +++ b/lms/config.json @@ -1,6 +1,6 @@ { "name": "Logitech Media Server", - "version": "8.3.1.61", + "version": "8.4.0.0", "slug": "lms", "description": "Logitech Media Server, SqueezeBox Server & UPNP Music Server", "url": "https://github.com/pssc/ha-addon-lms/",