v6.4.0
Textualize/textualv6.4.0Oct 22, 2025by willmcgugan
AI Summary
Focuses on dependency management fixes and simplifying the user interface of the command palette.
Key Highlights
- Simplified system commands (command palette) to single words.
- Fixed circular dependency affecting Bazel users.
- Optimization for complex widgets.
Full Release Notes
Some fixes and a change to the command palette to use shorter commands, which look better in a list and are more memorable. There is also a optimization which you may notice if you have complex widgets. ## [6.4.0] - 2025-10-22 ### Fixed - Fixed type hint aliasing for App under TYPE_CHECKING https://github.com/Textualize/textual/pull/6152 - Fixed circular dependency effecting `bazel` users https://github.com/Textualize/textual/pull/6163 - Fixed for text selection with double width characters https://github.com/Textualize/textual/pull/6186 ### Changed - Simplified system commands (command palette) to a single word https://github.com/Textualize/textual/pull/6183