Skip to content

Release 2.1.0

Compare
Choose a tag to compare
@Infiziert90 Infiziert90 released this 09 May 19:53
· 31 commits to master since this release
5748643

breaking:

  • CLI command changed: e.g. python3 getnative.py ..... -> python3 run_getnative.py .....
  • default output dir changed: getnative/getnative -> (CWD)/results
  • renamed argument: (-img-out, --generate-images) -> (-mask, --output-mask)

new:

  • added support for installing getnative via pip:
    with this you can call it via getnative in your CLI
  • getnative is now on pypi: https://pypi.org/project/getnative/
  • added an argument to set the output dir (-dir,--output-dir)

minor:

  • Let the user know that (-ns, --no-save) disables all output arguments
  • updated the readme
  • fix progressbar getting deleted
  • fix mask output with stepping would have wrong resolution in the filename