- Implements [Issue 27](https://github.com/dynobo/normcap/issues/27): Show system notification after OCR completed.
0.1.5
- Fixes [Issue 81](https://github.com/dynobo/normcap/issues/81): Unhandled exception when user selected no region - Related to the one above: Skip OCR if selected area is tiny (below 25 square pixels) - Updates dependencies which also now get pinned - Move away from pipenv, using plain setuptools and requirements.txt's instead.
0.1.4
- Add fallback for Wayland DE on Linux, see [Issue 76](https://github.com/dynobo/normcap/issues/76#issue-605722434)
0.1.3
- Use the development version of PyInstaller for building Windows binaries to get [the not yet released bugfix](https://github.com/pyinstaller/pyinstaller/commit/91481570517707fc70aa70dca9eb986c61eac35d)
0.1.2
- Update Bleach Package to avoid potential vulnerability - Switched to standard tesseract train-data for Windows - Improve performance by skipping unnecessary tests
0.1.1
Not secure
- Update PyInstaller to avoid potential vulnerability