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
Fixes
- #2367 fix button
hold_mode
SecondFunc
andSecondFuncRepeat
behavior. The secondary function is no longer triggered additionally to the primary function.
⚠️ This is an incompatible change of the behavior! Existing configurations may need to adapt to this. - #2435 fix Spotify authentication
⚠️ Spotify changed authentication, see here for details https://github.com/mopidy/mopidy-spotify/discussions/405
Check https://github.com/MiczFlor/RPi-Jukebox-RFID/wiki/Spotify-FAQ how to configure authentication.
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.2.0 to 3.3.0 by @dependabot in #2362
- Fix button SecondFunc trigger by @AlvinSchiller in #2367
- Add markdownlint config and action for V2 by @s-martin in #2369
- (maint) fix formatting by @s-martin in #2371
- maint: Use flake8 config file by @s-martin in #2338
- document working cards for rc522 by @s-martin in #2374
- Bump DavidAnson/markdownlint-cli2-action from 15 to 16 by @dependabot in #2379
- Bump docker/build-push-action from 5 to 6 by @dependabot in #2394
- Bump docker/setup-qemu-action from 3.0.0 to 3.2.0 by @dependabot in #2411
- Bump docker/setup-buildx-action from 3.3.0 to 3.6.1 by @dependabot in #2410
- Bump DavidAnson/markdownlint-cli2-action from 16 to 17 by @dependabot in #2434
- Delete tests/htdocs/inc/SetWlanIpMailTest.php by @s-martin in #2448
- Bump docker/setup-buildx-action from 3.6.1 to 3.7.1 by @dependabot in #2447
- Fix FROM as casing warning by @s-martin in #2449
- Fix Spotify authentication by @s-martin in #2435
- Release v2.8.0 by @AlvinSchiller in #2368
Full Changelog: v2.7.0...v2.8.0