Skip to content

The not April Fool Release

Choose a tag to compare

@willmcgugan willmcgugan released this 01 Apr 12:30
· 3884 commits to main since this release
dddb6bc

The highlight of this release is the new inline feature, which allows you to run Textual apps below the prompt, rather than in application mode.

We also have a bunch of additional languages for the TextArea widget, and some fixes.

Screen.Recording.2024-03-29.at.12.52.18.mov
Screen.Recording.2024-03-28.at.13.05.07.mov

[0.55.0] - 2024-04-1

Fixed

  • Fix priority bindings not appearing in footer when key clashes with focused widget #4342
  • Reverted auto-width change #4369

Changed

  • Exceptions inside Widget.compose or workers weren't bubbling up in tests #4282
  • Fixed DataTable scrolling issues by changing max-height back to 100% #4286
  • Fixed Button not rendering correctly with console markup #4328

Added

  • Added Document.start and end location properties for convenience #4267
  • Added support for JavaScript, Golang, Rust, Bash, Java and Kotlin to TextArea #4350
  • Added inline parameter to run and run_async to run app inline (under the prompt). #4343
  • Added mouse parameter to disable mouse support #4343