🎉 Release of add-on AirCast 2.3.1

This commit is contained in:
Community Hass.io Add-ons Bot 2020-04-14 11:27:42 +00:00
parent 916f850c1f
commit b1f7cf1620
4 changed files with 12 additions and 14 deletions

View file

@ -811,10 +811,10 @@ SOFTWARE.
[adguard-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [adguard-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[adguard-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [adguard-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[adguard-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg [adguard-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-aircast]: https://github.com/hassio-addons/addon-aircast/tree/v2.3.0 [addon-aircast]: https://github.com/hassio-addons/addon-aircast/tree/v2.3.1
[addon-doc-aircast]: https://github.com/hassio-addons/addon-aircast/blob/v2.3.0/README.md [addon-doc-aircast]: https://github.com/hassio-addons/addon-aircast/blob/v2.3.1/README.md
[aircast-issue]: https://github.com/hassio-addons/addon-aircast/issues [aircast-issue]: https://github.com/hassio-addons/addon-aircast/issues
[aircast-version-shield]: https://img.shields.io/badge/version-v2.3.0-blue.svg [aircast-version-shield]: https://img.shields.io/badge/version-v2.3.1-blue.svg
[aircast-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/aircast-amd64.svg [aircast-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/aircast-amd64.svg
[aircast-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -4,14 +4,11 @@ This is a general maintenance release.
### 🔨 Changed ### 🔨 Changed
- :hammer: Update add-on config with new password & list features - :arrow_up: Upgrades base image to v5.1.0
- :books: Update add-on documentation to use new YAML configuration format - :arrow_up: Upgrades AirConnect to 0.2.24.7
- :hammer: Re-branding - :hammer: Disable Docker init
- :arrow_up: Upgrades add-on base image to v5.0.1
- :hammer: Update community forum links
- :arrow_up: Upgrades AirConnect to 0.2.24.1
[changelog]: https://github.com/hassio-addons/addon-aircast/compare/v2.2.2...v2.3.0 [changelog]: https://github.com/hassio-addons/addon-aircast/compare/v2.3.0...v2.3.1
Questions? Join our Discord server! https://discord.me/hassioaddons Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: Enjoying my add-ons? Consider supporting my work:

View file

@ -40,7 +40,7 @@ If you are more interested in stable releases of our add-ons:
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons [discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-aircast/blob/v2.3.0/README.md [docs]: https://github.com/hassio-addons/addon-aircast/blob/v2.3.1/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-aircast/36742?u=frenck [forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-aircast/36742?u=frenck
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png [github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
@ -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-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
[patreon]: https://www.patreon.com/frenck [patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
[release-shield]: https://img.shields.io/badge/version-v2.3.0-blue.svg [release-shield]: https://img.shields.io/badge/version-v2.3.1-blue.svg
[release]: https://github.com/hassio-addons/addon-aircast/tree/v2.3.0 [release]: https://github.com/hassio-addons/addon-aircast/tree/v2.3.1

View file

@ -1,10 +1,11 @@
{ {
"name": "AirCast", "name": "AirCast",
"version": "2.3.0", "version": "2.3.1",
"slug": "aircast", "slug": "aircast",
"description": "AirPlay capabilities for your Chromecast devices.", "description": "AirPlay capabilities for your Chromecast devices.",
"url": "https://github.com/hassio-addons/addon-aircast", "url": "https://github.com/hassio-addons/addon-aircast",
"startup": "services", "startup": "services",
"init": false,
"arch": [ "arch": [
"aarch64", "aarch64",
"amd64", "amd64",