| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-11-08 | 3.2 kB | |
| v2.8.0_ Fix Spotify Authentication source code.tar.gz | 2024-11-08 | 9.7 MB | |
| v2.8.0_ Fix Spotify Authentication source code.zip | 2024-11-08 | 9.9 MB | |
| Totals: 3 Items | 19.6 MB | 0 | |
[!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_modeSecondFuncandSecondFuncRepeatbehavior. The secondary function is no longer triggered additionally to the primary function. :warning: This is an incompatible change of the behavior! Existing configurations may need to adapt to this. - [#2435] fix Spotify authentication :warning: 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 https://github.com/MiczFlor/RPi-Jukebox-RFID/pull/2362
- Fix button SecondFunc trigger by @AlvinSchiller in https://github.com/MiczFlor/RPi-Jukebox-RFID/pull/2367
- Add markdownlint config and action for V2 by @s-martin in https://github.com/MiczFlor/RPi-Jukebox-RFID/pull/2369
- (maint) fix formatting by @s-martin in https://github.com/MiczFlor/RPi-Jukebox-RFID/pull/2371
- maint: Use flake8 config file by @s-martin in https://github.com/MiczFlor/RPi-Jukebox-RFID/pull/2338
- document working cards for rc522 by @s-martin in https://github.com/MiczFlor/RPi-Jukebox-RFID/pull/2374
- Bump DavidAnson/markdownlint-cli2-action from 15 to 16 by @dependabot in https://github.com/MiczFlor/RPi-Jukebox-RFID/pull/2379
- Bump docker/build-push-action from 5 to 6 by @dependabot in https://github.com/MiczFlor/RPi-Jukebox-RFID/pull/2394
- Bump docker/setup-qemu-action from 3.0.0 to 3.2.0 by @dependabot in https://github.com/MiczFlor/RPi-Jukebox-RFID/pull/2411
- Bump docker/setup-buildx-action from 3.3.0 to 3.6.1 by @dependabot in https://github.com/MiczFlor/RPi-Jukebox-RFID/pull/2410
- Bump DavidAnson/markdownlint-cli2-action from 16 to 17 by @dependabot in https://github.com/MiczFlor/RPi-Jukebox-RFID/pull/2434
- Delete tests/htdocs/inc/SetWlanIpMailTest.php by @s-martin in https://github.com/MiczFlor/RPi-Jukebox-RFID/pull/2448
- Bump docker/setup-buildx-action from 3.6.1 to 3.7.1 by @dependabot in https://github.com/MiczFlor/RPi-Jukebox-RFID/pull/2447
- Fix FROM as casing warning by @s-martin in https://github.com/MiczFlor/RPi-Jukebox-RFID/pull/2449
- Fix Spotify authentication by @s-martin in https://github.com/MiczFlor/RPi-Jukebox-RFID/pull/2435
- Release v2.8.0 by @AlvinSchiller in https://github.com/MiczFlor/RPi-Jukebox-RFID/pull/2368
Full Changelog: https://github.com/MiczFlor/RPi-Jukebox-RFID/compare/v2.7.0...v2.8.0