docs: update CHANGELOG with SFTP pane width fix details
This commit is contained in:
@@ -25,6 +25,8 @@
|
|||||||
- Tab bar truncates tab names on overflow
|
- Tab bar truncates tab names on overflow
|
||||||
- Form contentW minimum lowered from 50 to 30 for mobile (Termux)
|
- 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: 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)
|
- Breakpoints: compact (<60), medium (60–100), wide (≥100)
|
||||||
|
|
||||||
## v1.0.0 (2025-01-30)
|
## v1.0.0 (2025-01-30)
|
||||||
|
|||||||
Reference in New Issue
Block a user