diff --git a/README.md b/README.md index a3c9f92e..de82609c 100644 --- a/README.md +++ b/README.md @@ -1010,10 +1010,10 @@ SOFTWARE. [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-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-spotify]: https://github.com/hassio-addons/addon-spotify-connect/tree/v0.6.1 -[addon-doc-spotify]: https://github.com/hassio-addons/addon-spotify-connect/blob/v0.6.1/README.md +[addon-spotify]: https://github.com/hassio-addons/addon-spotify-connect/tree/v0.7.0 +[addon-doc-spotify]: https://github.com/hassio-addons/addon-spotify-connect/blob/v0.7.0/README.md [spotify-issue]: https://github.com/hassio-addons/addon-spotify-connect/issues -[spotify-version-shield]: https://img.shields.io/badge/version-v0.6.1-blue.svg +[spotify-version-shield]: https://img.shields.io/badge/version-v0.7.0-blue.svg [spotify-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/spotify-amd64.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 diff --git a/spotify/CHANGELOG.md b/spotify/CHANGELOG.md index 724f0282..32b01c90 100644 --- a/spotify/CHANGELOG.md +++ b/spotify/CHANGELOG.md @@ -4,12 +4,21 @@ This general maintenance release. ### :hammer: Changes -- :arrow_up: Upgrades add-on base image to v3.2.0 -- :arrow_up: Upgrades cargo to 0.36.0-0ubuntu1~18.04.1 -- :arrow_up: Upgrades libssl-dev to 1.1.1-1ubuntu2.1~18.04.4 -- :arrow_up: Upgrades rustc to 1.35.0+dfsg0.1+llvm-0ubuntu1~18.04.1 +- :arrow_up: Upgrades Spotifyd to 0.2.20 +- :arrow_up: Upgrades libssl-dev to 1.1.1-1ubuntu2.1~18.04.5 +- :fireworks: Updates maintenance/license year to 2020 +- :books: Adjust add-on installation instructions +- :pencil2: Funding adjustments +- :pencil2: Fixes some spelling and grammar +- :arrow_up: Upgrades add-on base image to v4.0.3 +- :arrow_up: Upgrades cargo to 0.38.0-0ubuntu1~18.04.1 +- :arrow_up: Upgrades git to 1:2.17.1-1ubuntu0.5 +- :arrow_up: Upgrades rustc to 1.37.0+dfsg1+llvm-1ubuntu1~18.04.1 +- :ambulance: :sparkles: Fix login issue, allow discovery mode +- :books: Update add-on documentation for discovery mode -[changelog]: https://github.com/hassio-addons/addon-spotify-connect/compare/v0.6.0...v0.6.1 +[changelog]: https://github.com/hassio-addons/addon-spotify-connect/compare/v0.6.1...v0.7.0 Questions? Join our Discord server! https://discord.me/hassioaddons -Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck \ No newline at end of file +Enjoying my add-ons? Consider supporting my work: +https://github.com/sponsors/frenck or https://patreon.com/frenck \ No newline at end of file diff --git a/spotify/README.md b/spotify/README.md index 6f7503c5..9c8b6ee7 100644 --- a/spotify/README.md +++ b/spotify/README.md @@ -4,9 +4,9 @@ [![Discord][discord-shield]][discord] [![Community Forum][forum-shield]][forum] -[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee] +[![Sponsor Frenck via GitHub Sponsors][github-sponsors-shield]][github-sponsors] -[![Support my work on Patreon][patreon-shield]][patreon] +[![Support Frenck on Patreon][patreon-shield]][patreon] Play Spotify music on your Home Assistant device. @@ -43,17 +43,17 @@ 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]: 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.6.1/README.md +[docs]: https://github.com/hassio-addons/addon-spotify-connect/blob/v0.7.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/2019.svg -[patreon-shield]: https://www.frenck.nl/images/patreon.png +[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 +[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-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-v0.6.1-blue.svg -[release]: https://github.com/hassio-addons/addon-spotify-connect/tree/v0.6.1 +[release-shield]: https://img.shields.io/badge/version-v0.7.0-blue.svg +[release]: https://github.com/hassio-addons/addon-spotify-connect/tree/v0.7.0 [screenshot]: https://github.com/hassio-addons/addon-spotify-connect/raw/master/images/screenshot.png \ No newline at end of file diff --git a/spotify/config.json b/spotify/config.json index c3f5ab92..97039ea5 100644 --- a/spotify/config.json +++ b/spotify/config.json @@ -1,6 +1,6 @@ { "name": "Spotify Connect", - "version": "0.6.1", + "version": "0.7.0", "slug": "spotify", "description": "Play Spotify music on your Home Assistant device", "url": "https://github.com/hassio-addons/addon-spotify-connect",