v8.2.3
NVIDIA/personaplexv8.2.3Apr 5, 2026by willmcgugan
AI Summary
Optimizes window resizing performance by shifting the resize logic from an idle callback to a timer-based approach to reduce lag.
Key Highlights
- Reduced lag when resizing window
- Resize logic moved from idle to a timer
- Improved responsiveness during window manipulation
Full Release Notes
## [8.2.3] - 2026-04-05 ### Changed - Reduce lag when resizing window, by moving resize from idle to a timer https://github.com/Textualize/textual/pull/6471