Skip to content

Plexus Archiver 4.5.0

Compare
Choose a tag to compare
@github-actions 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 if UnArchiver#isOverwrite was set and the existing files were older than the archive entry.
    Now it works as documented: older files are always overridden; when UnArchiver#isOverwrite is true, existing files are always
    overridden regardless if they are older or not.