Releases: mholt/archives
Releases · mholt/archives
v0.1.2
What's Changed
- Make DeepFS.SplitPath public & fix nested ext bug by @bplaxco in #26
- fix(brotli): better brotli detection heuristics by @darkliquid in #30
- feat(rar): add support for multi-volume rar archives by @darkliquid in #33
New Contributors
- @bplaxco made their first contribution in #26
- @darkliquid made their first contribution in #30
Full Changelog: v0.1.1...v0.1.2
v0.1.1
This release adds support for MinLZ format, enables customizing Gnu headers in tar archives, and has some bug fixes.
What's Changed
- tar: add GNU header (close #13) by @M0Rf30 in #14
- Upgrade github.com/nwaples/rardecode to v2.1.0 by @rgmz in #15
- Fix error closing files from Filesystem by @WillAbides in #18
- tar: mimic fakeroot behaviour by @M0Rf30 in #22
New Contributors
- @M0Rf30 made their first contribution in #14
- @rgmz made their first contribution in #15
- @WillAbides made their first contribution in #18
Full Changelog: v0.1.0...v0.1.1