Skip to content

1.0.0

Compare
Choose a tag to compare
@reluce reluce released this 10 Feb 12:13
· 22 commits to main since this release

Changelog

Breaking

  • All previous scripts are now commands of the szuru-toolkit script
    • Basically, just preface szuru-toolkit to the scripts which were available before
    • There are changes on how options are passed to the script. Make sure to check the help of each command (with -h or --help.
  • Options for the config file are updated. Make sure to check out the current config_sample.toml

Changes

  • All options which you could only set in the config.toml file before are now available as CLI options. These CLI options take priority over the config file.
  • The config.toml file is therefore not required anymore
  • The config.toml file is now being read from additional sources, see the README for details
  • Add docstrings to all of the functions
  • Fix an issue where multiple progress bars would appear
  • The import-from-booru command is now just a simple wrapper for the import-from-url script
  • Improved startup speed of the script
  • Updated dependencies

Full Changelog: 0.9.5...1.0.0