Skip to content

0.3.0

Compare
Choose a tag to compare
@Lifailon Lifailon released this 27 Nov 22:48
· 79 commits to main since this release

Full Changelog: 0.2.0...0.3.0

Changes:

  • Added line-by-line parsing of system boots from journalctl for versions that do not support JSON format (noted when used in WSL for kernel 5.15).
  • Added the root user home directory to the list of home directories and debugged the output of all home directories (errors) accessible to the current user.
  • Fixed an error checking access via stat for static files in /var/log (in case of their absence, for example, syslog or dmesg).
  • Changed the error status for unavailable logs. Added red coloring of windows, as well as disabling the cursor and displaying an error for where the list of logs is not accessible to the current user (for example, there is no access to the /var/log directory or Docker is missing in the system) instead of displaying the error in the general list of logs.
  • Implemented switching to the previous window via Shift+Tab.
  • Added the ability to change the number of log lines output via Alt+<Up/Down> in any window or <Left/Right> in the window with focus on the log output window. The maximum number of entries has been added to the title of the log output window.
  • Removed the keyboard shortcut for changing the filter mode - Shift+<Left/Right>, only alt+<Lift/Right> is used in any window or <Up/Down> with focus on the filter window.
  • Fixed the list output in all logs (the last log was not displayed in the interface due to the offset).
  • Checked support for outputting a list of services and logs for Docker Swarm.
  • Added a preliminary check that journald and the containerization system are installed and supported in the current system.