Releases: albertus82/router-logger
Releases · albertus82/router-logger
v6.1.0
- Added sash between data table and console to allow resizing.
- Minor fixes.
v6.0.1
Minor fixes.
v6.0.0
- API change: method
Reader.login()
now takes password argument aschar[]
instead ofString
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
- 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
- inrouterlogger.cfg
). - Explicit language selection in
routerlogger.cfg
. Default: system language.
v5.0.1
- Improved shell scripts.
- Minor optimizations.
v5.0.0
- API change: method
Reader.login()
now takes two arguments: username & password, so there's no need to retrieve these values manually fromrouterlogger.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 usejava -classpath
option in order to allow putting other JARs into thelib
directory. - Thresholds exclusions (see README for details).
v4.1.0
- New thresholds expressions (see README for details). Please update your thresholds configuration or set
thresholds.split=true
inrouterlogger.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
- 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
Added support for ASUS DSL-N14U and D-Link DSL-2750B.
v3.0.0
First GUI stable release.