The Commanding release
https://textual.textualize.io/blog/2023/09/15/textual-0370-adds-a-command-palette/
[0.37.0] - 2023-09-15
Added
- Added the command palette #3058
Inputis now validated when focus moves out of it #3193- Attribute
Input.validate_on(and__init__parameter of the same name) to customise when validation occurs #3193 - Screen-specific (sub-)title attributes #3199:
Screen.TITLEScreen.SUB_TITLEScreen.titleScreen.sub_title
- Properties
Header.screen_titleandHeader.screen_sub_title#3199 - Added
DirectoryTree.DirectorySelectedmessage #3200 - Added
widgets.Collapsiblecontributed by Sunyoung Yoo #2989
Fixed
- Fixed a crash when removing an option from an
OptionListwhile the mouse is hovering over the last option #3270 - Fixed a crash in
MarkdownViewerwhen clicking on a link that contains an anchor #3094 - Fixed wrong message pump in pop_screen #3315