Added
Tab notes/annotations: attach a persistent text note to any tab (Cmd+Shift+N or command palette)
Note indicator (
*) shown on tab bar for tabs with annotationsActive tab note displayed in status bar as
[note text]segmentTab notes persist across sessions via session.json
“Edit Tab Note” in right-click context menus (tab bar and pane)
File drag-and-drop: drop files from Finder to paste shell-escaped paths into the terminal
Detach pane to new tab (command palette or right-click menu)
Move pane to next/previous tab (command palette or right-click menu)
TCC privacy usage descriptions in Info.plist for Documents, Desktop, Downloads, removable volumes, and network volumes
Fixed
Paste now NFC-normalizes clipboard content (fixes accented characters from macOS NFD clipboard)
Paste normalizes line endings to
\r(fixes multi-line paste producing weird characters)Combining Unicode characters (accents, diacritics) merge with the preceding cell instead of occupying their own cell
Right-click tab context menu now targets the clicked tab, not the active tab
Scrollback scrolling blocked when alternate screen is active (fixes broken scrolling in TUI apps like Claude Code, nvim, htop)
Alt screen modes
?47and?1047now supported alongside?1049Zoomed pane now clears HeaderH so PTY gets correct row count (fixes Helix :q hidden behind status bar)
Pane row calculation uses single top padding instead of double, recovering ~1 wasted row at pane bottom
Config reload now recomputes layout for all tabs (fixes stale status bar height after config change)
Changed
Go version bumped from 1.25.5 to 1.25.8 (fixes govulncheck GO-2026-4602)