Important
This is a beta release.
❤️ Your help is very important to help ship this new major version
Please carefully read the v1.0.0 beta 1 release note if you're upgrading from <= v0.10
🐳 New docker images
This release is available in the following tags : v1.0.0-beta.3, beta.
Exact tag :
ghcr.io/seaweedbraincy/jellyfin-newsletter:1.0.0-beta.3.
Beta tag :
ghcr.io/seaweedbraincy/jellyfin-newsletter:beta.
🧰 What's fixed
- TLS minimum supported version for SMTP connections has been downgraded to
1.2from1.3to maximize interoperability with the SMTP providers. TLS 1.2 is still a supported and secured TLS version. Fix #119. PR #121 by @SeaweedbrainCY. - Fix a display error causing the "next newsletter run" to always be "0001-01-01T00:00:00Z" instead of the real datetime. This did not impact cron jobs, only false datetime in logged output. Fix #120. PR #123 by @SeaweedbrainCY
❤️ Special thanks to
- @filou1003 for the bug report and beta testing