0.2.0
Full Changelog: 0.1.0...0.2.0
Changes:
- Added switching for loading the user log list (
USER_UNIT
) and system boot. - Added kernel log output for selection from the system boot list.
- Added switching for loading the list of log files from the file system between
/var/log/
and/home/
. The format of the user log name is "user name : file name", all log names must be unique regardless of their location in child directories (filtering by file name). - Added to the file system log list (for
/var/log/
): syslog, dmesg (kernel logs) and authorization logs (wtmp
andbtmp
). - Support for reading binary logs via
last
andlastb
. - Added hotkeys for updating the current log to show changes (
Ctrl+R
) and clearing the input field for the filter (Ctrl+<D/W>
). - Fixed output of the last lines of the log due to shifting using
auto wrap
. - Fixed selection (coloring) of the filter field when loading a log.
- When selecting a new log, the current filter in the input field is applied to it.
- Debugged error output. In case there is no access to any system or log, the error is output in the log output field without shifting the interface.