Releases: alekdavis/PlexBackup
Additional restore checks
Log user name
Fixed some typos and started logging user name.
Added 'Machine' flag to address error 87
The Machine
flag is intended to address a rare error 87: The parameter is incorrect
reported by some customers. To use this workaround use the value of x86
if your Plex Media Server executable is a 32-bit version and amd64
if it is a 64-bit version.
Improved 7-zip error reporting
Removed catch
blocks that suppressed caught exceptions and added error messages for 7-zip errors.
Fixed email attachment bug
Fixed a bug that caused email notification error due to inability to attach open log file.
Fixed wrong email sent after initialization error
And some other minor fixes.
Module loading improvements
Better handle module loading.
Improved external module handling
Added capability to require min/max version check for external module dependencies.
Minor bug fixes and refactoring
Fixed a couple of minor bugs (e.g. issue #52). Refactored some code. Corrected typos.
Bug fix (typo)
Fixed typo in code that caused a runtime error.