Skip to content

The Year Zero Release

Compare
Choose a tag to compare
@willmcgugan willmcgugan released this 25 Jul 11:00
· 875 commits to main since this release
262b3af

Mostly fixes and a small (potentially breaking) change.

[0.74.0] - 2024-07-25

Fixed

  • Fixed issues in Kitty terminal after exiting app #4779
  • Fixed exception when removing Selects #4786
  • Fixed issue with non-clickable Footer keys #4798
  • Fixed issue with recompose not working from Mount handler #4802

Changed

  • Calling Screen.dismiss with no arguments will invoke the screen callback with None (previously the callback wasn't invoke at all). #4795