Releases: albertus82/router-logger
Releases · albertus82/router-logger
v7.1.0
- 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
- API Change: method
Reader.readInfo
must now returnLinkedHashMap<String, String>
instead ofRouterData
. 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
- 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
- HTTP Server.
- Infinite connection retries.
- Reorganized preferences.
- Tested on Raspberry Pi 3 (Raspbian Jessie).
v6.4.0
- 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
- 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
- Console: improved compatibility with GTK.
- Preferences: router password field is now secret.
v6.2.0
v6.1.2
- Added Delete and Clear functions (Edit menu).
- Renamed menu Connection to Telnet.
- Minor fixes.
v6.1.1
- Configuration errors management.
- Restore window on clic on tray tooltip.