Skip to content

v3.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@pabera pabera released this 07 Dec 20:02
· 71 commits to future3/main since this release
c0d5a20

Summary

  • Bookworm Support
  • Documentation in Github (removed Sphinx and Readthedocs)
  • Webapp Dependency updates
  • Python Dependency updates
  • Python venv
  • Better Dockerfiles
  • Installation fixes

Note

With Bookworm Debian followed Pythons PEP668. To fully support this all python plugins
are now installed in an virtual environment located in the project root ~/RPi-Jukebox-RFID/.venv.

This changes the way configuration scripts need to be run, as the venv has to be activated first.
To do this execute the command source ~/RPi-Jukebox-RFID/.venv/bin/activate prior to calling any python script manually.
If the venv was activated correctly your terminal should have now a prefix (.venv)
If you want to leave the venv again execute deactivate.

How to update

As there are some significant changes in the installation, a new setup on a fresh image is required.

What's Changed

New Contributors

Full Changelog: V3.2.1...v3.3.0