mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-04 19:21:26 +00:00
⬆️ Updating add-on Spotify Connect to b70f25b
This commit is contained in:
parent
9aa321500d
commit
45df26c884
4 changed files with 8 additions and 99 deletions
|
@ -1050,10 +1050,10 @@ SOFTWARE.
|
|||
[sonarr-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
||||
[sonarr-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg
|
||||
[sonarr-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
|
||||
[addon-spotify]: https://github.com/hassio-addons/addon-spotify-connect/tree/62ce0d1
|
||||
[addon-doc-spotify]: https://github.com/hassio-addons/addon-spotify-connect/blob/62ce0d1/README.md
|
||||
[addon-spotify]: https://github.com/hassio-addons/addon-spotify-connect/tree/b70f25b
|
||||
[addon-doc-spotify]: https://github.com/hassio-addons/addon-spotify-connect/blob/b70f25b/README.md
|
||||
[spotify-issue]: https://github.com/hassio-addons/addon-spotify-connect/issues
|
||||
[spotify-version-shield]: https://img.shields.io/badge/version-62ce0d1-blue.svg
|
||||
[spotify-version-shield]: https://img.shields.io/badge/version-b70f25b-blue.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-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
||||
|
|
|
@ -1,95 +1,4 @@
|
|||
# Changelog since v0.13.0
|
||||
- Remove unneeded volume checks (#291)
|
||||
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v17.2.1 (#289)
|
||||
|
||||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
||||
- ⬆️: migrate renovate config (#290)
|
||||
|
||||
* ⬆️: migrate config .github/renovate.json
|
||||
|
||||
* Prettified Code!
|
||||
|
||||
---------
|
||||
|
||||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
||||
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
|
||||
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v17.2.0 (#288)
|
||||
|
||||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
||||
- Fix autoplay (#287)
|
||||
- Fix problem with declaring bash variable with dash (#286)
|
||||
|
||||
* fix: initial volume variable name
|
||||
|
||||
* chore: it consistent with config
|
||||
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v17.1.5 (#285)
|
||||
|
||||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
||||
- Add librespot initial-volume option (#276)
|
||||
|
||||
* Adds initial-volume option.
|
||||
|
||||
* Adds initial-volume option.
|
||||
|
||||
* add constraints to ensure values stay within the valid range of 0-100
|
||||
|
||||
* Fixed translation issues.
|
||||
|
||||
* validate that the initial-volume value is within the valid range (0-100) before passing it to librespot.
|
||||
|
||||
* Improved documentation.
|
||||
|
||||
* Prettified Code!
|
||||
|
||||
* Update DOCS.md
|
||||
|
||||
Removed irrelevant description about behavior with different backends
|
||||
|
||||
* Update DOCS.md
|
||||
|
||||
* Update en.yaml
|
||||
|
||||
* Update hu.yaml
|
||||
|
||||
* Update it.yaml
|
||||
|
||||
---------
|
||||
|
||||
Co-authored-by: spoetnik <spoetnik@users.noreply.github.com>
|
||||
Co-authored-by: Franck Nijhof <git@frenck.dev>
|
||||
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v17.1.3 (#284)
|
||||
|
||||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
||||
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v17.1.2 (#283)
|
||||
|
||||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
||||
- 🎆 Update copyright year to 2025 in license and documentation files (#282)
|
||||
- Add librespot autoplay option (#254)
|
||||
|
||||
* autoplay
|
||||
|
||||
* Update spotify/config.yaml
|
||||
|
||||
Co-authored-by: Jorim Tielemans <tielemans.jorim@gmail.com>
|
||||
|
||||
---------
|
||||
|
||||
Co-authored-by: Jorim Tielemans <tielemans.jorim@gmail.com>
|
||||
Co-authored-by: Franck Nijhof <git@frenck.dev>
|
||||
- Upgrade base to 17.1.1 and resolve problems with building librespot 0.6.0 (#281)
|
||||
|
||||
* feat: upgrade to 17.1.0 and resolve problems with librespot 0.6.0
|
||||
|
||||
* fix: build librespot with libmdns
|
||||
|
||||
* ⬆️ Bump base image version to 17.1.1 in Dockerfile and build.yaml
|
||||
|
||||
---------
|
||||
|
||||
Co-authored-by: Franck Nijhof <git@frenck.dev>
|
||||
- ⬆️ Update alpine_3_18/git to v2.40.4-r0 (#280)
|
||||
|
||||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
||||
- ⬆️ Update librespot to 0.6.0 (#273)
|
||||
# Changelog since v0.14.0
|
||||
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v17.2.2 (#294)
|
||||
|
||||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
||||
|
|
|
@ -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]: 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-62ce0d1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-spotify-connect/tree/62ce0d1
|
||||
[release-shield]: https://img.shields.io/badge/version-b70f25b-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-spotify-connect/tree/b70f25b
|
||||
[screenshot]: https://github.com/hassio-addons/addon-spotify-connect/raw/main/images/screenshot.png
|
|
@ -1,5 +1,5 @@
|
|||
name: Spotify Connect
|
||||
version: 62ce0d1
|
||||
version: b70f25b
|
||||
slug: spotify
|
||||
description: Play Spotify music on your Home Assistant device
|
||||
url: https://github.com/hassio-addons/addon-spotify-connect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue