Skip to content

The Two Thirds of the Number of the Beast Release

Compare
Choose a tag to compare
@willmcgugan willmcgugan released this 08 Jun 13:34
· 137 commits to main since this release
91c7fc7

A few additions and changes

[0.66.0] - 2024-06-08

Changed

  • get_content_height will now return 0 if the renderable is Falsey #4617
  • Buttons may not be pressed within their "active_effect_duration" to prevent inadvertent activations #4621
  • Screen.dismiss is now a noop if the screen isn't active. Previously it would raise a ScreenStackError, now it returns False. #4621
  • Increased window for escape processing to 100ms #4625
  • Tooltips are now hidden when any key is pressed #4625

Added

  • Added Screen.is_active
  • Added icon reactive to Header widget #4627
  • Added time_format reactive to Header widget #4627
  • Added tooltip parameter to input widgets #4625