Releases: raulfraile/distill
Releases · raulfraile/distill
v0.9.10
v0.9.9
- Fix extracting in the current directory
- hhvm and PHP7 checks in Travis
- Bugfixes
v0.9.8
- Fixed issue with the native tar extractor when directories are not present in the file
v0.9.7
- Fixed bug with case-sensitive OS.
- Minor fixes and improvements.
v0.9.6
- General improvements and bug fixes.
- Improved the test suite.
v0.9.5
- Improved test suite.
- Bug fixes.
v0.9.4
- Added support for several formats: .ar, .deb, .cpio and .shar
v0.9.3
- Support for chained extraction (e.g. file.zip.rar.xz.gz).
- Extract gzip files using the zlib extension.
- Extract bzip2 files using the bzip2 extension.
v0.9.2
- Improved format checking process in 7zip
- Added additional formats
v0.9.1
- Improved test suite
- Support for JAR files
- Minor fixes