Release 2.0.3

This commit is contained in:
aceberg 2024-09-17 23:20:38 +07:00
parent 2934878b5a
commit 3fccc2f149
4 changed files with 8 additions and 4 deletions

View file

@ -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

View file

@ -169,12 +169,16 @@ Or use [docker-compose](docker-compose-local.yml)
</details>
## API
## API & Integrations
<details>
<summary>Expand</summary>
### 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)
</details>
## Thanks

View file

@ -1 +1 @@
VERSION=2.0.2
VERSION=2.0.3

View file

@ -47,7 +47,7 @@ func trimHistory() {
newHistHosts = append(newHistHosts, hist)
}
}
db.DeleteList(ids)
histHosts = newHistHosts