mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-07 04:31:25 +00:00
🎉 Release of add-on Spotify Connect 0.4.0
This commit is contained in:
parent
826351c96b
commit
9a3ff50b8c
4 changed files with 28 additions and 12 deletions
|
@ -776,10 +776,10 @@ SOFTWARE.
|
|||
[ssh-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
[ssh-armhf-shield]: https://img.shields.io/badge/armhf-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/v0.3.0
|
||||
[addon-doc-spotify]: https://github.com/hassio-addons/addon-spotify-connect/blob/v0.3.0/README.md
|
||||
[addon-spotify]: https://github.com/hassio-addons/addon-spotify-connect/tree/v0.4.0
|
||||
[addon-doc-spotify]: https://github.com/hassio-addons/addon-spotify-connect/blob/v0.4.0/README.md
|
||||
[spotify-issue]: https://github.com/hassio-addons/addon-spotify-connect/issues
|
||||
[spotify-version-shield]: https://img.shields.io/badge/version-v0.3.0-blue.svg
|
||||
[spotify-version-shield]: https://img.shields.io/badge/version-v0.4.0-blue.svg
|
||||
[spotify-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/spotify.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
|
||||
|
|
|
@ -2,7 +2,23 @@
|
|||
|
||||
### Changed
|
||||
|
||||
- Upgrades Ubuntu Base image to 2.2.0
|
||||
- Adds Hassio API security role
|
||||
- Clarifies ARMv6 is not supported (#15) (@tjorim)
|
||||
- Removes BountySource links
|
||||
- Removes Anchore.io links
|
||||
- Fixes spelling error in Dockerfile
|
||||
- Upgrades cargo to 0.31.0-3ubuntu1~18.04.4
|
||||
- Upgrades git to 1:2.17.1-1ubuntu0.4
|
||||
- Upgrades libssl to 1.1.0g-2ubuntu4.3
|
||||
- Upgrades rustc to 1.30.0+dfsg1+llvm-2ubuntu1~18.04.1
|
||||
- Updates maintenance year to 2019
|
||||
- Refactor of GitLab CI
|
||||
- Upgrades add-on base image to 2.2.1
|
||||
- Configure Renovate (#22)
|
||||
- Upgrades libasound2 to 1.1.3-5ubuntu0.2
|
||||
- Upgrades Spotifyd to 0.2.4
|
||||
- Replaces add-on link with GitHub link
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-spotify-connect/compare/v0.2.1...v0.3.0
|
||||
[changelog]: https://github.com/hassio-addons/addon-spotify-connect/compare/v0.3.0...v0.4.0
|
||||
|
||||
Questions? Join our Discord server! https://discord.me/hassioaddons
|
||||
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck
|
|
@ -31,13 +31,13 @@ to do is hook up your sound system to the Pi!
|
|||
[buymeacoffee]: https://www.buymeacoffee.com/frenck
|
||||
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
|
||||
[discord]: https://discord.me/hassioaddons
|
||||
[docs]: https://github.com/hassio-addons/addon-spotify-connect/blob/v0.3.0/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-spotify-connect/blob/v0.4.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-spotify-connect/61210?u=frenck
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg
|
||||
[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-experimental-yellow.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.3.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-spotify-connect/tree/v0.3.0
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.4.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-spotify-connect/tree/v0.4.0
|
||||
[screenshot]: https://github.com/hassio-addons/addon-spotify-connect/raw/master/images/screenshot.png
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"name": "Spotify Connect",
|
||||
"version": "0.3.0",
|
||||
"version": "0.4.0",
|
||||
"slug": "spotify",
|
||||
"description": "Play Spotify music on your Home Assistant device",
|
||||
"url": "https://community.home-assistant.io/t/community-hass-io-add-on-spotify-connect/61210?u=frenck",
|
||||
"url": "https://github.com/hassio-addons/addon-spotify-connect",
|
||||
"startup": "services",
|
||||
"arch": [
|
||||
"aarch64",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue