Skip to content

Releases: DanielCarmingham/dextui

0.5.2 - 2026-08-23

Choose a tag to compare

@github-actions github-actions released this 23 Aug 09:20

Release Notes

Fixed

  • 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

Install prebuilt binaries via Homebrew

brew install DanielCarmingham/tap/dextui

Download dextui 0.5.2

File Platform Checksum
dextui-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
dextui-x86_64-apple-darwin.tar.xz Intel macOS checksum
dextui-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
dextui-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 16 Aug 01:57

Install dextui 0.5.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/DanielCarmingham/dextui/releases/download/v0.5.1/dextui-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install DanielCarmingham/tap/dextui

Download dextui 0.5.1

File Platform Checksum
dextui-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
dextui-x86_64-apple-darwin.tar.xz Intel macOS checksum
dextui-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
dextui-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 12 Aug 23:39

Install dextui 0.5.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/DanielCarmingham/dextui/releases/download/v0.5.0/dextui-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install DanielCarmingham/tap/dextui

Download dextui 0.5.0

File Platform Checksum
dextui-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
dextui-x86_64-apple-darwin.tar.xz Intel macOS checksum
dextui-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
dextui-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 09 Aug 10:41

Install dextui 0.4.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/DanielCarmingham/dextui/releases/download/v0.4.0/dextui-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install DanielCarmingham/tap/dextui

Download dextui 0.4.0

File Platform Checksum
dextui-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
dextui-x86_64-apple-darwin.tar.xz Intel macOS checksum
dextui-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
dextui-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum