CHANGELOG (728B)
1 # Changelog 2 3 ## [2.0] - 2019-05-23 4 ### Added 5 - Encryption support using XChaCha20-Poly1305. 6 - dup-check(1) to check repo consistency. 7 - dup-gc(1) to perform garbage collection on a repo. 8 - dup-init(1) to initialize a repo. 9 - dup-pack(1) to create a snapshot. 10 - dup-rm(1) to remove a snapshot. 11 - dup-unpack(1) to extract a snapshot. 12 13 ### Changed 14 - Change file format specification. Requires manual migration of data. 15 - Use libsodium generic hash API. 16 17 ### Removed 18 - Support for hash type selection. 19 20 ## [1.0] - 2019-04-14 21 ### Added 22 - Support for blake2bp, which is parallel variant of blake2b. 23 - Support for blake2s and blake2sp. 24 - Support for snappy compressor/decompressor. 25 26 ## [0.9] - 2019-03-26 27 ### Added 28 - Initial release.