Release Highlights
Quite a few fixes & debug enhancements
- CLI icons in Windows no longer show as ⍰ (question mark inside a square box)
- Files in 7zip archives with an equals sign (=) are now parsed correctly
- Archives no longer have their full checksum calculated when in read-only mode (
igir report
) - When testing but not overwriting files, test existing files in the output directory and warn if they aren't correct (
igir test
) - Report some cumulative filesizes in various debug & trace logs
All changes
2 February 2023 - 8bebe9f
- v1.0.3 (#263)
2 February 2023 - 1ba176d
- Update: debug & trace logging updates (#262)
2 February 2023 - a0e88f1
- Feature: test files not being overwritten (#261)
2 February 2023 - 3898cc9
- Fix: don't calculate checksums for archive files in readonly mode (#260)
1 February 2023 - 0340ed0
- Chore: update dependencies (#258)
1 February 2023 - 1518043
- Fix: CLI icons in Windows (#250)
1 February 2023 - 06f179f
- Fix: band-aid onikienko/7zip-min#70 (#252)
1 February 2023 - d02ee0b
- Fix: retry listing 7z contents upon no entries (#253)
31 January 2023 - cfbad46
- Refactor: replace yauzl with unzipper (#251)
30 January 2023 - f467db1
- Feature: option to specify number of DAT processing threads (#248)