🎉 Release of add-on Spotify Connect 0.2.0

This commit is contained in:
Community Hass.io Add-ons Bot 2018-08-18 13:56:24 +00:00
parent 529bbb5755
commit caf2c44cb6
4 changed files with 32 additions and 10 deletions

View file

@ -622,10 +622,10 @@ SOFTWARE.
[shinobi-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [shinobi-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[shinobi-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [shinobi-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[shinobi-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg [shinobi-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-spotify]: https://github.com/hassio-addons/addon-spotify-connect/tree/v0.1.0 [addon-spotify]: https://github.com/hassio-addons/addon-spotify-connect/tree/v0.2.0
[addon-doc-spotify]: https://github.com/hassio-addons/addon-spotify-connect/blob/v0.1.0/README.md [addon-doc-spotify]: https://github.com/hassio-addons/addon-spotify-connect/blob/v0.2.0/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-v0.1.0-blue.svg [spotify-version-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg
[spotify-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/spotify.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-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

View file

@ -1 +1,16 @@
Initial release 🎉 [Full Changelog][changelog]
### Added
- Secrets support and HaveIBeenPwned checks
### Changed
- Upgrades base image to v2.1.0
- Sets default Shell
- Less aggressive cleanup
- Sets default Shell
- Pins Ubuntu packages to specific versions
- Updates README and links
[changelog]: https://github.com/hassio-addons/addon-spotify-connect/compare/v0.1.0...v0.2.0

View file

@ -6,6 +6,8 @@
[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee] [![Buy me a coffee][buymeacoffee-shield]][buymeacoffee]
[![Support my work on Patreon][patreon-shield]][patreon]
Play Spotify music on your Home Assistant device. Play Spotify music on your Home Assistant device.
## About ## About
@ -43,13 +45,15 @@ 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-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
[buymeacoffee]: https://www.buymeacoffee.com/frenck [buymeacoffee]: https://www.buymeacoffee.com/frenck
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg [discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.gg/c5DvZ4e [discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-spotify-connect/blob/v0.1.0/README.md [docs]: https://github.com/hassio-addons/addon-spotify-connect/blob/v0.2.0/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [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 [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/2018.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 [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-v0.1.0-blue.svg [release-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg
[release]: https://github.com/hassio-addons/addon-spotify-connect/tree/v0.1.0 [release]: https://github.com/hassio-addons/addon-spotify-connect/tree/v0.2.0
[screenshot]: https://github.com/hassio-addons/addon-spotify-connect/raw/master/images/screenshot.png [screenshot]: https://github.com/hassio-addons/addon-spotify-connect/raw/master/images/screenshot.png

View file

@ -1,6 +1,6 @@
{ {
"name": "Spotify Connect", "name": "Spotify Connect",
"version": "0.1.0", "version": "0.2.0",
"slug": "spotify", "slug": "spotify",
"description": "Play Spotify music on your Home Assistant device", "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://community.home-assistant.io/t/community-hass-io-add-on-spotify-connect/61210?u=frenck",
@ -11,6 +11,9 @@
"armhf", "armhf",
"i386" "i386"
], ],
"map": [
"config"
],
"boot": "auto", "boot": "auto",
"hassio_api": true, "hassio_api": true,
"homeassistant_api": false, "homeassistant_api": false,