Releases: rladstaetter/LogoRRR
24.5.1
Release Highlights
Timestamp support
This release includes a feature to detect timestamps in your log files, and provides a useful filter mechanism to show log entries in a certain time period which can be easily adjusted. See #43. The application tries to make it very easy to specify the location and format of the timestamp. With this feature in place it will be possible to add some new interesting features in the future.
Easy Text selection
By enabling multiline text selection, it is now more intuitive to copy & paste relevant logs to the clipboard for further use in other applications. See #242.
Set Scrollbar width to zero
If there is no need for a scrollbar, it will be hidden such that valuable screen space is not wasted. Have a look at #199.
Bugfixes and maintenance work
Several bugs (#231, #236 and #240) were fixed in this release. Moreover several upstream dependencies were bumped to their newest versions. Notably, LogoRRR now uses Scala 2.13.15 and a very recent version of JavaFX.
For an overview of all issues please visit the milestone page, and a detailled changelog is available here.
Downloads
- Windows: You can install LogoRRR from Windows App Store or use the provided installer below.
- MacOsX: LogoRRR is available in the Apple Appstore
- Linux users can download builds for ARM and x86 directly from this site, see the links below.
24.4.0
Release Highlights
This release is the first one which is code signed on Windows, furthermore it introduces improvements regarding visualisation and self localisation and, as always, fixes some bugs.
For an overview have a look at the milestone page, and a changelog is available here.
Enhancements
- #64: Codesigning on windows 🚀
- #229: slider control to change the size of the boxes more easily
- #226: the mouse pointer leaves a trail when navigating
- #155: adds a viewport visualisation
This release features the completion of #64, which had been one of the oldest issues in the issue tracker. Now, LogoRRR takes the next step and is code signed thanks to an open source code signing certificate from Certum.
Those enhancements improve the user experience since the UI is more responsive to the users actions. LogoRRR feels more dynamic. The biggest improvement is surely #229, which makes it even easier to customize the log view to your needs.
Bugfixes
Twor Bugfixes made it into this release.
- #224: a minor bug which made LogoRRR shrink if restarted repeatedly
- #222: on some occasions LogoRRR couldn't load files because of this bug
Both bugfixes represent another improvement in the quality of LogoRRR and help the user to enjoy working with this application.
Other news
I can announce a relaunch of LogoRRR.app and a Youtube Playlist dedicated to LogoRRR
s development.
Follow logorrr@twitter to get informed about the latest development news, or dive into more detail on the development blog.
Downloads
For Windows installation, simply use the provided installer below.
- For MacOsX, LogoRRR is available in the Apple Appstore.
- Linux users can download builds tailored for ARM or Intel architectures. Find the suitable .deb package for your system in the links below.
Full changelog
24.3.0
Release Highlights
This update is a maintenance release with visual improvements and bugfixes. Internally, substiantial work was done to improve test coverage (End2End tests and performance tests).
For an overview have a look at the milestone page, and a changelog is available here.
Enhancements
There are four Enhancements in this release:
- #206: add shadows to boxes 🚀
- #204: show information more densely
- #218: open zip files from dropped directory
- #211: position window on first startup in the center
#206 is a really nice addition, which improves look & feel a lot. #204 helps to get an idea of the overall situation for large files.
Bugfixes
Four Bugfixes made it into this release.
- #213: fix LogoRRR freeze
- #212: fix open links in About dialogue on Mac
- #201: exception on startup
- #209: unsupported JavaFX configuration
#213 and #212 were perceivable for the end user, #201 and #209 were minor bug fixes.
Developer experience improvements
The most work for this release went into improving the Developer experience.
- #208: implement support for TestFX 🚀🚀
- #203: add JMH support 🚀
- #202: Jlink via command file on Linux
- #198: Fix IoManagerSpec
#208 introduced end2end tests for LogoRRR
, you can have a look on youtube for a demonstration of several use cases which are now checked on every build of LogoRRR
. This improved also the code quality in the process and will reduce regressions in the future.
#203 helps finding performance bottlenecks, this release renders in fact a little bit faster than previous editions and continues the work done in release 23.3.0.
#198 helps executing IoManagerSpec in the CI, #202 harmonises the approach for JLink with Mac.
Other news
I can announce a relaunch of LogoRRR.app and a Youtube Playlist dedicated to LogoRRR
s development. On social media there is also an account you can follow logorrr@twitter to get informed about the latest development news.
Downloads
- For MacOsX, LogoRRR is available in the Apple Appstore.
- Linux users can download builds tailored for ARM or Intel architectures. Find the suitable .deb package for your system in the links below.
Note
For Windows installation, simply use the provided installer below. Please note that this installer is not signed (see issues #64 and #29), which means you will need to acknowledge and approve a warning dialog during the installation process.
Full changelog
24.2.0
Release Highlights
This update brings enhanced zip file support and animated clipboard actions, alongside various bug fixes.
Enhancements
Bugfixes
- #189: fixes context menu for LogFileTab
- #188: close all log files start screen is not shown
- #179: fixes visual glitch for mac
- #178: fixes selection when applying context actions in textview
- #184: fix mouseover text for windows desktop shortcut
Developer experience improvements
- #183 improve project bootstrapping fix run configurations for windows
- #176: improve java.util.logging configuration
- #185: Bump windows jre version to 21
For an overview have a look at the milestone page, and a changelog is available here.
Downloads
- For MacOsX, LogoRRR is available in the Apple Appstore.
- Linux users can download builds tailored for ARM or Intel architectures. Find the suitable .deb package for your system in the links below.
Note
For Windows installation, simply use the provided installer below. Please note that this installer is not signed (see issues #64 and #29), which means you will need to acknowledge and approve several warning dialogs during the installation process.
Full changelog
24.1.0
Release Highlights
This update introduces multiple usability enhancements designed to assist users in efficiently handling larger files, exporting filtered data, and maintaining focus on their current tasks.
Enhancements and Bug Fixes
-
#172: widens scroll bars
-
#173: fixes visual bugs in TextView
-
#146: fixes open file dialog for mac
-
#154, #159: adds context menu items for more options to close a log file
Also, logorrr.app was improved by adding a dedicated download link for linux builds (#135) and the download statistics page was improved (#163).
For an overview have a look at the milestone page, and a changelog is available here.
Downloads
- For MacOsX, LogoRRR is available in the Apple Appstore.
- For Windows, just use the attached installer below. Keep in mind that this installer is not signed (#64, #29), thus you have to confirm several warning dialogs during install.
- Linux users can download builds tailored for ARM or Intel architectures. Find the suitable .deb package for your system in the links below.
Full Changelog
23.3.0
Release Highlights
The highlight of this release is a substantial performance and memory improvement, see Issue #150.
Bug Fixes and Improvements
- #150 reduce memory consumption
- #83 improved implementation of BlockViewPane
- #131 current log entry should be highlighted
- #144 add option to ignore log entries
- #152 open log file in finder/explorer
- #130, #139 support more encodings
- #125 Remember last opened directory
- #147, #156 Remember active filters
- #148, #149 enhance About Screen
- #151 various cleanups, dependency updates ...
Downloads
- For MacOsX, LogoRRR is available in the Apple Appstore.
- For Windows, just use the attached installer below. Keep in mind that this installer is not signed (#64, #29), thus you have to confirm several warning dialogs during install.
- Linux users can download builds tailored for ARM or Intel architectures. Find the suitable .deb package for your system in the links below.
Full Changelog
23.2.1
Release Highlights
This release is a bugfix and maintenance release.
Bug Fixes and Improvements
-
#30: change deployment such that LogoRRR can be put into the apple app store
-
#145: for a sandboxed LogoRRR it was not possible to open previous opened files which affected the overall user experience
-
#140: removes support for x86 mac build
-
#112: introduces a 'clear logs' button (handy if you want to observe an ongoing process)
-
#105: introduces a custom ConfigReader and ConfigWriter for Filter type
-
various: code cleanup, renewed used compiler/plugins, documentation updates, less warnings ...
Downloads
For MacOsX, LogoRRR is available in the Apple Appstore.
23.1.1
Release Highlights
This bugfix release addresses the startup issues that were affecting LogoRRR on all platforms.
The initial report can be found at #136, and I would like to extend my gratitude to Oliver Löffler for providing a clear and
concise bug report that helped me quickly resolve the issue.
Besides that, this release does not include any new features or functionalities.
Release 23.1.0
Please read
Due to bug #136 this release needs a directory to be created manually if you have a new installation. Please use the bugfix version for this release.
Release Highlights
Linux Support
LogoRRR
releases now also contain builds for Linux. This solves #22. At the moment amd64
and aarch64
platforms are supported. The provided .deb files were created on Ubuntu virtual machines. Specifically for Linux, LogoRRR
creates its configuration and log file (see below) in ~/.logorrr/
thanks to #116.
Visual improvements
To improve the UX, the search button is now an icon instead of the 'search' text. The toolbar was reordered such that searchtags are displayed to the right, search text field is now placed to the left. Additionally, search terms are displayed in a more compact way.
Autoscroll Support
You can now activate / deactivate a live mode to watch log files. For this, a checkbox in the toolbar was introduced. While inspecting a log file in autoscroll mode, you can still use LogoRRR
s interactive features like filtering or search.
LogoRRR
logfile
Starting with this release, LogoRRR
creates it's own log file which can be opened in the Help Menu. It will be written in the same directory as logorrr.conf
. This fixes #45 and helps debugging LogoRRR
itself.
Cleanup Button
With feature (#104) you can clear all log entries in LogoRRR
for a logfile without deleting the data from disc. This is especially handy if you monitor a log file over a longer time frame or want to start 'fresh' without reloading the file.
Release 23.1.0
This is a pre release which contains preliminary downloads to enable early adopters to test out new features. For the latest stable release see
https://github.com/rladstaetter/LogoRRR/releases/tag/22.3.0/
Linux Support
LogoRRR
releases now also contain builds for Linux. This solves #22. At the moment amd64
and aarch64
platforms are supported. The provided .deb files were created on Ubuntu virtual machines. It would be great to get feedback here.
It is planned to support flat pak such that more (all?) distros are supported. (see unsolved #111). Specifically for Linux, LogoRRR
creates its configuration and log file (see below) in ~/.logorrr/
thanks to #116.
Visual improvements
To improve the UX, the search button is now an icon instead of the 'search' text. The toolbar was reordered such that searchtags are displayed to the right, search text field is now placed to the left. Additionally, search terms are displayed in a more compact way.
Autoscroll Support
You can now activate / deactivate a live mode to watch log files. For this, a checkbox in the toolbar was introduced. While inspecting a log file in autoscroll mode, you can still use LogoRRR
s interactive features.
LogoRRR logfile
Starting with this release, LogoRRR
creates it's own log file which can be opened in the Help Menu. It will be written in the same directory as logorrr.conf
. This fixes #45.
Cleanup Button
You can clear all log entries in LogoRRR for a logfile without deleting the data from disc with this new feature (#104). This is especially handy if you monitor a log file over a longer time frame or want to start 'fresh' without reloading the file.