Textual Versions Save

The lean application framework for Python. Build sophisticated user interfaces with a simple Python API. Run your apps in the terminal and a web browser.

v0.62.0

1 week ago

[0.62.0] - 2024-05-20

Added

v0.61.1

2 weeks ago

Fixes a with auto columns in gutter.

[0.61.1] - 2024-05-19

Fixed

v0.61.0

2 weeks ago

The highlight of this release is the ability to implement "dynamic actions", so you can provide logic about which bindings should be displayed. See the docs for details: https://textual.textualize.io/guide/actions/#dynamic-actions

[0.61.0] - 2024-05-18

Added

Changed

  • Breaking change: Actions (as used in bindings) will no longer check the app if they are unhandled. This was undocumented anyway, and not that useful. https://github.com/Textualize/textual/pull/4516
  • Breaking change: Renamed App.namespace_bindings to active_bindings

v0.60.1

2 weeks ago

Fixes a dev dependency being in the wrong place.

Thanks to @davidbrochart for pointing this out.

[0.60.1] - 2024-05-15

Fixed

  • Dependency issue

v0.60.0

2 weeks ago

A small-ish release. A new method and a fix.

[0.60.0] - 2024-05-24

Fixed

Added

v0.59.0

3 weeks ago

[0.59.0] - 2024-05-11

Fixed

Changed

  • When displaying a message using App.exit(), the console no longer highlights things such as numbers.

Added

v0.58.1

1 month ago

Believe it or not...this is the transcript of an actual radio conversation between a US naval ship and Canadian authorities off the coast of Newfoundland in October 1995. The Radio conversation was released by the Chief of Naval Operations on Oct. 10, 1995.

US Ship: Please divert your course 0.5 degrees to the south to avoid a collision.

CND reply: Recommend you divert your course 15 degrees to the South to avoid a collision.

US Ship: This is the Captain of a US Navy Ship. I say again, divert your course.

CND reply: No. I say again, you divert YOUR course!

US Ship: THIS IS THE AIRCRAFT CARRIER USS CORAL SEA*, WE ARE A LARGE WARSHIP OF THE US NAVY. DIVERT YOUR COURSE NOW!!

CND reply: This is a lighthouse. Your call.

[0.58.1] - 2024-05-01

Fixed

v0.58.0

1 month ago

[0.58.0] - 2024-04-25

Fixed

Changed

v0.57.1

1 month ago

[0.57.1] - 2024-04-20

Fixed

Added

v0.57.0

1 month ago

Adds support for copying to the clipboard

https://textual.textualize.io/api/app/#textual.app.App.copy_to_clipboard

[0.57.0] - 2024-04-19

Fixed

Added