diff --git a/README.md b/README.md index 3c05c318..4e7d8cc7 100644 --- a/README.md +++ b/README.md @@ -437,10 +437,10 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -[addon-aircast]: https://github.com/hassio-addons/addon-aircast/tree/v0.6.0 -[addon-doc-aircast]: https://github.com/hassio-addons/addon-aircast/blob/v0.6.0/README.md +[addon-aircast]: https://github.com/hassio-addons/addon-aircast/tree/v1.0.0 +[addon-doc-aircast]: https://github.com/hassio-addons/addon-aircast/blob/v1.0.0/README.md [aircast-issue]: https://github.com/hassio-addons/addon-aircast/issues -[aircast-version-shield]: https://img.shields.io/badge/version-v0.6.0-blue.svg +[aircast-version-shield]: https://img.shields.io/badge/version-v1.0.0-blue.svg [aircast-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/aircast-armhf.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 diff --git a/aircast/CHANGELOG.md b/aircast/CHANGELOG.md index a8942b55..7d341cb6 100644 --- a/aircast/CHANGELOG.md +++ b/aircast/CHANGELOG.md @@ -1,13 +1,14 @@ [Full Changelog][changelog] -### Added - -- Adds support for tweaking AirCast using its configuration file (#6) -- Documents tweaking possibilities using a configuration file (#6) - ### Changed -- Sets volume range to 100% (#8) -- Upgrades airconnect/aircast to 0.2.1.1 (#9) +- Upgrades base image to v2.1.0 +- Upgrades libssl1.0.0 to 1.0.2n-1ubuntu5.1 +- Less aggressive cleanup +- Upgrades aircast to 0.2.2.0 +- Updates README and links +- Upgrades hadolint to latest +- Sets default Shell +- Marks add-on stable -[changelog]: https://github.com/hassio-addons/addon-aircast/compare/v0.5.0...v0.6.0 \ No newline at end of file +[changelog]: https://github.com/hassio-addons/addon-aircast/compare/v0.6.0...v1.0.0 \ No newline at end of file diff --git a/aircast/README.md b/aircast/README.md index 6ee5c8e6..b300fa5e 100644 --- a/aircast/README.md +++ b/aircast/README.md @@ -6,6 +6,8 @@ [![Buy me a coffee][buymeacoffee-shield]][buymeacoffee] +[![Support my work on Patreon][patreon-shield]][patreon] + AirPlay capabilities for your Chromecast players. ## About @@ -38,12 +40,14 @@ If you are more interested in stable releases of our add-ons: [buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg [buymeacoffee]: https://www.buymeacoffee.com/frenck -[discord-shield]: https://img.shields.io/discord/330944238910963714.svg -[discord]: https://discord.gg/c5DvZ4e -[docs]: https://github.com/hassio-addons/addon-aircast/blob/v0.6.0/README.md +[discord-shield]: https://img.shields.io/discord/478094546522079232.svg +[discord]: https://discord.me/hassioaddons +[docs]: https://github.com/hassio-addons/addon-aircast/blob/v1.0.0/README.md [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum]: https://community.home-assistant.io/t/community-hass-io-add-on-aircast/36742?u=frenck [maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg -[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-v0.6.0-blue.svg -[release]: https://github.com/hassio-addons/addon-aircast/tree/v0.6.0 \ No newline at end of file +[patreon-shield]: https://www.frenck.nl/images/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-v1.0.0-blue.svg +[release]: https://github.com/hassio-addons/addon-aircast/tree/v1.0.0 \ No newline at end of file diff --git a/aircast/config.json b/aircast/config.json index 5120ca39..c3340e2c 100644 --- a/aircast/config.json +++ b/aircast/config.json @@ -1,6 +1,6 @@ { "name": "AirCast", - "version": "0.6.0", + "version": "1.0.0", "slug": "aircast", "description": "AirPlay capabilities for your Chromecast devices.", "url": "https://community.home-assistant.io/t/community-hass-io-add-on-aircast/36742?u=frenck",