v0.80.1

Textualize/textualv0.80.1Sep 24, 2024by willmcgugan

AI Summary

Crash fixes for early app exit and TextArea construction outside of App.

Key Highlights

  • Fixed crash when exiting the app prematurely
  • Fixed exception constructing TextArea outside of App

Full Release Notes

Couple of crash fixes, see below for details...

## [0.80.1] - 2024-09-24

### Fixed

- Fixed crash when exiting the app prematurely https://github.com/Textualize/textual/pull/5039
- Fixed exception constructing TextArea outside of App https://github.com/Textualize/textual/pull/5045