Skip to content

The Lucky number Sevens release

Choose a tag to compare

@willmcgugan willmcgugan released this 07 Jul 20:59
· 599 commits to main since this release
73e9a99

A few enhancements, including a handy getters module for creating properties to get widgets.

Also a potentially breaking change, see below for the details...

[3.7.0] - 2025-07-07

Added

  • Added textual.getters #5930
  • Added a show_cursor boolean to TextArea #5934

Changed

  • Potential breaking change: Changed default query_one and query_exactly_one search to breadth first #5930
  • Cursor is now visible by default when in read only mode (restoring pre 3.6.0 behavior) #5934

Fixed

  • Fixed issue with Keylines not scrolling #5936