Skip to content

v0.15.2

Choose a tag to compare

@github-actions github-actions released this 25 Jan 01:14
· 9 commits to main since this release
Release v0.15.2

v0.15.1 was released with incorrect changelog. This release contains
the same code with corrected changelog.

Performance:
- MultilineInput: Override on_notify to avoid full parent tree redraw
- MultilineInput: Optimize character position cache from O(n²) to O(n)
- Box: Add viewport culling to skip children outside visible area