Alpha 0.3.0
- 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
- issue-3 by @voodooEntity in #4
Full Changelog: 0.2.0...0.3.0