Skip to content

Update Main to 0.1.8

Jonathan Hartman requested to merge release-0.1.8 into main

Version 0.1.8

A collection of bug fixes. We try to be a little more cautious when messing with a user's filesystem.

Patch Notes

New

  • If a config.toml file is present in the working directory, we will parse it and use the defined settings to alter the behavior of the module (!37 (merged))
  • Added a new --dry-run parameter that doesn't actually create any files. (!43 (merged))

Changes

  • If no output directory is specified, will now default to "sddmp" instead of "docs" (!44 (merged))

Improvements

  • Various code quality improvements (!38 (merged))
  • Replaced out of date reference to pkg_resources with importlib (!38 (merged))
  • We now limit the depth that folders are created by checking against the stored configuration (!39 (merged), !40 (merged))
  • The configuration setting ignored_list is now properly checked when searching the folder (!41 (merged))
  • Introduce a new pattern that should be a little more careful about creating/deleting files. (!43 (merged))

Bugfixes

  • Fixed issue that was resulting in creating HTML files multiple times (!42 (merged))

Merge request reports