@@ -64,6 +64,13 @@ Features:
6464 to get/set the sticky state via SQL. Sticky headers
6565 and user bookmarks are saved and restored across
6666 sessions for both log and text views.
67+ * In pager mode (activated by the ` -q ` flag), the input
68+ will always be written to the terminal if it is
69+ smaller than the height. Previously, if the input
70+ took awhile to generate, nothing would be written.
71+ Also, when the input is larger than the terminal
72+ height, any marked lines will be written to the
73+ terminal.
6774* Introducing "Log-Oriented Debugging", a collection of
6875 features to streamline mapping log messages back to
6976 the source code that generated them. For example,
@@ -96,6 +103,10 @@ Features:
96103 breakpoints have been added, you can press ` F7 ` /` F8 `
97104 to move to the previous/next log message that
98105 matches a breakpoint.
106+ - If the log format specifies source file/line fields,
107+ the first character of the source file will be
108+ underlined and can be clicked to open the source
109+ file at the given log message.
99110* The ` all_opids ` and ` all_thread_ids ` virtual tables
100111 have been added to make it simple to discover all of
101112 the operations and threads across all log files. The
0 commit comments