Release Highlights
This release is mostly fixes, thanks to @chainsawsalad for submitting the reports!
Fix: fixdats write to CWD when in report-only mode
There was an issue where fixdats (--fixdat
) were writing to a temporary directory when in report-only mode (igir report
). They are now written to the current working directory, and the documentation has been updated to reflect this.
Fix: unextracted archives deleted correctly when moved
There was an issue where archives that weren't extracted (igir extract
) or re-zipped (igir zip
) wouldn't get deleted from the input directory when moving (igir move
). This has been fixed.
Feature: disabled progress bars for non-TTY output
This means that when redirecting igir
's output (e.g. igir [commands..] [options] > igir.log
) the output will be far more readable. This should help with submitting bug reports.
All changes
13 May 2023 - 6293fea
- v1.6.3 (#432)
13 May 2023 - e34e8f6
- Feature: in-memory cache file CRC32 calculation (#430)
12 May 2023 - 4e106ac
- Fix: de-duplicate raw file writes (#429)
12 May 2023 - 52e5257
- Fix: delete moved raw archives (#428)
12 May 2023 - 5278252
- Feature: disable progress bars for non-TTY output (#427)
12 May 2023 - 692a386
- Fix: write fixdats to cwd when in read-only mode (#426)