🎉 Release of add-on AirCast 3.1.0

This commit is contained in:
Community Hass.io Add-ons Bot 2021-05-02 19:42:25 +00:00
parent 8a316241f1
commit 3e4a1e7df2
5 changed files with 68 additions and 16 deletions

View file

@ -713,10 +713,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/v3.0.0
[addon-doc-aircast]: https://github.com/hassio-addons/addon-aircast/blob/v3.0.0/README.md
[addon-aircast]: https://github.com/hassio-addons/addon-aircast/tree/v3.1.0
[addon-doc-aircast]: https://github.com/hassio-addons/addon-aircast/blob/v3.1.0/README.md
[aircast-issue]: https://github.com/hassio-addons/addon-aircast/issues
[aircast-version-shield]: https://img.shields.io/badge/version-v3.0.0-blue.svg
[aircast-version-shield]: https://img.shields.io/badge/version-v3.1.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

View file

@ -1,16 +1,40 @@
## Whats changed
No big changes, but still a major release!
The add-on is now published via GitHub and the add-on itself now runs on Debian.
## ✨ New features
- Add translation support @frenck (#70)
## 🐛 Bug fixes
- Mark address option optional @frenck (#71)
## 🧰 Maintenance
- Cleanup repository @frenck (#37)
- Happy New Year @frenck (#38)
- Upgrade Code of Conduct @frenck (#39)
- Add new repository workflow @frenck (#40)
- Apply updated repository structure & CI workflow @frenck (#68)
## ⬆️ Dependency updates
- Switch add-on base image to Debian @frenck (#41)
- ⬆ Upgrades AirConnect to 0.2.43.1 @frenck (#42)
- ⬆️ Bump frenck/action-addon-linter from v1.3.1 to v1.4 @dependabot (#44)
- ⬆️ Bump actions/stale from v3.0.14 to v3.0.15 @dependabot (#43)
- ⬆️ Bump frenck/action-yamllint from v1.0.2 to v1.1 @dependabot (#45)
- ⬆️ Bump actions/cache from v2.1.3 to v2.1.4 @dependabot (#46)
- ⬆️ Bump actionshub/markdownlint from 2.0.0 to 2.0.2 @dependabot (#47)
- ⬆️ Bump actions/stale from v3.0.15 to v3.0.16 @dependabot (#48)
- ⬆️ Bump frenck/action-addon-linter from v1.4 to v2 @dependabot (#49)
- ⬆️ Bump release-drafter/release-drafter from v5.13.0 to v5.14.0 @dependabot (#51)
- ⬆️ Bump docker/build-push-action from v2.2.2 to v2.3.0 @dependabot (#52)
- ⬆️ Bump actions/stale from v3.0.16 to v3.0.17 @dependabot (#53)
- ⬆️ Bump actions/stale from v3.0.17 to v3.0.18 @dependabot (#54)
- ⬆️ Bump release-drafter/release-drafter from v5.14.0 to v5.15.0 @dependabot (#56)
- ⬆️ Bump ludeeus/action-shellcheck from 1.0.0 to 1.1.0 @dependabot (#57)
- ⬆️ Bump docker/build-push-action from v2.3.0 to v2.4.0 @dependabot (#58)
- ⬆️ Bump docker/setup-qemu-action from v1.0.1 to v1.0.2 @dependabot (#59)
- ⬆️ Bump docker/setup-buildx-action from v1.1.1 to v1.1.2 @dependabot (#60)
- ⬆️ Bump actions/cache from v2.1.4 to v2.1.5 @dependabot (#61)
- ⬆️ Bump brpaz/hadolint-action from v1.3.1 to v1.4.0 @dependabot (#62)
- ⬆️ Bump docker/setup-qemu-action from v1.0.2 to v1.1.0 @dependabot (#63)
- ⬆️ Bump docker/setup-buildx-action from v1.1.2 to v1.2.0 @dependabot (#64)
- ⬆️ Bump docker/login-action from v1.8.0 to v1.9.0 @dependabot (#65)
- ⬆️ Bump docker/setup-buildx-action from v1.2.0 to v1.3.0 @dependabot (#66)
- ⬆️ Upgrades add-on base image to v4.2.0 @frenck (#67)
- ⬆️ Upgrades AirConnect to 0.2.53.1 @frenck (#69)

View file

@ -30,5 +30,5 @@ and the real Chromecast player.
[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.0.0-blue.svg
[release]: https://github.com/hassio-addons/addon-aircast/tree/v3.0.0
[release-shield]: https://img.shields.io/badge/version-v3.1.0-blue.svg
[release]: https://github.com/hassio-addons/addon-aircast/tree/v3.1.0

View file

@ -1,6 +1,6 @@
{
"name": "AirCast",
"version": "3.0.0",
"version": "3.1.0",
"slug": "aircast",
"description": "AirPlay capabilities for your Chromecast devices.",
"url": "https://github.com/hassio-addons/addon-aircast",
@ -18,14 +18,13 @@
"config:rw"
],
"options": {
"address": "",
"latency_rtp": 0,
"latency_http": 0,
"drift": false
},
"schema": {
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
"address": "str",
"address": "str?",
"latency_rtp": "int",
"latency_http": "int",
"drift": "bool"

View file

@ -0,0 +1,29 @@
---
configuration:
log_level:
name: Log level
description: >-
Controls the level of log details the add-on provides.
address:
name: Address
description: >-
Allows you to specify the IP address the AirCast server needs to
bind to.
latency_rtp:
name: RTP Latency
description: >-
Allows you to tweak the buffering, which is needed when the audio is
stuttering (e.g., low-quality network). This option specifies the number
of ms the add-on has to buffer the RTP audio (AirPlay). Setting this value
below 500ms is not recommended! Setting the value to 0 makes the add-on
to get the value from AirPlay.
latency_http:
name: HTTP Latency
description: >-
Allows you to tweak the buffering, which is needed when the audio is
stuttering (e.g., low-quality network). This option specifies the number
of ms the add-on has to buffer the HTTP audio.
drift:
name: Drift
description: >-
Allow to let timing reference drift (no click).