mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 11:41:31 +00:00
⬆️ Updating add-on Spotify Connect to d0d76b3
This commit is contained in:
parent
b0c92f196c
commit
5e53f97d9a
4 changed files with 14 additions and 16 deletions
|
@ -935,10 +935,10 @@ SOFTWARE.
|
||||||
[ssh-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[ssh-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||||
[ssh-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
[ssh-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||||
[ssh-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
[ssh-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||||
[addon-spotify]: https://github.com/hassio-addons/addon-spotify-connect/tree/2f33461
|
[addon-spotify]: https://github.com/hassio-addons/addon-spotify-connect/tree/d0d76b3
|
||||||
[addon-doc-spotify]: https://github.com/hassio-addons/addon-spotify-connect/blob/2f33461/README.md
|
[addon-doc-spotify]: https://github.com/hassio-addons/addon-spotify-connect/blob/d0d76b3/README.md
|
||||||
[spotify-issue]: https://github.com/hassio-addons/addon-spotify-connect/issues
|
[spotify-issue]: https://github.com/hassio-addons/addon-spotify-connect/issues
|
||||||
[spotify-version-shield]: https://img.shields.io/badge/version-2f33461-blue.svg
|
[spotify-version-shield]: https://img.shields.io/badge/version-d0d76b3-blue.svg
|
||||||
[spotify-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
[spotify-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||||
[spotify-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
[spotify-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
[spotify-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
[spotify-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
||||||
|
|
|
@ -1,11 +1,8 @@
|
||||||
# Changelog since v0.10.0
|
# Changelog since v0.11.0
|
||||||
- 📚 Add My buttons to documentation (#169)
|
- ⬆️ Upgrades librespot to 0.4.1 (#174)
|
||||||
- 🔒 Sign add-on with Codenotary Community Attestation Service (CAS) (#168)
|
|
||||||
- ⬆️ Upgrades add-on base image to 11.1.0 (#167)
|
|
||||||
- ⬆️ Upgrades add-on base image to 11.0.1 (#166)
|
|
||||||
- 🎆 Updates maintenance/license year to 2022 (#165)
|
|
||||||
- Added Hungarian translation (#163)
|
|
||||||
|
|
||||||
Co-authored-by: Akos Balogh <aba@loriot.io>
|
* ⬆️ Upgrades librespot to 0.4.1
|
||||||
- 🚀 Update CI to latest version (#158)
|
|
||||||
- ⬆️ Upgrades add-on base image to 11.0.0 (#157)
|
* Fetch with CLI
|
||||||
|
- ⬆️ Upgrades add-on base image to 12.0.0 (#173)
|
||||||
|
- ⬆️ Upgrades git to 2.34.2-r0 (#172)
|
||||||
|
|
|
@ -52,6 +52,6 @@ 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-experimental-yellow.svg
|
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||||
[release-shield]: https://img.shields.io/badge/version-2f33461-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-d0d76b3-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-spotify-connect/tree/2f33461
|
[release]: https://github.com/hassio-addons/addon-spotify-connect/tree/d0d76b3
|
||||||
[screenshot]: https://github.com/hassio-addons/addon-spotify-connect/raw/main/images/screenshot.png
|
[screenshot]: https://github.com/hassio-addons/addon-spotify-connect/raw/main/images/screenshot.png
|
|
@ -8,6 +8,7 @@ codenotary: codenotary@frenck.dev
|
||||||
description: Play Spotify music on your Home Assistant device
|
description: Play Spotify music on your Home Assistant device
|
||||||
host_network: true
|
host_network: true
|
||||||
image: ghcr.io/hassio-addons/spotify/{arch}
|
image: ghcr.io/hassio-addons/spotify/{arch}
|
||||||
|
init: false
|
||||||
name: Spotify Connect
|
name: Spotify Connect
|
||||||
options:
|
options:
|
||||||
bitrate: 160
|
bitrate: 160
|
||||||
|
@ -20,4 +21,4 @@ schema:
|
||||||
username: str?
|
username: str?
|
||||||
slug: spotify
|
slug: spotify
|
||||||
url: https://github.com/hassio-addons/addon-spotify-connect
|
url: https://github.com/hassio-addons/addon-spotify-connect
|
||||||
version: 2f33461
|
version: d0d76b3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue