What's new in 0.5.0
?
New Features
- Add
.rar
support (decompression and listing, see clarification below) (#529 by @lmkra) - Add
.7z
support (#555 by @Flat)
Improvements
- Switch to the faster
lz4
implementation,lz4_flex
(#445 by @PSeitz) - Improve error message when decompressing with missing extensions (#518 by @marcospb19)
- Strip binary when building with cargo (#535 by @marcospb19)
- Completions: hint generator to expand to file paths (#508 by @marcospb19)
Bug Fixes
- Fix size unit inconsistency (#502 by @marcospb19)
- Fix unaligned output when using parallelism (#509 by @marcospb19)
Clarifications about .rar
support
The added .rar
support includes unpacking (decompressing and listing) but not packing (compressing a new archive), that's due to RAR's license restrictions, as it only allows their proprietary software (WinRAR) to pack new archives.
With that in mind, we advice you not to use .rar
if possible, instead, use .zip
, .tar.gz
, .tar.zst
, .tar.xz
or .tar
with other supported format.
New Contributors
Thanks to everyone who helped with this release! 🎉🎉
- @PSeitz made their first contribution in #445
- @lmkra made their first contribution in #529
- @Flat made their first contribution in #555
And a special thank you to @Flat for fixing our releases. ❤️
Full Changelog: 0.4.2...0.5.0