You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,12 @@ CHANGELOG
15
15
```
16
16
- `--header-label` and `--footer-label` render on their respective separator row.
17
17
- The separator inherits `--color list-border` when the section's own border color is not explicitly set.
18
-
- `--header-first` is not compatible with `--header-border=inline` or `--header-lines-border=inline`; `--header-border=inline` requires `--header-lines-border` to be `inline` or unset.
18
+
- `inline` takes precedence over `--header-first`: the inline section stays inside the list frame. `--header-border=inline` requires `--header-lines-border` to be `inline` or unset.
19
+
- [vim] Move and resize popup window when detecting `VimResized` event (#4778) (@Vulcalien)
20
+
- Bug fixes
21
+
- Fixed gutter display in `--style=minimal`
22
+
- Fixed arrow keys / Home / End without modifiers being ignored under the kitty keyboard protocol (#4776) (@TymekDev)
23
+
- bash: Persist history deletion when `histappend` is on (#4764)
0 commit comments