Skip to content

3.32.2 - 2026-06-15

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Jun 17:49

Release Notes

Changed

  • Tooltip toggle moves to Ctrl+I; Ctrl+T becomes a focus toggle between the query input and the results pane. (#189) The previous Ctrl+T shortcut for showing/hiding the function tooltip now lives at Ctrl+I (mnemonic: "info"). Ctrl+T joins Shift+Tab as a second way to bounce focus between the two main panes, freeing the tooltip toggle from a key that overlapped a "switch panes" mental model. On-screen border hints, the F1 help window, README, and the docs site (quick-reference, features/tooltip, configuration) all reflect the new bindings.
  • Bottom-border focus hint now advertises Ctrl+T and reads context-aware. (#189) The pane's bottom-border strip previously showed Shift+Tab Navigate Results (on the query input) and Tab Edit Query (on the results pane). It now leads with Ctrl+T, switching its label by context: Ctrl+T Navigate Results while the query input is focused, Ctrl+T Edit Query while the results pane is focused (the global help-line strip updates to match). Shift+Tab and Tab still work as before - this only changes which key the on-screen hint promotes.

Install jiq 3.32.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bellicose100xp/jiq/releases/download/v3.32.2/jiq-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install bellicose100xp/tap/jiq

Download jiq 3.32.2

File Platform Checksum
jiq-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
jiq-x86_64-apple-darwin.tar.xz Intel macOS checksum
jiq-x86_64-pc-windows-msvc.zip x64 Windows checksum
jiq-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
jiq-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
jiq-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum