cargo ouch 0.5.0

latest release: 0.5.1
5 months ago

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


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! 🎉🎉


And a special thank you to @Flat for fixing our releases. ❤️

Full Changelog: 0.4.2...0.5.0

Don't miss a new ouch release

NewReleases is sending notifications on new releases.