* Negative threshold values are now allowed, and reverse the test for background vs. foreground. This can be used for PDFs with dark backgrounds and light foregrounds.
Bug fixes:
* Minor improvements.
0.2.012
-------------------------
* Updated documentation.
* Removed typing dependency (fixed in PySimpleGUI27).
0.2.11
Not secure
-------------------
New features:
* The GUI interface has been updated slightly to be easier to use.
* Added a new option ``--version`` that just prints out the pdfCropMargins version number.
0.2.10
Not secure
-------------------
Bug fixes:
* Fixed minor bug in handling negative thresholds and improved display in GUI when ``--gsBbox`` is selected.
* Fixed a bug in the restore option which caused it to fail when pre-cropping was used. It previously saved (and restored) the modified pre-crop values.
* Fixed the wait-indicator message (displayed during cropping) not becoming visible in recent versions of PySimpleGUI.
0.2.9
Not secure
------------------
New features:
* Users can now call the program from their Python code by importing the ``crop`` function.
0.1.6
Not secure
------------------
Bug fixes:
* Added typing dependency for GUI with Python <= 3.4.