Releases: schlopp96/DocuPort_PSG
DocuPortPSG-v2.3.3b
What's Changed
- Changes to DPPSG's CLI Version by @schlopp96 in #7
New Contributors
- @schlopp96 made their first contribution in #7
Full Changelog: v2.3.2b...v2.3.3b
DocuPortPSG_v2.3.2
v2.3.1b -> v2.3.2b
GUI-File Changes:
- Added Python shebang line to project file.
- Negligible comment changes.
CLI-File Changes:
- Added Python shebang line to project file.
Other:
- None.
Signed-off-by: schlopp96 [email protected]
DocuPort PSG v2.3.1b
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]
DocuPort PSG v2.2.1b
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]
DocuPort PSG v2.0.1b
DocuPort v2.0.1b Update & Hotfix
Change Notes:
- Deleted v2.0.0b Tag from Github due to a file left inside the .git folder, causing a description bug to display the wrong version number.
- Completely overhauled window design.
- Replaced buttons with a single dropdown menu, and a single button to confirm your choice to the right.
- Added a CLI version of the program.
- Updated README with new screenshots.
- Deleted OLD screenshots.
- Added section for CLI version.
- Overall, this update optimized the souce code extensively.
- Cut over 25% of total length down.
- Much simpler to understand program as a whole.
Signed-off-by: schlopp96 [email protected]
DocuPort PSG v1.0.1b
DocuPort PSG v1.0.0b -> v1.0.1b UPDATE
Change Notes:
- Changed .gitignore to include screenshots contained within README.md.
- I foolishly included them initially and wondered why they weren't appearing in the repo lol...
- Working on a fairly significant update now; this was more to ensure there's some kind of screenshots in the README for now.
Signed-off-by: schlopp96 [email protected]
DocuPort PSG v1.0.0b
Initial release