What's Different?
Here is a summary of the most impactful user-facing changes out of 52 PRs:
- Support bzip3 (
.bz3
) (by @freijon in #522) - Support Brotli (
.br
) (by @killercup in #765) - Support decompressing from stdin (by @rcorre in #692)
- Add
rename
option when files conflict (by @talis-fb in #779) - Refactor logging into a separate thread (speedup + bugfix!) (by @AntoniosBarotsis in #642)
- Disable smart unpack when
-d/--dir
is provided (by @talis-fb in #782) - Support passwords in
decompress
andlist
(by @ttys3 in #646) - Store symlinks by default, use
--follow-symlinks
to ignore (by @tommady in #789) - Multithreaded
.zstd
compression (by @nalabrie in #689) - Add option to delete source file after decompression (by @ttys3 in #757)
- Add
--threads
flag to tweak concurrency (by @ttys3 in #760) - Feature-gate
.rar
support (by @cyqsimon in #566) - Use buffered I/O in
list
output (by @killercup in #764) - Ignore
.git/
when-g/--gitignore
is set (by @talis-fb in #795) - Fix handling of CJK filenames when decompressing
.rar
archives (by @ttys3 in #759) - Fix warnings not being shown before stdin interaction (by @marcospb19 in #745)
Full Changelog: 0.5.1...0.6.0
New Contributors (thank you!)
- @AntoniosBarotsis made their first contribution in #611
- @rcorre made their first contribution in #690
- @nalabrie made their first contribution in #689
- @ttys3 made their first contribution in #646
- @valoq made their first contribution in #725
- @freijon made their first contribution in #522
- @killercup made their first contribution in #764
- @talis-fb made their first contribution in #779
- @MisileLab made their first contribution in #790
- @qm3ster made their first contribution in #791
- @tommady made their first contribution in #789