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
|
# Change Log
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## [v2.0.3] - 2024-09-
|
## [v2.0.3] - 2024-09-17
|
||||||
### Fixed
|
### Fixed
|
||||||
- `ARP_STRS_JOINED` should be empty in config file
|
- `ARP_STRS_JOINED` should be empty in config file
|
||||||
- Optimized History Trim
|
- Optimized History Trim
|
||||||
|
|
|
||||||
|
|
@ -169,12 +169,16 @@ Or use [docker-compose](docker-compose-local.yml)
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
## API
|
## API & Integrations
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>Expand</summary>
|
<summary>Expand</summary>
|
||||||
|
|
||||||
|
### API
|
||||||
Moved to [docs/API.md](https://github.com/aceberg/WatchYourLAN/blob/main/docs/API.md)
|
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>
|
</details>
|
||||||
|
|
||||||
## Thanks
|
## Thanks
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
VERSION=2.0.2
|
VERSION=2.0.3
|
||||||
Loading…
Reference in a new issue