-----
Released: 2017-01-04
* beginning to tag linux related stuff within the changelog with [L],
windows entrys with [W] and OSX related ones with [O] if they are related
to that topic only
* fixed minor "try: except:" statement issues
* code cleanup, misspelling corrections & some other minor fixes
* renamed cypher library to secrecy while that better matches it's intension
* [W] continued windows implementation and again left it unfinished - gpg4win
only supports gpg-2.0 keys what made me confused using it with
gpg-2.1-made-keys which is incompatible when using ed25519-keys
* [W] ran into python-gnupg bugs where gpg signals have not been catched
(unsure if that is compromising somehow anyways)
* [W] implementing gpg4win giving me a hard time while many issues appear
which do not exists under linux regarding the libraries libusb and yubico
and PATH related issues as gpg4win does not use C:\Users\%USER% as home
directory for the personal .gnupg folder and so on...