Releases: caltechlibrary/bun
Release 0.0.8
Release 0.0.7
This version slightly tweaks the colors, again, for Windows.
Release 0.0.6
This release tweaks the default colors a little bit and adds a new function, validated_input(...). It also fixes a banner text centering bug.
Release 0.0.5
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.
Release 0.0.4
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.
Release 0.0.3
This release renames the project from Quiche to Bun, to avoid a name conflict on PyPI.
Release 0.0.2
This release adds basic GUI code originally developed for other programs. It is almost functional.
Release 0.0.1
First release. This contains only the CLI portion of the code, and lacks documentation, but otherwise should work.