Skip to content

DocuPort PSG v2.3.1b

Compare
Choose a tag to compare
@schlopp96 schlopp96 released this 10 Aug 22:19
· 9 commits to master since this release
965212a

DocuPort PSG

v2.2.1b -> v2.3.1b Release


GUI Changes:

  • Lines 124-128 refactored with the following changes:
    • Remove unnecessary call to keys() (remove-dict-keys)
    • Replace multiple comparisons of same variable with in operator (merge-comparisons)
  • Implemented second dynamic text-change upon opening a web-page.
  • Changed color theme text.

CLI Version Changes:

  • Fixed bug that displayed incorrect number of potential choices.
  • Formatting changes.

Other:

  • Expanded function in-line documentation.
  • Added better text-formatting to README (italics, bolds where necessary).
  • Various small README text adjustments.
  • Updated screenshots in README.

Signed-off-by: schlopp96 [email protected]