🐳 New docker images
This release is available in the following tags : v0.8, v0.8.2 and latest
Recommended tag :
ghcr.io/seaweedbraincy/jellyfin-newsletter:v0.8
Exact tag :
ghcr.io/seaweedbraincy/jellyfin-newsletter:v0.8.2
Latest tag:
ghcr.io/seaweedbraincy/jellyfin-newsletter:latest
✨ What's new
- Docker deployment pipeline improved to ease the use on fork repositories. PR #53 by @a-mnich.
- Optimize the docker building process and add hardening steps. PR #57 by @Utesgui
- Add a complete dry-run feature to ease the setup and debugging while contributing. This include HTML preview, metadata saving and SMTP testing. More info. PR #60 by @idomp
🧰 What's fixed
- Fix an issue causing the whole newsletter application to crash when a requested media item is not available in TMDB anymore. PR #54 by @a-mnich
- Fix an issue causing the
display_overview_max_itemsitem to be treated asFalsewhen equaled to 0. PR #58 by @Utesgui - Suppress a warning due to an invalid escape sequence when saving the last newsletter date in a text file. PR #56 by @Utesgui
- Only save last newsletter date if dry-run mode is disabled. PR #62 by @a-mnich
- Fix an issue causing the script to crash if no production date are provided by Jellyfin. Issue #61. By @SeaweedbrainCY