← All releases
Attyx

Attyx v0.3.12

Attyx v0.3.12

CWD Tracking & Statusbar Fix

This release adds foreground process working directory tracking and fixes mouse coordinates in TUI apps when the statusbar is active.

What changed

  • Foreground process CWD tracking — Attyx now tracks the current working directory of each pane’s foreground process. When you cd around or switch between programs, the daemon detects the change and pushes it to all connected clients. This is persisted across daemon upgrades so CWD survives seamless restarts (#205)
  • Mouse coordinates now account for statusbar offset in TUI apps — when the statusbar or tab bar is visible, mouse events reported to TUI applications (like vim, htop, etc.) were off by the number of rows the statusbar occupies. Clicks and selections now land on the correct row (#204)