Skip to content

Release 1.0.0

Compare
Choose a tag to compare
@dscalzi dscalzi released this 08 Mar 21:11
· 49 commits to master since this release

Release 1.0.0

Changelog:

  • Added provider system to allow for easier support of more file extensions.
  • Added a Tabcompleter to make usage of subcommands easier.
  • Added system to scan for conflicts during extraction/compression.
  • Added configuration option to halt processes if the scan shows one or more files will be overriden.
  • If that configuration option is enabled, a user will need an extra permission to perform the override (zipextractor.admin.override.extract/compress).
  • Added -override parameter to force extractions/compressions to take place (this requires permission if the config option is enabled).
  • New command to check the status of the executor service -> /ze status.

More information on these features had been added to the wiki.