- Decode all currently known NT file attributes. - Avoid rare IndexError when decompressing malformed archives. - Handle archives with multiple different passwords gracefully in CLI. - Print comments in ASCII box with a title to improve clarity in CLI.
0.4.1
- Allow passwords to be specified as str or bytes, not only str.
0.4.0
- Add support for encrypted archives using 160-bit blowfish. - Fix division by zero when using the CLI to list an archive containing directory members.
0.3.0
- Implement decompression of archive and file comments. - Fix exception in decompression of ACE 1.0 archives using compression method 1 (LZ77).