fix(deps): bump librespot to 0.7.0 (#1687)

* fix(deps): bump librespot to 0.7.0

* Bumps librespot to 0.7.0
* Changes worker authentication to use login5
* Solves minor API changes
* Adds alsa-lib to nix shell

* fix(ci): add libasound2 build dependency

* docs: updates changelog

* fix: Don't build with Rodio backend by default

Allow users to explicitly specify Librespot audio backend. This way we can also
drop the ALSA dependencies again.

---------

Co-authored-by: Henrik Friedrichsen <henrik@affekt.org>
This commit is contained in:
Tomas Guinzburg
2025-08-25 15:47:39 +02:00
committed by GitHub
parent 195b9fa260
commit e5e4c97431
7 changed files with 338 additions and 764 deletions

View File

@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.3.1]
### Fixed
- Bug preventing any type of playback due to spotify API changes.
- Bug preventing retrieval of new song metadata from spotify.
## [1.3.0]
### Added