Skip to content

LogoRRR 21.2.1

Compare
Choose a tag to compare
@rladstaetter rladstaetter released this 21 Mar 19:51
· 677 commits to main since this release

This is a feature and bugfix release.

Features

Custom filter functionality

This release adds the ability to filter for custom text strings in the given log file. There are preselected filters enabled, which search for "INFO", "TRACE", "SEVERE" or "WARN" in the log file. Those (and also custom ones a user creates) can be removed via a mouse click.

This feature enables searching for arbitrary text strings or to combine custom queries in a given log file.

Adds colored to filter toggle buttons

For a better visual feedback I've added colored rectangles to the filter buttons. Looks nicer, improves usabilty.

Update to Scala 2.13.5

LogoRRR now uses Scala 2.13.5.

Bugfixes

A dependency from the time of the multimodule build - which was removed in a recent release - was still present in the main pom, effectively making the project non buildable for other interested parties. Which tells me that there was no other interested party which tried to compile the project.

Implementation notes

There are some performance regressions which will hopefully be fixed in one of the next releases.