This release fixes a bug when no subtitle is provided to UI(...)
.
This version slightly tweaks the colors, again, for Windows.
This release tweaks the default colors a little bit and adds a new function, validated_input(...)
. It also fixes a banner text centering bug.
This version removes the as-yet unfinished GUI code (and associated dependencies from requirements.txt
). The code is now in a separate branch (gui
) pending further development in the future.
Use antiformat
in certain places to guard against incoming strings that may have single {
and/or }
characters. The latter causes errors when they're passed to Python's string format
.
Renamed this project Bun to avoid a PyPI project name collision with the former name, Quiche.
Add basic GUI code originally developed for other programs. It is almost functional.
First release.