← All releases
Attyx

Attyx v0.3.10

Attyx v0.3.10

Tab Switching & Startup Fixes

A stability release focused on squashing visual glitches when switching tabs and getting the initial terminal size right on launch.

What changed

  • No more visual glitches on tab switch — switching tabs now forces a full renderer redraw across all platforms, so you won’t see stale content from the previous tab lingering for a frame. The cursor trail effect is also suppressed during these transitions to avoid ghost cursors teleporting across the screen (#194, #196)
  • Correct terminal size on startup — the terminal grid now matches the window dimensions before the shell draws its first prompt, fixing a race where the PTY could start at the wrong size until the first render tick (#197)
  • Xyron CWD detection — new tabs spawned while using Xyron now pick up the correct working directory instead of falling back to the platform lookup, which doesn’t apply to Xyron’s CWD reporting (#195)