LogoRRR Changelog

What's new in LogoRRR 24.3.0

May 2, 2024
  • 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.

New in LogoRRR 24.2.0 (Jan 12, 2024)

  • Enhancements:
  • #182 add support for zip files
  • #177: adds animation to 'copy to clipboard' action
  • 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

New in LogoRRR 24.1.0 (Dec 9, 2023)

  • Enhancements and Bug Fixes:
  • 122, #132: remember actual scroll position
  • 172: widens scroll bars
  • 173: fixes visual bugs in TextView
  • 170, #171: fixes current element selection
  • 78, #102, #153, #169 adds 'copy current selection' feature
  • 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).

New in LogoRRR 23.3.0 (Nov 6, 2023)

  • Bug Fies and Improvements
  • 144 add option to ignore log entries
  • 150 reduce memory consumption
  • 152 open log file in finder/eplorer
  • 131 current log entry should be highlighted
  • 125 Remember last opened directory
  • 147, #156 Remember active filters
  • 130, #139 support more encodings
  • 148, #149 enhance About Screen
  • 151 various cleanups, dependency updates

New in LogoRRR 23.2.1 (Aug 20, 2023)

  • 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

New in LogoRRR 23.1.1 (Feb 20, 2023)

  • 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.

New in LogoRRR 23.1.0 Pre-release (Jan 17, 2023)

  • Visual improvements:
  • Use an icon for the search button
  • Reorder toolbar
  • 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:
  • , #61: Autoscroll, live log file
  • 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 LogoRRRs 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.

New in LogoRRR 22.3.0 (Oct 17, 2022)

  • This release features a more modern look for LogoRRR and a windows installer which doesn't need administrative rights.
  • What's Changed:
  • #92: create windows installer with embedded jre
  • #88: implements a 'close all' option in the file menu
  • #99: updates advanced installer version to 19.8.1
  • #101: improve LogoRRR's user interface
  • #106 improve filter handling

New in LogoRRR 22.2.0 (Sep 11, 2022)

  • Fixed issues / Improvements:
  • #93 Tooltips for various user interface elements
  • #89 Buttons for changing font size and block size
  • #87 Drag and drop directories
  • #85 block empty search
  • #85 fix line number color
  • #60 basic regex search functionality