diff --git a/README.md b/README.md index 06ead8b54..000a76cb4 100644 --- a/README.md +++ b/README.md @@ -770,10 +770,10 @@ SOFTWARE. [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-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-aircast]: https://github.com/hassio-addons/addon-aircast/tree/2d7ec69 -[addon-doc-aircast]: https://github.com/hassio-addons/addon-aircast/blob/2d7ec69/README.md +[addon-aircast]: https://github.com/hassio-addons/addon-aircast/tree/8e7b994 +[addon-doc-aircast]: https://github.com/hassio-addons/addon-aircast/blob/8e7b994/README.md [aircast-issue]: https://github.com/hassio-addons/addon-aircast/issues -[aircast-version-shield]: https://img.shields.io/badge/version-2d7ec69-blue.svg +[aircast-version-shield]: https://img.shields.io/badge/version-8e7b994-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 42f4b2646..c9018cb26 100644 --- a/aircast/CHANGELOG.md +++ b/aircast/CHANGELOG.md @@ -1,2 +1,18 @@ -# Changelog since v2.4.0 -- ⬆ Upgrades AirConnect to 0.2.28.3 (#33) +# Changelog since v2.4.1 +- Switch add-on base image to Debian (#41) +- Add new repository workflow (#40) + +* Add new repository workflow + +* Prettified Code! + +* Migrate Docker build arguments + +* Documentation tweaks + +* Address add-on lint errors + +Co-authored-by: frenck +- Upgrade Code of Conduct (#39) +- Happy New Year (#38) +- Cleanup repository (#37) diff --git a/aircast/DOCS.md b/aircast/DOCS.md index 7fe65f3cf..f022475d0 100644 --- a/aircast/DOCS.md +++ b/aircast/DOCS.md @@ -49,7 +49,7 @@ dealing with an unknown issue. Possible values are: - `debug`: Shows detailed debug information. - `info`: Normal (usually) interesting events. - `warning`: Exceptional occurrences that are not errors. -- `error`: Runtime errors that do not require immediate action. +- `error`: Runtime errors that do not require immediate action. - `fatal`: Something went terribly wrong. Add-on becomes unusable. Please note that each level automatically includes log messages from a @@ -137,12 +137,12 @@ is larger than the buffer in the Chromecast player, playback will stop by lack of audio. Note that `latency_rtp` does not delay playback start. > **Note**: `latency_rtp` and `latency_http` could have been merged into a -single `latency` parameter which would have set the max RTP frames holding time -as well as the duration of the initial additional silence (delay), -however, all Chromecast devices do properly their own buffering of HTTP audio -(i.e., they wait until they have received a certain amount of audio before -starting to play), then adding silence would have introduced an extra -unnecessary delay in playback. +> single `latency` parameter which would have set the max RTP frames holding time +> as well as the duration of the initial additional silence (delay), +> however, all Chromecast devices do properly their own buffering of HTTP audio +> (i.e., they wait until they have received a certain amount of audio before +> starting to play), then adding silence would have introduced an extra +> unnecessary delay in playback. ## Tweaking Aircast @@ -151,7 +151,7 @@ Assistant 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 -to the configuration file manually. +> to the configuration file manually. ## Known issues and limitations @@ -163,16 +163,15 @@ to the configuration file manually. ## Changelog & Releases This repository keeps a change log using [GitHub's releases][releases] -functionality. The format of the log is based on -[Keep a Changelog][keepchangelog]. +functionality. Releases are based on [Semantic Versioning][semver], and use the format -of ``MAJOR.MINOR.PATCH``. In a nutshell, the version will be incremented +of `MAJOR.MINOR.PATCH`. In a nutshell, the version will be incremented based on the following: -- ``MAJOR``: Incompatible or major changes. -- ``MINOR``: Backwards-compatible new features and enhancements. -- ``PATCH``: Backwards-compatible bugfixes and package updates. +- `MAJOR`: Incompatible or major changes. +- `MINOR`: Backwards-compatible new features and enhancements. +- `PATCH`: Backwards-compatible bugfixes and package updates. ## Support @@ -200,7 +199,7 @@ check [the contributor's page][contributors]. MIT License -Copyright (c) 2017-2020 Franck Nijhof +Copyright (c) 2017-2021 Franck Nijhof Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -223,11 +222,10 @@ SOFTWARE. [contributors]: https://github.com/hassio-addons/addon-aircast/graphs/contributors [discord-ha]: https://discord.gg/c5DvZ4e [discord]: https://discord.me/hassioaddons -[docs]: https://github.com/hassio-addons/addon-aircast/blob/master/aircast/DOCS.md +[docs]: https://github.com/hassio-addons/addon-aircast/blob/main/aircast/DOCS.md [forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-aircast/36742?u=frenck [frenck]: https://github.com/frenck [issue]: https://github.com/hassio-addons/addon-aircast/issues -[keepchangelog]: http://keepachangelog.com/en/1.0.0/ [reddit]: https://reddit.com/r/homeassistant [releases]: https://github.com/hassio-addons/addon-aircast/releases [semver]: http://semver.org/spec/v2.0.0.htm diff --git a/aircast/README.md b/aircast/README.md index 461eef063..8e50b7eaa 100644 --- a/aircast/README.md +++ b/aircast/README.md @@ -45,9 +45,9 @@ If you are more interested in stable releases of our add-ons: [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]: https://github.com/sponsors/frenck -[maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg +[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg [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-2d7ec69-blue.svg -[release]: https://github.com/hassio-addons/addon-aircast/tree/2d7ec69 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-8e7b994-blue.svg +[release]: https://github.com/hassio-addons/addon-aircast/tree/8e7b994 \ No newline at end of file diff --git a/aircast/config.json b/aircast/config.json index 5aecce078..9613ac005 100644 --- a/aircast/config.json +++ b/aircast/config.json @@ -1,6 +1,6 @@ { "name": "AirCast", - "version": "2d7ec69", + "version": "8e7b994", "slug": "aircast", "description": "AirPlay capabilities for your Chromecast devices.", "url": "https://github.com/hassio-addons/addon-aircast", @@ -12,9 +12,7 @@ "armv7", "i386" ], - "boot": "auto", "hassio_api": true, - "hassio_role": "default", "host_network": true, "map": [ "config:rw" @@ -32,5 +30,5 @@ "latency_http": "int", "drift": "bool" }, - "image": "hassioaddons/aircast-{arch}" + "image": "ghcr.io/hassio-addons/aircast/{arch}" } \ No newline at end of file