Skip to content

Releases: albertus82/router-logger

v6.1.0

22 Mar 14:29
Compare
Choose a tag to compare
  • Added sash between data table and console to allow resizing.
  • Minor fixes.

v6.0.1

20 Mar 08:33
Compare
Choose a tag to compare

Minor fixes.

v6.0.0

16 Mar 19:47
Compare
Choose a tag to compare
  • API change: method Reader.login() now takes password argument as char[] instead of String for security reasons.
  • Added Connection menu with Connect and Disconnect commands.
  • Added Restart command in File menu.
  • Improved error logging.
  • New icon (made by Everaldo Coelho).

v5.1.0

09 Mar 19:11
Compare
Choose a tag to compare
  • OS X binaries are now available.
  • Menu bar.
  • Tray icon balloon tooltip when threshold is reached (configurable by editing gui.tray.tooltip property value - true/false - in routerlogger.cfg).
  • Explicit language selection in routerlogger.cfg. Default: system language.

v5.0.1

28 Feb 08:30
Compare
Choose a tag to compare
  • Improved shell scripts.
  • Minor optimizations.

v5.0.0

20 Feb 18:38
Compare
Choose a tag to compare
  • API change: method Reader.login() now takes two arguments: username & password, so there's no need to retrieve these values manually from routerlogger.cfg.
  • Fixed major issue with paths containing whitespaces.
  • Improved tray icons.
  • Rebuilt and unified shell scripts (Windows .BAT & Linux .sh).
  • Support for java -jar option (only when there's no need of external JARs). Shell scripts will continue to use java -classpath option in order to allow putting other JARs into the lib directory.
  • Thresholds exclusions (see README for details).

v4.1.0

07 Feb 11:09
Compare
Choose a tag to compare
  • New thresholds expressions (see README for details). Please update your thresholds configuration or set thresholds.split=true in routerlogger.cfg to enforce backward compatibilty.
  • Improved error messages.
  • GUI: Reduced maximum number of items in table from 5.000 to 2.000 in order to reduce memory usage.

v4.0.0

31 Dec 08:23
Compare
Choose a tag to compare
  • Added new column Response time after Timestamp.
    • DatabaseWriter users must add the RL_RESPONSE_TIME_MS INTEGER column to the ROUTER_LOG table (or let the application recreate the table).
    • CsvWriter users should start this new version without an existing CSV file for the current day to avoid messing up data in the existing file.
  • Changed default logout command from logout to exit.
    • Please review your custom Reader classes adding or removing the logout method override if necessary.
  • Improved threads management.
  • Improved support for ASUS DSL-N14U.
  • Improved error management and messages.

v3.1.0

07 Dec 12:32
Compare
Choose a tag to compare

Added support for ASUS DSL-N14U and D-Link DSL-2750B.

v3.0.0

06 Sep 14:49
Compare
Choose a tag to compare

First GUI stable release.