Skip to content

v2.0.0-rc3

Pre-release
Pre-release

Choose a tag to compare

@semohr semohr released this 09 Mar 17:27
· 156 commits to release/2.0.0 since this release
0bb07c7

⚠️ Breaking Changes ⚠️

  • Base image changed: The container base image is now python:3.12-slim (previously python:3.11-alpine). If you use a custom startup.sh, please verify compatibility, as Alpine-specific tooling and shell behavior may differ #212
  • Changed config option: gui.inbox.folders.your_inbox.autotag no longer accepts false, use "off" instead. (This was needed for consistency for the new config validation)

Changes since rc2:

  • Allow PUID as alternative to USER_ID by @pSpitzner in #271
  • Changed heuristic for archive checks to only use file extensions by @semohr in #285

Full Changelog: v2.0.0-rc2...v2.0.0-rc3