Skip to content

v3.6.0: Full Bookworm support (GPIO), 64-bit, ...

Choose a tag to compare

@github-actions github-actions released this 04 Mar 21:55
4fa84fd

Caution

Raspberry Pi OS Trixie is not yet supported.
Using Raspberry Pi OS Bookworm is the current recommendation.

Summary

Features

  • #2470 Replace RPi.GPIO with rpi-lgpio
    • Due to the replacement of the lib, some changes in behavior take place. Please see here for more information.
    • #2568 fix lgpio build for armv6 and python 3.13
  • #1943 Event Device Support (evdev)
  • #1970 Shutdown after [Time] idle
    • #2332 Add Idle Shutdown Timer support
  • #2352 Allow to enable/disable Cover Art in Web App & load from filesystem
  • #2425 lift 64bit restriction
  • #2557 Improve IRQ configuration and fallback handling for RC522 SPI RFID reader
  • #2412 add basic mqtt support
  • #2380 Add INA219 battery sensor

Fixes

  • #2239 github actions update
  • #2284 Add markdown linting
  • #2292 search filter in library
  • #2293 Stop Back Action at audiofolder root level
  • #2307 Build libzmq locally to work on all host types
  • #2320 Add Python 3.12 to Action
  • #2323 Fix PlayerMPD.rewind to start with the first song
  • #2325 Fix CoverartCacheManager
  • #2326 Fix PlayerMPD.prev/next() when stopped
  • #2351 docker build after pyzmq update
  • #2498 fix evdev breakingchange
  • #2444 RDM6300 configuration bug
    • #2450 Use correct raspi-config command for bookworm
  • #2339 fix bad utils.get_config_action invocations

Documentation

  • #2257 Extract docs for battery monitor
  • #2284 Add markdown linting
  • #2300 Manually upgrade to the latest version
  • #2301 Fix GPIO shutdown button naming
  • #2484 Fix the url to Autohotspot docs
  • #2616 installation instructions for new imager version

Chore

  • various dependabot updates

What's Changed

New Contributors

Full Changelog: v3.5.3...v3.6.0