Releases: davep/textual-enhanced
Releases · davep/textual-enhanced
The piped release
The looking busy release
- Added
EnhancedScreen.busy_looking. (#62)
The borderline release
- Tweaked the borders of the command palette so they stand out like they used to. (#59)
The "I do want to express myself" release
The historical release
- Added
tools.History. (#50)
The commanding action release
- Renamed
ModalInput.searchtoModalInput.accept_input. (#43) - A
Command, invoked either by the command palette or by a binding, will now always invoke its action; it's no longer necessary to use@onas well as define theaction_*_commandfunction. (#47) - A
Commandcan now have anACTIONthat is an inline action; it's no longer necessary to define oneaction_*_commandper command (eg: aQuitcommand can set itsACTIONto"app.quit", etc). (#47)
The "more or less home" release
- Added g, G, <, >, p and % as extra bindings for going home/end in
containers.EnhancedVerticalScrol. (#40)
The map key release
- Extended the command system so that Textual's
Keymapfacility can be used. (#36) - Dropped support for Python 3.9.
The vimless release
- Added
containers.EnhancedVerticalScroll. (#33)
The better binding release
- Made a cosmetic improvement to the binding table in the help screen if there are no bindings associated with commands.