-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
> v2.2.1b -> v2.3.1b --- 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]>
- Loading branch information
Showing
6 changed files
with
30 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -138,7 +138,4 @@ dmypy.json | |
cython_debug/ | ||
|
||
# X-Session COMMIT TAG Notes | ||
tag-notes.txt | ||
|
||
# "Scrap" files | ||
scrap.py | ||
tag-notes.txt |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters