v2.7.0: Spotify Integration, discontinuation of Buster support, Bugfixes
Caution
Do NOT use the latest RaspberryPi OS Bookworm release (also don't upgrade via apt) with the new kernel 6.6, if you need to use GPIO components . There have been incompatible changes for the RPi.GPIO library, so Buttons, Shims and Rfid Reader usage can be broken (#2295).
Using RaspberryPi OS Bullseye is the current recommendation as it does not use the new kernel.
Summary
Features
- Support for Spotify again!
- a prerelease of mopidy-spotify is used to bring back the spotify integration. Please see Spotify-FAQ for further information
- this includes startup speed improvements for mopidy due to playlists refresh optimization in the prerelease
- Raspberry Pi OS Buster and Python < 3.9 will not be supported/tested anymore with this release.
- official Buster support is running out by June 30th, 2024
- mopidy-spotify minimum support is Bullseye
Improvements
- some refactorings of the installation script
- better installation logging
- documentation updates
- version updates for github actions
Fixes
- fix for special characters entered during setup (spotify credentials, wifi, ...)
- fix for function calls from RotaryEncoder
- update defaults and fixed handling for some yes/no questions
- improved startup time for wifi in combination with the autohotspot feature
Note
Version 3 is becoming mature and will soon be the new default of Phoniebox. Therefore Version 2 is slowly going into a maintenance mode and no new features will be added to this version.
What's Changed
- Bump docker/setup-buildx-action from 3.1.0 to 3.2.0 by @dependabot in #2314
- Remove Buster Support by @AlvinSchiller in #2319
- README: Fix typo RC422 -> RC522 by @hoffie in #2333
- Spotify fixes by @AlvinSchiller in #2315
- Installation fixes and refactoring by @AlvinSchiller in #2350
- Fix button function call by @AlvinSchiller in #2355
- Update default handling for yes/no questions by @AlvinSchiller in #2357
- Release 2.7.0 by @AlvinSchiller in #2358
Full Changelog: v2.6.0...v2.7.0