Skip to content

Latest commit

 

History

History
76 lines (63 loc) · 2.71 KB

CHANGELOG.md

File metadata and controls

76 lines (63 loc) · 2.71 KB

0.6.4.0

  • Minor bug fix

0.6.3.0

  • 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

0.6.2.1

  • Minor security fix
  • Cleaned codebase for easier readability
  • Minor refactor

0.6.2.0

  • 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!

0.6.0

  • Added ability to use custom HTML for newsletter emails
  • Added buildscript (using dotnet docker) for easier development

0.5.1

  • Cleaned up logging for easier readibility

0.5.0

  • 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

0.4.0

  • Added movie Functionality

0.3.3

  • Added Test Mail button (tsfoni)
  • Fixed issue where sometimes episode list would cause error due to empty list

0.3.2

  • 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

0.3.1

  • Fixed/cleaned newsletter episode formatting/counting and ranges
  • Updated Logo
  • Updated Template HTML to match what is currently being used
  • Cleanup

0.3.0

  • 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
  • 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

0.0.5

  • 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

0.0.1

  • Initial Alpha Release