- the old contents of the file will be shredded instead of being replaced - Python 3.10 added to supported platforms
0.5.7
- the initial `content_ver` is now computed from a huge random interval with no hard boundaries
0.5.6
- larger `content_ver` size now allows to rewrite an entry up to 2 trillion times - the number of randomly created and deleted dummy blocks now takes into account the size of the added entry
0.5.4
- changed the way blocks are identified. The secret name is no longer present in the header (which partially devalued KDF and allowed you to quickly reduce the number of brute-force passwords)
0.5.3
- byte with format version added inside each block - changed the size of the secret name and checksum
0.5.1
- random data in blocks is now encrypted (previously it was just random from `urandom`)