Skip to content

v0.11.0

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Sep 06:30
v0.11.0
d5c2bea

Added

  • Add rename subcommand to rename a file inside an archive

Changed

  • Compare timestamps and checksums when updating files, not size alone
  • Accept the update flag for single files as well as directories
  • Reject the update and overwrite flags on add when both are given

Fixed

  • Report filesystem errors instead of aborting when a path cannot be resolved
  • Add to and create archives on volumes that cannot report real paths
  • Block path traversal in extract before anything is written to disk

Updated

  • Update StormLib for a variety of fixes
  • Add hash-library as a submodule dependency
  • Build with StormLib's bundled compression libraries instead of system packages
  • Require CMake 3.25 or later

Thanks

  • Thanks to @sjoblomj for the contributions in this release