What's Changed
* Added logging into a file. by yesseruser in https://github.com/yesseruser/YesserPackageUpdater/pull/33
* Added --log-debug and --clear-log arguments. by yesseruser in https://github.com/yesseruser/YesserPackageUpdater/pull/34
* The message shown when yesserpackageupdater is outdated when using the script on Windows now displays correctly. by yesseruser in https://github.com/yesseruser/YesserPackageUpdater/pull/35
Use `--log-debug` to log debug logs. Use `--clear-log` to clear the log file before logging into it.
The log file can be found at `<package install location (do not copy)>/logs`.
You can find the package install location by running:
pip show yesserpackageupdater
on Windows or
pip3 show yesserpackageupdater
on Unix-based systems (Linux, Mac, etc.)
and adding `/yesserpackageupdater` to the value shown next to `Location:`
**Full Changelog**: https://github.com/yesseruser/YesserPackageUpdater/compare/1.4.4...1.5.0