Skip to content

Releases: caltechlibrary/bun

Release 0.0.8

24 Jul 00:10

Choose a tag to compare

This release fixes a bug when no subtitle is provided to UI(...).

Release 0.0.7

29 Jun 20:25

Choose a tag to compare

This version slightly tweaks the colors, again, for Windows.

Release 0.0.6

29 Jun 18:04

Choose a tag to compare

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

03 Jan 02:36

Choose a tag to compare

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

06 Dec 16:57

Choose a tag to compare

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

24 Nov 02:21

Choose a tag to compare

This release renames the project from Quiche to Bun, to avoid a name conflict on PyPI.

Release 0.0.2

19 Nov 03:15

Choose a tag to compare

This release adds basic GUI code originally developed for other programs. It is almost functional.

Release 0.0.1

18 Nov 21:21

Choose a tag to compare

First release. This contains only the CLI portion of the code, and lacks documentation, but otherwise should work.