Skip to content

Version 1.18

Compare
Choose a tag to compare
@PFython PFython released this 10 Dec 13:45
· 57 commits to main since this release
e45e88c

NEW

  • Utility function .summary() to show which values have not yet been set.

MODIFIED

  • Numerous bug fixes, mainly to do with kwargs handling, credentials handling, and saving/loading without overwriting.
  • Numerous style improvements thanks to Felix
  • Numerous refactoring suggestions thanks to Felix
  • keyword prompts=False now used to return Package object early without going through all the GUI prompts. This should finally make it possible to add meaningful tests without having to simulate user input e.g. with Selenium.
  • Felix's suggestions for using JSON with licenses (not fully tested yet. In future please submit tests alongside actual code, thanks!)