Release 2.0.3
This commit is contained in:
parent
2934878b5a
commit
3fccc2f149
4 changed files with 8 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
VERSION=2.0.2
|
||||
VERSION=2.0.3
|
||||
|
|
@ -47,7 +47,7 @@ func trimHistory() {
|
|||
newHistHosts = append(newHistHosts, hist)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
db.DeleteList(ids)
|
||||
histHosts = newHistHosts
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue