We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b780ca0 commit f2146d4Copy full SHA for f2146d4
1 file changed
NEWS.md
@@ -58,6 +58,19 @@ Features:
58
e.g. a field storing milliseconds with `"suffix": "s"`
59
declares `"divisor": 1000`.
60
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
+
74
Bug Fixes:
75
* Bookmarks in the TEXT view should be more stable.
76
The marks now include a reference to the nearest
0 commit comments