Skip to content

0.2.0

Compare
Choose a tag to compare
@Lifailon Lifailon released this 25 Nov 15:06
· 91 commits to main since this release

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 and btmp).
  • Support for reading binary logs via last and lastb.
  • 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.