Releases: albertus82/router-logger
Releases · albertus82/router-logger
v8.0.0
- 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.
- The old topics have been replaced with the followings:
Checksums SHA-256
- routerlogger-8.0.0-cocoa-macosx-x86_64-app.tar.gz
9f951257c7e25626c8273eb91562ec8b9aea56e56a7be324a480fe6f5e04784c
- routerlogger-8.0.0-gtk-linux-armhf-bin.tar.gz
9f5878417131e7e3083d60c998c267726697c9b7fe8188ae16a06279749fff65
- routerlogger-8.0.0-gtk-linux-x86-bin.tar.gz
54621b48eda4fc9e2fb0a039246ea7b510e1a31e7b2140d0feb9e83bdbf96c3e
- routerlogger-8.0.0-gtk-linux-x86_64-bin.tar.gz
ef39df6d9ae6acd707f9ac8a812de35a85561024f306e01d8dd02579cfbceb1a
- routerlogger-8.0.0-win32-win32-x86-setup.exe
462418d392b1cbd3269a40eea8a17b0d0f1e7d39fbf100a04e34034f3d512db1
- routerlogger-8.0.0-win32-win32-x86_64-setup.exe
24b282094789790c74d9687077eb1eec7e18e6502f766638ff1643d900455635
v7.8.0
v7.7.0
- HTTP server:
- HTML pages:
- Improved
LogsHandler
(/logs
). - Improved XHTML compatibility.
- Improved
- Added JSON compression support (Gzip).
- Fixed
Etag
header management. - Fixed status code for
ConnectHandler
&DisconnectHandler
on illegal state (was 503, now it is 412).
- HTML pages:
- Logging: switched to
java.util.logging
. Added configurable time based rolling file logs. - Several minor fixes.
v7.6.0
- 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
- OS X
app
package & native menu integration. - Windows
exe
launcher.
v7.4.2
- Improved preferences.
- Fixes:
- Web server hang.
- Start minimized on Linux.
- Table scroll on Linux.
v7.4.1
- Fixed balloon tooltip bug.
v7.4.0
- 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
- MQTT client.
- Improved logging.
- Preferences:
- improved CSV (DSV) delimiter selection;
- added none writer (
DummyWriter
).
v7.2.0
- 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.