- Fixed: application named with version isn't detected as installer on macOS/Linux.
- Fixed: memory error reading ".warc.zst" files with compressed dictionaries.
- Fixed: corrupted data reading and file offsets for highly compressed ".warc.zst" files.
- Fixed: exclude-check from verify command not respected.
- Fixed: ANSI codes written to log files.
- Fixed: corrupted decoding Chunk-Transfer Encoding in cases where data aligns within a boundary.
- Fixed: false positive Payload Digest problem during verify for "revisit" records.
- Added: Get command for exporting/extracting single records.
- Added: Record-at-time compression check to verify.
- Added: Zstandard (.warc.zst) support.
- Changed:
compress
: structs now take a configuration, renamed function for reading concatenated members - Added
warc::PushDecoder
.
- Fixed: HTTP decoder (and Extract command) incorrectly truncated data with Content-Length.
- Fixed: Verify functionality: block and payload digest checks were not functional.
- Added: filter options for Extract command.
- Added: extract option for Export command.
- Changed: Made the EndOfFile message explicit for the Export and Import commands.
- First release.