From 3403857442e3ea4e98643c2a2cba64b1d59a1f5c Mon Sep 17 00:00:00 2001 From: aceberg <1502200+aceberg@users.noreply.github.com> Date: Fri, 6 Oct 2023 23:52:57 +0700 Subject: [PATCH] Release 1.0.2 (#60,#61) --- CHANGELOG.md | 6 ++++++ README.md | 1 + internal/web/templates/history.html | 2 +- internal/web/templates/host.html | 2 +- internal/web/templates/version | 2 +- 5 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb6f964..098e045 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ # Change Log All notable changes to this project will be documented in this file. +## [v1.0.2] - 2023-10-07 +### Fixed +- UI update bug [#61](https://github.com/aceberg/WatchYourLAN/issues/61) +### Added +- Device online/offline history [#60](https://github.com/aceberg/WatchYourLAN/issues/60) + ## [v1.0.1] - 2023-08-18 ### Added - User Authentification diff --git a/README.md b/README.md index 312e1a1..df1bd12 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ Configuration can be done through config file or environment variables | DBPATH | Path to Database | /data/db.sqlite | | GUIIP | Address for web GUI | 0.0.0.0 | | GUIPORT | Port for web GUI | 8840 | +| HISTORY_DAYS | Keep devices online/offline history for (days) | 30 | | IFACE | Interface to scan. Could be one or more, separated by space. Currently `docker0` is not allowed, as arp-scan wouldn't work with it correctly | enp1s0 | | IGNOREIP | If you want to detect unknown hosts by MAC only, set this wariable to "yes" | no | | LOGLEVEL | How much log output you want to see ("short" or "verbose") | verbose | diff --git a/internal/web/templates/history.html b/internal/web/templates/history.html index f19f680..5e289b0 100644 --- a/internal/web/templates/history.html +++ b/internal/web/templates/history.html @@ -10,7 +10,7 @@