Skip to content

v0.13.1

Choose a tag to compare

@github-actions github-actions released this 05 Aug 19:40
· 11 commits to master since this release

Highlights

  • Clock widgets can define generic popup actions with global character bindings.
  • The system-health example supports a d details popup for failed units and timer jobs.
  • Press Esc to close a popup.
  • Press z to toggle a centered clock-only layout; press z again to restore widgets.
  • Hidden widgets stop scheduling refresh commands until restored.
  • Popup output is bounded and terminal control sequences are sanitized.
  • Widget process-group cleanup is portable across Linux kill implementations.

Upgrading

No config migration is required. Existing configurations continue to work. Popup actions are opt-in; the documented system-health configuration binds d. Restart any already-running tclock process after upgrading so it loads the new binary.

Install

Arch (AUR)

yay -S clock-tui-bin

Manual

ARCH=x86_64  # or aarch64
mkdir -p ~/.local/bin
curl -fsSL https://github.com/akitaonrails/clock-tui/releases/download/v0.13.1/clock-tui-linux-$ARCH.tar.gz | tar xz -C ~/.local/bin tclock tclock-system-health

Checksums (SHA256)

26d793a588f25cbf80399463048b40c508995fa9588856141230feb903cd4fd7  clock-tui-linux-aarch64.tar.gz
dccdab97bd7d2dcc209c5f11ee284abbcc71ad1f3905eaae750b86059391ceab  clock-tui-linux-x86_64.tar.gz

Full diff: v0.12.1...v0.13.1