- Minor bug fix
- Major code refactoring.
- Added additional data tags (see README.md)
- Database updates for new available Tags.
- Catch all for any missed tags in newsletter output.
- Alert for "Test mail" button.
- Better error logging/handling.
- Added template files to Plugin directory
- Plugin now pulls from these files as default values instead of hardcoded values in codebase
- Minor security fix
- Cleaned codebase for easier readability
- Minor refactor
- Updated support for the latest Jellyfin Server release (10.9.0)
- Fixed Scheduled Scan task completion meter. Now accurately gives percentage of completion.
- Added {Date} to allow for autogenerated dates to be added to HTML body
- More updates on the way, finally have a little down time. Thank you for all the support!
- Added ability to use custom HTML for newsletter emails
- Added buildscript (using dotnet docker) for easier development
- Cleaned up logging for easier readibility
- Added JF Poster Serving Functionality
- Allows users to set HOSTNAME/URL to their JF server to serve poster images directly from JF, bypassing any limitations on 3rd parties such as Imgur
- Plugin config page optimization/cleanup
- Added movie Functionality
- Added Test Mail button (tsfoni)
- Fixed issue where sometimes episode list would cause error due to empty list
- Fixed/cleaned newsletter episode formatting/counting and ranges
- Re-org of some logic to catch more errors
- This will allow scan to continue even after error occurs instead of halting the scan
- Updated Logo
- Updated Template HTML to match what is currently being used
- Cleanup
- Fixed/cleaned newsletter episode formatting/counting and ranges
- Updated Logo
- Updated Template HTML to match what is currently being used
- Cleanup
- Major overhaul to backend data processing
- Now implementing SQLite services instead of TXT formatting.
- This will affect current users! Scans prior to this release will not be imported over. I apologize for this inconvenience
- Now implementing SQLite services instead of TXT formatting.
- Added a catch to Imgur's upload limit.
- Processing will now stop when limit is reached, and resume on the next scan
- Progress bar functionality is now operational in Scheduled Tasks
- Code cleanup
- Merged cleanup/readability submitted by tsfoni
- Major overhaul to backend file processing
- Removed requirement/limitation on google image search API
- Now pulling posters from Jellyfin Server
- Now pulling episode list from Jellyfin server rather than manually discovering files in filesystem
- This will allow future improvements, such as Movie scanning
- Removed requirement/limitation on google image search API
- Initial Alpha Release