The performance release
No new functionality so speak of, but performance has improved over the 0.8.x version. A change to how rendered content is stored has made updates faster.
There is also a fix for slow updates on Windows. See this blog post for details.
This is likely the last release of the year, so I would like to share this music video which seems strangely appropriate.
https://www.youtube.com/watch?v=kAFxLXqP8UM&ab_channel=Nightwish
[0.9.0] - 2022-12-30
Added
- Added textual.strip.Strip primitive
- Added textual._cache.FIFOCache
- Added an option to clear columns in DataTable.clear() #1427
Changed
- Widget.render_line now returns a Strip
- Fix for slow updates on Windows
- Bumped Rich dependency