Plexus Archiver 4.5.0
github-actions
released this
14 Sep 19:53
·
134 commits
to refs/heads/master
since this release
π New features and improvements
π Bug Fixes
- Fix
UnArchiver#isOverwrite
not working as expected (#229) @plamentotev
Existing files were overridden only ifUnArchiver#isOverwrite
was set and the existing files were older than the archive entry.
Now it works as documented: older files are always overridden; whenUnArchiver#isOverwrite
istrue
, existing files are always
overridden regardless if they are older or not.