Skip to content

Releases: ttygroup/textual-cookbook

Release v0.5.1

16 Aug 19:52
4a8c174
Compare
Choose a tag to compare
  • Added new CLI launcher. It is now possible to enter recipes as an argument when launching the cookbook, like so:

    uvx textual-cookbook spinner_widget

The above line will immediately select the spinner_widget recipe and display it in the code viewer. Furthermore you can also provide the -r or --run flag to immediately run the recipe:

uvx textual-cookbook spinner_widget -r

The just cook command in the justfile was also modified to reflect this change, so you can now do:

just cook spinner_widget -r

Release v0.4.0

16 Aug 17:45
4fdea60
Compare
Choose a tag to compare
  • Added 2 new recipes by NSPC911 (#15 by @NSPC911):

    • Modifying Widgets: decline_failed_input.py
    • Modifying Widgets: better_optionlist.py
  • Added 1 new recipe by David Fokkema (#16 by @davidfokkema):

    • Architecture Patterns: use_default_screen.py

Release v0.3.0

16 Aug 11:32
1f7bd47
Compare
Choose a tag to compare
  • Added 4 new recipes by NSPC911:
    • Animation Effects: shaking.py
    • Architecture patterns: screen_push_wait.py
    • Modifying Widgets: progress_colors.py
    • Textual API usage: workers_exclusive.py
  • Changed unicode characters in the recipe runner to normal emojis for better compatibility

Release v0.2.0

15 Aug 23:42
a03623a
Compare
Choose a tag to compare
  • Added context menu recipe in Animations section

Release v0.1.0

13 Aug 00:52
7614ebc
Compare
Choose a tag to compare
  • First release of Textual-Cookbook on PyPI