From 3fccc2f149a0dfb2b9fa50aa9b4c8479c668484a Mon Sep 17 00:00:00 2001 From: aceberg <1502200+aceberg@users.noreply.github.com> Date: Tue, 17 Sep 2024 23:20:38 +0700 Subject: [PATCH] Release 2.0.3 --- CHANGELOG.md | 2 +- README.md | 6 +++++- internal/web/public/version | 2 +- internal/web/trim-history.go | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4047a2..733b1a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Change Log All notable changes to this project will be documented in this file. -## [v2.0.3] - 2024-09- +## [v2.0.3] - 2024-09-17 ### Fixed - `ARP_STRS_JOINED` should be empty in config file - Optimized History Trim diff --git a/README.md b/README.md index d351b7c..e8ae4bd 100644 --- a/README.md +++ b/README.md @@ -169,12 +169,16 @@ Or use [docker-compose](docker-compose-local.yml) -## API +## API & Integrations
Expand +### API Moved to [docs/API.md](https://github.com/aceberg/WatchYourLAN/blob/main/docs/API.md) + +### Integrations +- [Python API client](https://github.com/drwahl/py-watchyourlanclient) by [drwahl](https://github.com/drwahl)
## Thanks diff --git a/internal/web/public/version b/internal/web/public/version index a031e1d..a12650f 100644 --- a/internal/web/public/version +++ b/internal/web/public/version @@ -1 +1 @@ -VERSION=2.0.2 \ No newline at end of file +VERSION=2.0.3 \ No newline at end of file diff --git a/internal/web/trim-history.go b/internal/web/trim-history.go index db38b40..41bcc41 100644 --- a/internal/web/trim-history.go +++ b/internal/web/trim-history.go @@ -47,7 +47,7 @@ func trimHistory() { newHistHosts = append(newHistHosts, hist) } } - + db.DeleteList(ids) histHosts = newHistHosts