Skip to content

DocuPort PSG v2.2.1b

Compare
Choose a tag to compare
@schlopp96 schlopp96 released this 27 Jun 20:23
· 10 commits to master since this release
c9813bc

DocuPort PSG v2.2.1-Beta Release Notes

v2.1.0b -> v2.2.1b


Issue #1 Implementations/Fixes:

Help and code from suggestion submitted by @PySimpleGUI!

  • Updated random-theme method with a very simple solution.
    • Reduced length of function from 158 lines down to 2 lines!

Issue #2 Implementations/Fixes:

Help with switching option logic & suggestion to include SDK submitted by @PySimpleGUI!

  • Adjusted option menu logic to a more dictionary/table-based format.
  • Added new menu option which opens an offline SDK reference.
  • The internal SDK reference has each element explained and a link to the online doc at the bottom of each element's explanation that will open the browser.

Other:

  • Removed unused libraries.
  • Modified return type for method responsible for opening URLs.
  • Changed text header message from "Opening Page: {title}" to "Opening Doc Section {title}".
    • Text will reset after 1 second.
  • Added tooltip to exit button.
  • Fixed weird text-resizing glitch.
  • Occurred due to the text element dynamically resizing itself when changed.
  • Updated README with CURRENT screenshots.
  • Added additional GUI screenshot to demonstrate the different color themes.
  • Updated CLI-version screenshot.
  • Reduced element padding.
  • Reduced application margins.

DocuPort PSG - CLI Version Updates:


  • CLI version menu should no longer print with a tab applied.
  • Changed method return-types to None.
    • Fixed a bug that would leave behind extra text in the console.
  • Removed unused libraries.
  • Changed CLI version ERROR message.

Big thanks to @PySimpleGUI for all of the help and suggestions in this update, and for creating the GUI framework we know and love!

Signed-off-by: schlopp96 [email protected]