v8.0.1
Textualize/textualv8.0.1Mar 1, 2026by willmcgugan
AI Summary
This update addresses performance micro-freezes by offloading operations to threads and further optimizing garbage collection processes.
Key Highlights
- DirectoryTree operations moved to threads to prevent micro-freezes
- Further garbage collection optimizations implemented
Full Release Notes
Small update ## [8.0.1] - 2026-03-01 ### Fixed - `DirectoryTree` runs more operations in a thread to avoid micro-freezes ### Changes - Some tweaks to garbage collection to reduce gc time https://github.com/Textualize/textual/pull/6402