mirror of https://github.com/chriskiehl/Gooey.git
Browse Source
closes #625 - terminal font and colors not being set correctly
1.0.5-release-candidate
closes #625 - terminal font and colors not being set correctly
1.0.5-release-candidate
Chris
4 years ago
8 changed files with 103 additions and 4 deletions
Split View
Diff Options
-
2README.md
-
12docs/releases/1.0.5-release-notes.md
-
1gooey/__init__.py
-
2gooey/gui/components/console.py
-
38gooey/python_bindings/config_generator.py
-
11gooey/python_bindings/constants.py
-
17gooey/tests/test_application.py
-
24gooey/tests/test_config_generator.py
@ -0,0 +1,12 @@ |
|||
## Gooey 1.0.5 Released! |
|||
|
|||
|
|||
## Breaking Changes |
|||
|
|||
* (documentation breaking)`terminal_font_weight`'s public documented API allowed the strings "NORMAL" and "BOLD" while its internal implementation relied on numeric font weights (light=200, normal=300, etc..). The documentation was updated to show the correct usage and a constants file was added to the public API. |
|||
|
|||
## Bug Fixes |
|||
|
|||
|
|||
|
|||
|
Write
Preview
Loading…
Cancel
Save