github Textualize/textual v0.78.0
The Push it to the Max Release

latest releases: v0.79.1, v0.79.0
20 days ago

This release adds a new maximize method, which you can use to temporarily full the screen with any given widget. This can be great for allowing the user to focus on a particular view.

You can maximize via the command palette, or you can bind a key with the action screen.maximize.

Here are some screenshots of this feature in action:

Screenshot 2024-08-27 at 13 17 19 Screenshot 2024-08-27 at 13 17 24 Screenshot 2024-08-27 at 13 17 30

[0.78.0] - 2024-08-27

Added

  • Added Maximize and Minimize system commands. #4931
  • Added Screen.maximize, Screen.minimize, Screen.action_maximize, Screen.action_minimize, Widget.is_maximized, Widget.allow_maximize. #4931
  • Added Widget.ALLOW_MAXIMIZE, Screen.ALLOW_IN_MAXIMIZED_VIEW classvars #4931

Don't miss a new textual release

NewReleases is sending notifications on new releases.