Important
v0.6.0 introduced breaking change when upgrading from v0.5.
Carefully read the upgrade notes of previous release.
🐳 New docker images
This release is available in the following tags : v0.6, v0.6.2 and latest
Recommended tag :
ghcr.io/seaweedbraincy/jellyfin-newsletter:v0.6
Exact tag :
ghcr.io/seaweedbraincy/jellyfin-newsletter:v0.6.2
Latest tag:
ghcr.io/seaweedbraincy/jellyfin-newsletter:latest
What's fixed
- Fix #26 & Fix #27
- Due to a difference of definition of 1st day of week between usual/standard crontab and APScheduler, the use day_of_the_week in cron expression was buggy with an offset of 1 day (crontab starts week on sun, while APScheduler, used by the project starts day on mon).
- Jellyfin-Newsletter cron expression is now consistent with usual/standard crontab expression, i.e. with a week starting on sun