Skip to content

Commit f2146d4

Browse files
committed
update NEWS for horizontal scroll change
1 parent b780ca0 commit f2146d4

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

NEWS.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,19 @@ Features:
5858
e.g. a field storing milliseconds with `"suffix": "s"`
5959
declares `"divisor": 1000`.
6060

61+
Interface Changes:
62+
* Moving horizontally now defaults to moving to the
63+
next "column" in the content instead of half the
64+
width of the view. This should make it easier to
65+
fit the full content of a column/captured-field
66+
into the view. This behavior is supported in the
67+
following views:
68+
- In the DB view, pressing the arrow keys will
69+
move to the adjacent column.
70+
- In the LOG view, pressing the arrow keys will
71+
move to the adjacent field as captured by the
72+
log format.
73+
6174
Bug Fixes:
6275
* Bookmarks in the TEXT view should be more stable.
6376
The marks now include a reference to the nearest

0 commit comments

Comments
 (0)