Releases: AlphaDelta/WizTreeCompare
Releases · AlphaDelta/WizTreeCompare
v0.3.0-rc.4
Fixed a bug with the CSV parser not reading CSVs from non en-us locales.
Various bug fixes and speed improvements (as it turns out CsvHelper works faster without async)
v0.3.0-rc.3
Added a naive viewer, for cases where you may need to view a differential without WizTree.
Fixed various bugs and marginally improved performance.
Precompiled binaries now require dotnet 8
v0.3.0-rc.2
Added option:
- D - Include directories (increases file size by 20~30% depending on your file tree, without this option directory entries are skipped by default)
Modified option:
- f - Full differential (now also implies the aforementioned option 'D')
v0.3.0-rc.1
Added options:
- d - Dry run. Write to null stream.
- n - Include negative differences (deleted files and reduced/trunacted file sizes) !! Not compatible with WizTree
- u - Include zero differences (unchanged file sizes)
- f - Full differential (implies 'n' and 'u')
- p - Probe mode. Only important information will be output, numbers will not be made human readable.
- Y - Force yes on all questions
Callable like so: WizTreeCompare.exe dfpY ".\past.csv" ".\future.csv" NUL
v0.2.0
Applied fixes for DateTime parsing in CSVs
v0.1.0
Fix readme