7.3.0 (2020-08-03)
- support header-encrypted archive (c2a24f3)
7.2.0 (2020-07-28)
7.1.0 (2020-07-27)
7.0.0 (2020-07-25)
- cleanup public entry points (70499bb)
- move Volume classes to volume package (c2405e0)
- simplify IO (b59fc78)
- add password parameter for inputstream archives (b218bb9)
- check if archive is password protected (c1b7728)
- support for password protected archives (4402afc), closes #48 #40
- public API changed
- public API changed
- name of classes have changed
6.0.1 (2020-07-21)
- inaccurate file times (b1f9638), closes edmund-wagner/junrar#20
6.0.0 (2020-07-19)
- exception inheritance (aece14d)
- migrate from commons-logging to SLF4J (e6f461b)
- remove deprecated code (99d4399)
- rollback dependency-analysis plugin version (29f8ab5)
- migrate from commons-logging to SLF4J
- RarException has changed
- remove ExtractArchive classes, use Junrar.extract instead
5.0.0 (2020-07-18)
- carved-out into its own repo
- minimum java version bumped from 6 to 8