diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e81c25..fdde4a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,8 @@ - Tab bar truncates tab names on overflow - Form contentW minimum lowered from 50 to 30 for mobile (Termux) - Fixed: key_list_tab & snippet_list_tab were dropping last data row (off-by-one in `rows[:len(rows)-1]`) +- Fixed: SFTP pane width — lipgloss `Width(n)` renders `n+2` chars (border extra). halfW now `t.width/2-2` to compensate. File names truncate to `…` within inner text area. Filter line also truncated. +- Verified: zero overflow at 80, 60, 50 (side-by-side), 40, 30 cols (stacked) - Breakpoints: compact (<60), medium (60–100), wide (≥100) ## v1.0.0 (2025-01-30)