@@ -69,7 +69,7 @@ Features:
6969* The DB view now shows a status bar above the bottom
7070 status bar with the SQL query that populated the view,
7171 the relative time when it was run, and how long it took.
72- A reload icon at the left side of the bar can be clicked
72+ A reload icon on the left side of the bar can be clicked
7373 to re-run the query. For queries that read from log-backed
7474 tables, the status bar also calls out whether the results
7575 are "on current log data" or "on old log data" relative to
@@ -84,8 +84,29 @@ Features:
8484 - ` ⌘-X ` to cut the current selection to the
8585 clipboard.
8686 - ` ⌘-Z ` to undo the last change.
87+ * Additional readline-style key bindings in the
88+ prompt (issue #1676 ):
89+ - ` ALT-f ` / ` ALT-b ` move forward/backward by word.
90+ - ` ALT-d ` cuts to the end of the next word.
91+ - ` ALT-BACKSPACE ` is an alias for ` CTRL-W ` .
92+ - ` ALT-l ` / ` ALT-u ` lower- or upper-case the
93+ next word.
94+ - ` ALT-c ` capitalizes the next word.
95+ - ` CTRL-h ` and ` CTRL-d ` are aliases for
96+ BACKSPACE and DELETE.
97+ - ` CTRL-t ` transposes the two characters before
98+ the cursor.
99+ * In the log message details (opened by pressing ` p ` ),
100+ a ` File: ` row has been added that lists the file and
101+ line number the log message is from. Also, for JSON
102+ logs, you can focus on the ` JSON fields: ` row and
103+ press ` c ` to copy the raw log message to the
104+ clipboard.
87105* The ` measure_with_units ` collator now recognizes
88106 (KiB, MiB, ...).
107+ * Added ` disfavors ` to ` external-editor ` configuration
108+ to express file names that the editor is not interested
109+ in handling.
89110
90111Breaking changes:
91112* The ` humanize_file_size() ` SQLite function now
@@ -98,6 +119,8 @@ Bug Fixes:
98119 read and crash in some situations.
99120* Fix a lockup when viewing a file that contained log
100121 messages and lots of binary data.
122+ * Update Regex101 import functionality to handle a
123+ change in their API response.
101124* More hardening for some diabolical inputs:
102125 - Unsupported escape-sequences were ignored before,
103126 but they are displayed now.
0 commit comments