You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scrolling the repo sidebar no longer moves the cursor, and so no longer
switches which repo the tree and detail panes show. The wheel now moves only
the view, matching the task tree. Awkward with a trackpad, worse on touch.
Modifier chords no longer fire the plain key's binding. Ctrl-D opened the
delete confirmation, and so did Alt-D and Ctrl-Alt-D; Ctrl-Q quit, Ctrl-W toggled wrapping, Ctrl-J/Ctrl-K walked the tree, and Ctrl-A
made a subtask. In the search and rename fields a chord typed its bare letter
into the text — Ctrl-A, the reflex for "go to the start of the line", put an a into the task name. Ctrl-Y could confirm a delete.
Changed
Keys now resolve through a binding table to an action, rather than an ordered match on the key code. Chords are matched exactly, so an unbound one
resolves to nothing by construction. No key changed meaning.
Install dextui 0.5.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/DanielCarmingham/dextui/releases/download/v0.5.2/dextui-installer.sh | sh