Skip to content

Release 3.2.1: Documentation update and bug fixes

Pre-release
Pre-release
Compare
Choose a tag to compare
released this 30 Dec 16:27
· 107 commits to future3/main since this release
bd7bb78

Summary

  • This is minor update fixing some smaller issues and improving on the documentation side
  • Note: Cover Art is currently not being displayed. We are working on a solution.

How to update from version 3.2.0

Simply pull in the new changes from the repository

Summary

  • New GPIO backend based on GPIOZero including more sophisticated controls for inputs and outputs
  • Bluetooth Headset support with device buttons
  • Equalizer + Mono down mixer
  • Localization support for Webapp, current languages supported are English and German (help us translate!)
  • Timer support in Webapp and via RFID cards
  • Additional system information in Webapp like Battery status, CPU temperature or IP address
  • Preperation for Text-to-Speech + Read My IP as a first example
  • Bug fixes and stability improvements

How to update from version 3.1.1 or 3.1.0

IMPORTANT

GPIO support has been entirely re-implemented. This release will break with previous GPIO configurations. When updating, you must re-create your GPIO configuration.

sudo apt install -y python3-rpi.gpio python3-gpiozero espeak caps
git pull
rm -f shared/settings/gpio.yaml
diff ressources/default-setting/jukebox.yaml shared/settings/jukebox.yaml
# --> Manually merge diff with your favourite diff tool
# Reboot
# Read GPIO Recepies in the documentation and recreate gpio.yaml

Link to GPIO Recepies in the docs

For updating from all other versions, start with a fresh SD card.

What's Changed

New Contributors

Full Changelog: V3.2.0...V3.2.1