September 20, 2026

pzzacode 0.2.58

What changed in 0.2.58

  • Fixed fullscreen and background sessions freezing together: hidden tiles now detach their tmux client instead of holding output backpressure. A connected client that stops consuming used to block the shared tmux server's event loop and freeze every session on the box, including the fullscreen tile. Detaching removes the client so the server never waits; sessions keep running and repaint fully on return.
  • Smoother layout transitions: fits freeze during workspace and fullscreen animations and run once at the settled size, real resizes are covered by a short pointer-transparent veil until tmux repaints, workspace resumes re-attach staggered instead of stampeding tmux, the WebGL renderer lifetime follows suspend and resume, and the extra resize nudge is skipped after a fresh attach.