Skip to content

Releases: rladstaetter/LogoRRR

24.3.0

01 May 21:24
Compare
Choose a tag to compare

Release Highlights

24.3.0 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 LogoRRRs 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...24.3.0

24.2.0

11 Jan 23:08
Compare
Choose a tag to compare

Release Highlights

Screenshot of LogoRRR, version 24.2.0

This update brings enhanced zip file support and animated clipboard actions, alongside various bug fixes.

189-context-menu-changes

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

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

24.1.0

08 Dec 21:34
06d9bbb
Compare
Choose a tag to compare

Release Highlights

Screenshot of LogoRRR, version 24.1.0

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

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

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

23.3.0

05 Nov 16:53
Compare
Choose a tag to compare

Release Highlights

Screenshot of LogoRRR, version 23.3.0

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

23.2.1

19 Aug 18:51
Compare
Choose a tag to compare

Release Highlights

Screenshot of LogoRRR, version 23.2.1

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

20 Feb 19:38
Compare
Choose a tag to compare

Release Highlights

Screenshot of LogoRRR, version 23.1.0

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

16 Jan 16:11
dd01bd4
Compare
Choose a tag to compare

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

Screenshot of LogoRRR, version 23.1.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. Specifically for Linux, LogoRRR creates its configuration and log file (see below) in ~/.logorrr/ thanks to #116.

Visual improvements

  • #110 Use an icon for the search button
  • #114 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

  • #112, #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 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

23 Oct 11:29
Compare
Choose a tag to compare
Release 23.1.0 Pre-release
Pre-release

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

  • #110 Use an icon for the search button
  • #114 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

  • #112, #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.

Release 22.3.0

16 Oct 14:24
Compare
Choose a tag to compare

Release Highlights

Screenshot of LogoRRR, version 22.3.0

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

Full Changelog: 22.2.0...22.3.0

Release 22.2.0

07 Aug 12:51
Compare
Choose a tag to compare

Release Highlights

Screenshot of LogoRRR, version 22.2.0

This release adds several improvements, most notably a better user experience.
Much energy has been put into improving search and visual appearance of LogoRRR.

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

Full Changelog: 22.1.0...22.2.0