← All releases
Attyx

Attyx v0.2.45

Attyx v0.2.45

Better Emoji Support

Emoji rendering got a solid upgrade. Flag emoji (like 🇺🇸🇯🇵) now display correctly at their proper two-cell width, and text-default emoji followed by the variation selector (VS16) are properly upgraded to wide rendering instead of being squished into a single cell. Pasting multi-codepoint emoji (flags, sequences) into the terminal no longer causes cursor desynchronization — they’re now wrapped in bracketed paste for atomic processing.

Stable Pane IDs

Pane IPC identifiers now stay consistent when you switch between sessions. Previously, pane IDs could shift around after a session switch, which could cause commands targeting a specific pane to hit the wrong one. IDs are now pinned to their daemon-assigned values and won’t collide across sessions.