Skip to content

Releases: xyb/chunksum

v0.6.0

19 Nov 13:52
@xyb xyb
Compare
Choose a tag to compare
  • support for specifying a file, files, directories, or read content from stdin
  • run with same number of multi-processes as cpu
  • fix the dest of soft link missing issue
  • fix permission deined issue
  • fix progress bar length when path include asian characters
  • auto adjust progress bar when the windows size changed

v0.5.0

15 Nov 15:02
@xyb xyb
Compare
Choose a tag to compare
  • add the total progress bar
  • more user-friendly command line interface

v0.4.0

15 Nov 05:54
@xyb xyb
Compare
Choose a tag to compare
  • specify a chunksums file to find incremental updates

v0.3.0

06 Nov 16:04
@xyb xyb
Compare
Choose a tag to compare
  • fix support for python 3.7 and 3.8

v0.2.1

06 Nov 12:01
@xyb xyb
Compare
Choose a tag to compare
  • fix giga definition

v0.2.0

06 Nov 09:08
@xyb xyb
Compare
Choose a tag to compare
  • add parser
  • support python 3.7+

init

05 Nov 14:28
@xyb xyb
Compare
Choose a tag to compare
  • Split files into chunks using the FastCDC algorithm
  • Print md5sum-like reports for logging and future analysis
  • Support for specifying average chunk size
  • Support using sha2 and blake2 to build checksums