-
Notifications
You must be signed in to change notification settings - Fork 11
Version 2.x
Dan edited this page Apr 15, 2018
·
5 revisions
Version 2 is the next step in the product where I can focus on implementing features that aren't so pressing for me.
- Add decompression of gzipped files
- Cleanup of the C++ code
- Use of binary files as database keys #20
- Import database UI unclear #22
- Database text very small om Meizu PRO5 #23
- Password box shows password by default #24
- Use a combo box for key selection when opening the database #25
- Can't create new databases
- Can't write KeepPass2 kdbx databases
- Can't show password history
Acknowledgements (I am building Keepit on the shoulders of these giants):
- The creators of KeePass2 (http://keepass.info/)
- Lee Thomason for tinyxml2 (http://www.grinninglizard.com)
- The creators of Crypto++ (https://www.cryptopp.com/)
- The creators of Beru (http://rschroll.github.io/beru/)
- The creators of zlib (http://www.zlib.net/)
- Gao Dasheng