Releases: digitaltrails/jouno
V1.35 support themes such as Breeze Twilight
A tiny release to add a Setting Dark Tray Enabled to support themes such as Breeze Twilight - a light desktop with dark tray.
v1.3.4 Reset DBUS connection on DBUS error
Version 1.3.4 contains one minor enhancement: if the DBUS connection fails, vdu_controls will drop the existing connection and when the next message needs to be sent, it will try to initialise a new one. This should recover from desktop crash/restarts, such as when plasma falls over and is restarted by kstart5 plasmashell
Prior to v1.3.4, vdu_controls just kept trying the existing connection, which would continue to fail and cause a popup dialog to show for each failure.
v1.3.3 Usability improvements
- Add top/bottom search popups to warn about wrapping.
- Add an Apply+Reset button to enable reloading and processing the current log.
- Add tooltips to the configuration buttons.
- Make the text ordering of fields alphabetical by field name to help with creating multi-field matches.
- Add icon-characters to status bar messages.
- Used grayed out icons instead of the red-trash-can when displaying ignored messages.
V1.3.2 Rule naming, HiDPI, Wayland system tray, Queries
- Automatically allocate names to rules based on the currently selected journal entry's message.
- HiDPI icons enabled for desktops scaled greater than 100%.
- Wayland Plasma system tray fix - if the system tray is not available at login, wait for a while and see if it becomes available.
- Query no longer crashes when gather info on truncated log files.
v1.3.1 minor enhancements
- Handle DBUS notification errors in case DBUS is unavailable at start up or subsequently becomes unavailable.
- On a new message, only maintain position at the end of the message list if the current position is already at the end of the list. This change prevents the UI from countermanding the user's scrolling when new messages arrive. From now on if you have manually scrolled or searched and want to revert to auto-scrolling as messages are appended, manually scroll back to the bottom of the list.
- More Wayland prep.
v1.3.0 xorg-session.log wayland-session.log forwarding
- Added an option to forward the xorg-session.log or wayland-session.log to the journal (with elapsed-time heuristics to group multiple lines of logging into one journal entry).
- Session log files are looked for in $HOME/.local/share/sddm and $HOME/.local/share/gdm and /var/log/gdm (this needs to be made configurable).
- At the moment the heuristic for picking which session log is current is based on the most recent modified time.
- Some wayland compatibility tweaks.
The session log forwarding will likely evolve if/when I get a chance to see how the location of session logs varies in different distributions.
v1.2.0 New query interface
This version introduces a Journal-Query interface designed for exploring past journal entries. The jouno main interface is primarily focused on tailing the current journal and forwarding selected journal-entries as desktop-notifications, the new query interface is primarily focused on providing a way to look back though journal entries at past boots via a calendar timeline. See the screenshot in the README.md for more details.
These new additions are quite functional, but they remain a work in progress and will change as further features are added.
v1.1.3 Faster text incremental search, case-insensitive option
- Improved the efficiency of incremental-search and search-result row-selection.
- An incremental search pattern that matches all journal-entries will no longer select every entry.
- If an incremental search string is entered all in lowercase, the search will be case-insensitive. For example, "abc" would be treated as a case-insensitive pattern, but "Abc" would be treated as case-sensitive.
v1.1.2 System-tray sanity check.
Check if a system-tray is available before applying system_tray_enabled. For those who use the same login for different desktops (KDE, knome, openbox, ...)
v1.1.1 Faster initialisation when reading large journals
A small enhancement to speed up initialising when reading through larger journals (don't scroll to the bottom while initialising).
This is hot on the heels of v1.1, but I need to clear the decks and park jouno for a bit.