Skip to content

Releases: albertus82/router-logger

v7.1.0

26 Jun 17:27
Compare
Choose a tag to compare
  • Console mode: added Connect & Disconnect functions (from web interface).
  • Multi-threaded Web Server.
  • Improved Linux shell script (now .sh can be called from any directory).
  • Minor fixes.

v7.0.0

12 Jun 19:46
Compare
Choose a tag to compare
  • API Change: method Reader.readInfo must now return LinkedHashMap<String, String> instead of RouterData. Code adjustments should be straightforward.
  • Email sender: added configurable limits to queue and message sizes to prevent out-of-memory errors.
  • HTTPS server: fixed configuration bug.

v6.6.0

04 Jun 15:28
Compare
Choose a tag to compare
  • Reader: added operation mode that disconnects from Telnet and reconnects at each iteration (useful with long intervals).
  • Web server:
    • added HTTPS support;
    • added favicon;
    • fixed home page buttons;
  • Improved Preferences dialog.

v6.5.0

28 May 15:11
Compare
Choose a tag to compare
  • HTTP Server.
  • Infinite connection retries.
  • Reorganized preferences.
  • Tested on Raspberry Pi 3 (Raspbian Jessie).

v6.4.0

20 May 15:33
Compare
Choose a tag to compare
  • Thresholds: configurable emails when reached.
  • Preferences: database password field is now secret.
  • Fixed tray icon & balloon tooltip bug on Linux (incl. Raspbian).
  • New build other that not includes the platform dependent SWT JAR library.
  • Improved performance.

v6.3.0

14 May 09:56
Compare
Choose a tag to compare
  • Email sender: can send zipped CSV files (daily) & error notifications (real-time). Particularly useful for unattended execution (i.e. on Raspberry Pi).
  • Minor improvements.

v6.2.1

03 May 17:38
Compare
Choose a tag to compare
  • Console: improved compatibility with GTK.
  • Preferences: router password field is now secret.

v6.2.0

24 Apr 17:26
Compare
Choose a tag to compare
  • Added Configuration interface (Tools menu).
  • New icon (by Tsu Jan).

v6.1.2

05 Apr 17:37
Compare
Choose a tag to compare
  • Added Delete and Clear functions (Edit menu).
  • Renamed menu Connection to Telnet.
  • Minor fixes.

v6.1.1

26 Mar 10:26
Compare
Choose a tag to compare
  • Configuration errors management.
  • Restore window on clic on tray tooltip.