Skip to content

v3.2.0

Latest
Compare
Choose a tag to compare
@amercer-fdi amercer-fdi released this 25 Jun 18:29
· 2 commits to main since this release

New Features

  • Users can now specify a folder level to create zip files at, by using the new "ZipFileSplitLevel" flag on the config file. Default is 0, which will be the same behavior as previous versions, IE, creating one zip file containing the entire folder. 1 will create zip files for every folder that is one level down from the root folder, and so on.

Breaking Changes

  • The "CreateZipFile" flag on the config file has been changed to "CreateZipFiles". Config files must be updated.