| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-10 | 530 Bytes | |
| The Paused Released source code.tar.gz | 2026-03-10 | 30.2 MB | |
| The Paused Released source code.zip | 2026-03-10 | 31.4 MB | |
| Totals: 3 Items | 61.6 MB | 0 | |
This release should smooth scrolling large documents, particularly for Python < 3.14
[8.1.0] - 2026-03-10
Changed
- Replace circuar references in DOM with weak references to improve GC times https://github.com/Textualize/textual/pull/6410
- When animating an attribute a second time, the original
on_completeis now called https://github.com/Textualize/textual/pull/6410
Added
- Added experimental
App.PAUSE_GC_ON_SCROLL_boolean (disabled by default) https://github.com/Textualize/textual/pull/6410