The highlight of this release is support for extended keys. More modern terminals will now have access to a greater number of keys, and modifiers.
There are also a number of quality of life improvements for the DataTable, Tree. And some fixes.
[0.67.0] - 2024-06-11
Added
- Added support for Kitty's key protocol #4631
ctrl+pageup
/ctrl+pagedown
will scroll page left/right in DataTable #4633g
/G
will scroll to the top/bottom of the DataTable #4633- Added simple
hjkl
key bindings to move the cursor in DataTable #4633
Changed
home
andend
now works horizontally instead of vertically in DataTable #4633Tree
andDirectoryTree
nodes now have a bigger click target, spanning the full line #4636