Skip to content

v1.1.0

Compare
Choose a tag to compare
@luckman212 luckman212 released this 07 Sep 18:42
· 13 commits to main since this release
2b13469

⚠️ Breaking change

Versions prior to 1.1 stored configuration as YAML. This has been changed to JSON because Python can read/write it without requiring the PyYAML module. See README.

Changes

  • removed dependency on PyYAML
  • added some additional error checking and debug messages