Skip to content

Releases: steffenfritz/filedriller

v1.0-BETA-9

07 Feb 12:11
Compare
Choose a tag to compare
  • Fixes #25
    • empty files are no more reported to the error log
    • for empty files the SizeInByte field gets a "0" and is not NULL

v1.0-BETA-8

27 Dec 16:40
333fa92
Compare
Choose a tag to compare
  • Added creation, modification, access and birth time #20
  • Refactored from filepath.Walk to filepath.WalkDir for performance
  • Fixed a bug with special directory names containing slashes as part of the directory name #22

v1.0-BETA-7

v1.0-BETA-6

08 May 22:26
Compare
Choose a tag to compare
  • added a progress bar
  • added a separate error log
  • removed too verbose stdout logging
  • fixed output for empty files
  • refactoring