Robert Ladstätter
Robert Ladstätter
### Release of LogoRRR 23.1.0 - [ ] Update Release Notes - [ ] Screenshot for Release Notes - [ ] Update Homepage - [ ] Build binary artefacts Windows...
For linux, use flatpak as a a possible option to download LogoRRR.
For writing/reading the configuration file the code could be improved. For example, in the filter class, there should be an encoder for `javafx.scene.paint.Color`.
Currently, BlockViewPane consumes an enormous amount of memory since it paints the whole log file, regardless if certain parts are visible or not. This should be improved in a way...
GraalVM native image binary should be used for Mac Installer instead of JDK16 image / jpackage. This will reduce installer size considerably and remove complexity from build.
Aim to visualize log events like described in https://blog.hello2morrow.com/2021/05/analyzing-software-with-advanced-visualizations/ ... TBD
Find a way to extract time instant information from log events. Ideally, a user can define in an easy way to on which place time information is found in a...