Skip to content

Releases: Textualize/textual

The sweet sixty release

14 May 14:35
926b4e3
Compare
Choose a tag to compare

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

[0.60.0] - 2024-05-24

Fixed

  • Fixed auto width not working for option lists #4507

Added

  • Added DOMNode.query_children #4508

The message signal release

11 May 11:08
Compare
Choose a tag to compare

[0.59.0] - 2024-05-11

Fixed

  • Fixed SelectionList issues after removing an option #4464
  • Fixed ListView bugs with the initial index #4452
  • Fixed Select not closing #4499
  • Fixed setting loading=False removing all child loading indicators #4499

Changed

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

Added

  • Added message_signal to MessagePump, to listen to events sent to another widget. #4487
  • Added Widget.suppress_click #4499

The Mayday release!

01 May 15:47
fd16a04
Compare
Choose a tag to compare

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

  • Fixed issue with Markdown mounting content lazily #4466
  • Fixed intermittent issue with scrolling to focus 567caf8
  • Fixed issue with scrolling to center #4469

The Signalled release

25 Apr 10:36
a5cab15
Compare
Choose a tag to compare

[0.58.0] - 2024-04-25

Fixed

  • Fixed TextArea to end mouse selection only if currently selecting #4436
  • Fixed issue with scroll_to_widget #4446
  • Fixed issue with margins #4441

Changed

  • Added argument to signal callbacks #4438

The flushed release

20 Apr 16:32
e806f96
Compare
Choose a tag to compare

[0.57.1] - 2024-04-20

Fixed

  • Fixed an off-by-one error in the line number of the Document.end property #4426
  • Fixed setting scrollbar colors not updating the scrollbar #4433
  • Fixed flushing in inline mode #4435

Added

  • Added Offset.clamp and Size.clamp_offset #4435

The copy to clipboard release

19 Apr 10:27
f9b549a
Compare
Choose a tag to compare

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

  • Fixed Integer validator missing failure description when not a number #4413
  • Fixed a crash in DataTable if you clicked a link in the border #4410
  • Fixed issue with cursor position #4429

Added

  • Added App.copy_to_clipboard #4416

Inline fix for some terminals

09 Apr 15:07
Compare
Choose a tag to compare

[0.56.4] - 2023-04-09

Fixed

  • Disabled terminal synchronization in inline mode as it breaks on some terminals

The Century release!

08 Apr 15:47
Compare
Choose a tag to compare

100th release, and it has to be a hot fix. 🤷‍♂️

[0.56.3] - 2024-04-08

Fixed

  • Fixed inline mode not updating #4403

The inline mode is tricky release

07 Apr 14:24
Compare
Choose a tag to compare

[0.56.2] - 2024-04-07

Fixed

  • Fixed inline mode not clearing with multiple screen

The flicker free inline release

07 Apr 13:46
1a7f9ff
Compare
Choose a tag to compare

[0.56.1] - 2024-04-07

Fixed

  • Fixed flicker when non-current screen updates #4401

Changed

  • Removed additional line at the end of an inline app #4401