- Support loading a journald DB folder (#70)
- Fix several small issues in the ShowBootLog / MainWindow module
- Add support for Systemd251+ (#81)
- Fix and improve Debian packaging
- Added support for Windows and macOS (#41 by @alacasta, #64 by @Marcool04)
- Added connection indicator for SSH (#61)
- Minor bug fixes (#42, #52)
- Improved pipeline for compilation and deployment
- Fixed the cropped host label in the main window
- Fixed possible null pointer issue on disconnecting from a remote host
- Fixed a possible crash due to different libssh initialization behaviour
- Quite some code restructuring and cleanup (#15) which led to:
- SSH Support! Connect to any remote host using a password or the public key infrastructure and display/search its journal. Save connection details you need to use often and load / edit them later on (#17)
- This requires
libssh
, which is now a build dependency. Information can be found in theREADME
(#33) - Fixed some build issues when old qmake was present (#20)
- Fixed some UI issues (#19, #21, #22)
- Remove the trailing newline when realtime following is enabled (#16)
- Resized ShowBootLog window and other small design fixes to increase readability
- identifiersLineEdit gets cleared when entering a non-suggested identifier
make install
creates a .desktop file in/usr/share/applications/
(#7)- Added autocompletion for filtering by syslog identifiers. When loading the journal, a list of all identifiers is created (even if you're following the journal in realtime) and QJournalctl suggests you already appeared identifiers when filtering. (#9)
- Compile against C++11 by default (#10)
- Press [Ctrl][F] to search the journal for a normal string or a RegExp (#11)
- Added a button to export the filtered journal or only the current selection (#12)
- Added more keyboard shortcuts in the main window (Ctrl+A, Ctrl+B, Ctrl+L)
- Added the possibility to reverse the journalctl output
- Display the log size additionally in bytes
- Added this changelog to the about dialog
- Show an error message if no boots were found (#2)
- Implemented a "Show current boot" button (#3)
- UI improvements
- Created a icon for QJournalctl
- Add a quit shortcut and the corresponding menu item (#1)
- Mentioned the contributions of @dopsi
- UI improvements
- Filtering the journal by identifiers
- Listing all boots
- Showing the journal of a specific boot
- Showing the complete journal
- Filter by date or priority