Skip to content

v0.7.0

Choose a tag to compare

@ZimCodes ZimCodes released this 24 Oct 05:53

Major

  • Upgrade to Rust 2021 edition

Bug Fixes

  • Fixes Recorder not documenting all acceptable files to stat files.
  • Fixes issue where if parent & child directory have the same name it causes the child directory to be ignored. Instead, Zeiver would combine the two directory paths.
    • Ex: coolfolder/coolfolder
    • Since the parent has the same name as the child, Zeiver would instead combine the two paths like so coolfolder/. This is fixed!