Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Textual Cookbook Changelog

## [0.4.0] 2025-08-16

- 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

## [0.3.0] 2025-08-16

- Added 4 new recipes by NSPC911:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down