Skip to content

v2.0.0-rc4

Pre-release
Pre-release

Choose a tag to compare

@semohr semohr released this 17 Mar 16:52
· 139 commits to release/2.0.0 since this release
c53212f

⚠️ 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 rc3:

  • make redis server connection configurable through $REDIS_URL by @lina-bh in #277
  • Set tmux shell on init by @semohr in #286
  • Eliminate duplicate python by @semohr in #287

New Contributors

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