Skip to content

Releases: davep/textual-enhanced

The piped release

06 Feb 21:04
555088f

Choose a tag to compare

  • Handle vertical_line as a bound key inside the help dialog. (#65)

The looking busy release

20 Dec 19:51
ee6eaf3

Choose a tag to compare

  • Added EnhancedScreen.busy_looking. (#62)

The borderline release

11 Nov 15:54
dc59645

Choose a tag to compare

  • Tweaked the borders of the command palette so they stand out like they used to. (#59)

The "I do want to express myself" release

05 Sep 10:53
3e60118

Choose a tag to compare

  • Migrated from rye to uv for development management. (#53)
  • Added Python 3.14 as a tested/supported Python version. (#54)
  • Tightened up the remove of Textual's Header flair because Textual 6.x or so made it worse. (#56)

The historical release

15 May 09:10
ceb720c

Choose a tag to compare

  • Added tools.History. (#50)

The commanding action release

17 Apr 12:52
f0acd30

Choose a tag to compare

  • Renamed ModalInput.search to ModalInput.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 @on as well as define the action_*_command function. (#47)
  • A Command can now have an ACTION that is an inline action; it's no longer necessary to define one action_*_command per command (eg: a Quit command can set its ACTION to "app.quit", etc). (#47)

The "more or less home" release

03 Apr 14:48
a1f822d

Choose a tag to compare

  • Added g, G, <, >, p and % as extra bindings for going home/end in containers.EnhancedVerticalScrol. (#40)

The map key release

03 Apr 14:36
8af4afc

Choose a tag to compare

  • Extended the command system so that Textual's Keymap facility can be used. (#36)
  • Dropped support for Python 3.9.

The vimless release

31 Mar 14:13
b33c44b

Choose a tag to compare

  • Added containers.EnhancedVerticalScroll. (#33)

The better binding release

15 Mar 11:44
6a5469a

Choose a tag to compare

  • Made a cosmetic improvement to the binding table in the help screen if there are no bindings associated with commands.