Releases: ttygroup/textual-cookbook
Releases · ttygroup/textual-cookbook
Release v0.5.1
-
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
-
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
- 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
- Added context menu recipe in Animations section
Release v0.1.0
- First release of Textual-Cookbook on PyPI