* added signature function which adds another file ("~/.passcrypt.sig" by default)
* added generating config if used for the first time - gpg-key is also generated by user dialog
* GPGKEY and GPGKEYS is exchanged for GPGKEY and RECIPIENTS while GPGKEY is a string identifying the signature key (recipients still can be multiple keys seperated by spaces)
* removed unnecessary options passed to gpg
* fix option parser groups and reordered/renamed options to better fit the intension
1.4.8
-----
Released: 2019-03-10
* [W] windows compatibility is restored and it seems even sccard is now working - mostly as sideeffect of the here documented fixes
* fixed gpg recipient from file scanning function
* fixed TAB autocompetion for pwcli - only was working on pwlip on which it's pretty senceless
* fixed for executor breaking on fancy unicode caracters of command output (hale to german umlauts)
* fix typo in changelog
1.4.7
-----
Released: 2019-03-09
* [W] again fixed a few windows related errors like text colorization
* fixed environment setting for GPGKEY/GPGKEYS wich, if not set would raise an error even though in that case all gpg-keys are used
* reimplemented timefile checker to only push to remote if remote is set ande time since last remote check is greater then 4h
* fixed executor methods didn't recognise input if given
1.4.6
-----
Released: 2019-02-20
* fixed wrong alignment of "ok" and "cancel" buttons
* merged with upstream which fixes executor handling input of commands correctly
* added github repo as homepage url and the download link (for deb packet) is fixed
* [W] some windows related issues fixed - paths, non-existent windows-lib imports, etc.
1.4.5
-----
Released: 2019-02-03
* fix passcrypt not beeing reencrypted if gpg-keys differ from those the passcrypt have been made with
* fix input (stdin) for command functions
* fix incorrect warning about depricated keys passed by paramiko (cryptography==2.4.2 dependency)
* some stylistic changes to docs
1.4.4
-----
Released: 2019-01-14
* fixed removing passcrypt file on filerotation
* merged changes from master fixing ssh lib which is broken by using paramiko caused me to use ssh system binary for now
* fixed typo in readme
* fixed error to not comply if no entrys are found
* completed implementation of key-generation dialog with nasty usability but only is needed once if no keys are found on first start
* [W] lots of updates for windows compatibility which is getting better again (regaining windows compatibility is ongoing)