* Fixed breaking changes from Joplin API in version 1.4.19 * rest_uploader as of version 1.13.0 will not work with versions of Joplin prior to 1.4.19
1.12.0
* Added additional error handling and better output
1.11.0
* Refactoring the imaging module out of rest_uploader and into its own img_processor module for reusability * Added logic and command line switches (-r, -m) for autorotation and moving/"sweeping" files after uploading. Run rest-uploader --help
1.10.0
* Fixed minor but annoying typo on a print statement
1.9.0
* Immediately realized closing application if Joplin isn't running is a bad idea in the case of startup scripts, etc - fixed logic to wait * Made use of the tempfile library which made life easier