We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 382be6e commit 4fdea60Copy full SHA for 4fdea60
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Textual Cookbook Changelog
2
3
+## [0.4.0] 2025-08-16
4
+
5
+- Added 2 new recipes by NSPC911 (#15 by @NSPC911):
6
+ - Modifying Widgets: decline_failed_input.py
7
+ - Modifying Widgets: better_optionlist.py
8
9
+- Added 1 new recipe by David Fokkema (#16 by @davidfokkema):
10
+ - Architecture Patterns: use_default_screen.py
11
12
## [0.3.0] 2025-08-16
13
14
- Added 4 new recipes by NSPC911:
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "textual-cookbook"
-version = "0.3.0"
+version = "0.4.0"
description = "Textual Cookbook: Recipes for Textual Applications"
readme = "README.md"
requires-python = ">=3.10"
0 commit comments