Skip to content

Releases: albertus82/router-logger

v8.0.0

24 Feb 18:43
Compare
Choose a tag to compare
  • Improved Java 9 compatibility.
  • Improved GTK3 compatibility (Linux).
  • HTTP server:
    • Added HTTP to HTTPS redirection and HTTP Strict Transport Security support.
    • The old JSON resources have been replaced with the followings:
      • /status/device for device status info,
      • /status/app for app status info.
    • Minor fixes.
  • MQTT:
    • The old topics have been replaced with the followings:
      • routerlogger/status/device for device status info,
      • routerlogger/status/app for app status info.
    • New MQTT payload structure that enables the optional use of data compression, using headers similar to the HTTP ones.

Screenshot

Checksums SHA-256

v7.8.0

11 Jun 13:23
Compare
Choose a tag to compare
  • New Bootstrap-based web interface.
  • Minor fixes.

v7.7.0

04 Mar 21:22
Compare
Choose a tag to compare
  • HTTP server:
    • HTML pages:
      • Improved LogsHandler (/logs).
      • Improved XHTML compatibility.
    • Added JSON compression support (Gzip).
    • Fixed Etag header management.
    • Fixed status code for ConnectHandler & DisconnectHandler on illegal state (was 503, now it is 412).
  • Logging: switched to java.util.logging. Added configurable time based rolling file logs.
  • Several minor fixes.

v7.6.0

12 Dec 18:18
Compare
Choose a tag to compare
  • The default destination directory for CSV and log files is now the user's documents folder (OS specific).
  • Moved configuration file to the user's application data folder (OS specific).
  • Tray icon: restore on single click.
  • Console: fixed font in OS X.
  • Web server:
    • Added Logs page.
    • Added wait time on authentication failure (mitigate brute force attacks).
    • Added Refresh button to Status page.
    • Responsive HTML pages.
  • Windows installer (based on Inno Setup).
  • New Linux release for armhf architecture (e.g., Raspberry Pi).

v7.5.0

12 Nov 19:14
Compare
Choose a tag to compare
  • OS X app package & native menu integration.
  • Windows exe launcher.

v7.4.2

23 Oct 12:59
Compare
Choose a tag to compare
  • Improved preferences.
  • Fixes:
    • Web server hang.
    • Start minimized on Linux.
    • Table scroll on Linux.

v7.4.1

11 Sep 07:18
Compare
Choose a tag to compare
  • Fixed balloon tooltip bug.

v7.4.0

29 Aug 16:17
Compare
Choose a tag to compare
  • Web server: added JSON HTTP handlers: /json/status, /json/data and /json/thresholds.
  • Data table: colors selection.
  • Fixed localization of context menus.
  • Several improvements and minor fixes.

v7.3.0

09 Aug 11:26
Compare
Choose a tag to compare
  • MQTT client.
  • Improved logging.
  • Preferences:
    • improved CSV (DSV) delimiter selection;
    • added none writer (DummyWriter).

v7.2.0

24 Jul 17:52
Compare
Choose a tag to compare
  • Web server:
    • replaced JavaScript with regular HTML where possible in order to improve compatibility with text browsers;
    • improved favicon.ico handler.
  • Data table:
    • added clipboard limit to prevent out of memory errors;
    • fixed row limiter.
  • Text console: redirection of System.out & System.err streams.
  • Preferences: improved localization of combo fields.