Skip to content

Alpha 0.3.0

Choose a tag to compare

@voodooEntity voodooEntity released this 20 Oct 09:47
· 32 commits to main since this release
  • Important: This is a breaking release. Due to the changed format of the parts from base64 to []bytes there will be compatibility issues with older version.
  • Completely removing base64 as transport format and working with []byte directly between zip and AES GCM. ( #3 )
  • Adjusting cli output to remove any traces of base64 information ( #3 )
  • Adjusting cli output configuration part to name the given args "path" instead of "directory" since it can either be a file or a directory
  • Some code/comment cleanup
  • Restructuring and adjusting README.md to changes

What's Changed

Full Changelog: 0.2.0...0.3.0