diff --git a/README.md b/README.md index a764fe47..337187bc 100644 --- a/README.md +++ b/README.md @@ -705,10 +705,10 @@ SOFTWARE. [ssh-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [ssh-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [ssh-i386-shield]: https://img.shields.io/badge/i386-no-red.svg -[addon-aircast]: https://github.com/hassio-addons/addon-aircast/tree/v3.6.1 -[addon-doc-aircast]: https://github.com/hassio-addons/addon-aircast/blob/v3.6.1/README.md +[addon-aircast]: https://github.com/hassio-addons/addon-aircast/tree/v4.0.0 +[addon-doc-aircast]: https://github.com/hassio-addons/addon-aircast/blob/v4.0.0/README.md [aircast-issue]: https://github.com/hassio-addons/addon-aircast/issues -[aircast-version-shield]: https://img.shields.io/badge/version-v3.6.1-blue.svg +[aircast-version-shield]: https://img.shields.io/badge/version-v4.0.0-blue.svg [aircast-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [aircast-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [aircast-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg diff --git a/aircast/CHANGELOG.md b/aircast/CHANGELOG.md index 8f695705..8671e8b1 100644 --- a/aircast/CHANGELOG.md +++ b/aircast/CHANGELOG.md @@ -1,5 +1,9 @@ ## What’s changed -## ⬆️ Dependency updates +## 🚨 Breaking changes -- ⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v7.2.0 @renovate ([#187](https://github.com/hassio-addons/addon-aircast/pull/187)) +- Drop support for i386 @frenck ([#188](https://github.com/hassio-addons/addon-aircast/pull/188)) + +## 🚀 Enhancements + +- Migrate Aircast config out of Home Assistant config folder @frenck ([#192](https://github.com/hassio-addons/addon-aircast/pull/192)) diff --git a/aircast/DOCS.md b/aircast/DOCS.md index b60b1959..ad5b1dd6 100644 --- a/aircast/DOCS.md +++ b/aircast/DOCS.md @@ -151,8 +151,8 @@ lack of audio. Note that `latency_rtp` does not delay playback start. ## Tweaking Aircast -Aircast creates a configuration file called `aircast.xml` in your Home -Assistant configuration directory. This file allows you to tweak each device +Aircast creates a configuration file called `aircast.xml` in the add-on +configuration directory. This file allows you to tweak each device separately. Every time it finds a new device, it will be added to that file. > **NOTE**: It is HIGHLY recommended to stop the addon before making changes diff --git a/aircast/README.md b/aircast/README.md index ed8e150e..9704e5ef 100644 --- a/aircast/README.md +++ b/aircast/README.md @@ -49,5 +49,5 @@ If you are more interested in stable releases of our add-ons: [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png [patreon]: https://www.patreon.com/frenck [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg -[release-shield]: https://img.shields.io/badge/version-v3.6.1-blue.svg -[release]: https://github.com/hassio-addons/addon-aircast/tree/v3.6.1 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v4.0.0-blue.svg +[release]: https://github.com/hassio-addons/addon-aircast/tree/v4.0.0 \ No newline at end of file diff --git a/aircast/config.yaml b/aircast/config.yaml index 1e4c5330..b0a77785 100644 --- a/aircast/config.yaml +++ b/aircast/config.yaml @@ -1,5 +1,5 @@ name: AirCast -version: 3.6.1 +version: 4.0.0 slug: aircast description: AirPlay capabilities for your Chromecast devices. url: https://github.com/hassio-addons/addon-aircast @@ -10,11 +10,11 @@ arch: - aarch64 - amd64 - armv7 -- i386 hassio_api: true host_network: true map: -- config:rw +- addon_config:rw +- homeassistant_config:rw options: latency_rtp: 0 latency_http: 0