File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change Log
22All notable changes to this project will be documented in this file.
33
4- ## [ v2.0.3] - 2024-09-
4+ ## [ v2.0.3] - 2024-09-17
55### Fixed
66- ` ARP_STRS_JOINED ` should be empty in config file
77- Optimized History Trim
Original file line number Diff line number Diff line change @@ -169,12 +169,16 @@ Or use [docker-compose](docker-compose-local.yml)
169169
170170</details >
171171
172- ## API
172+ ## API & Integrations
173173
174174<details >
175175 <summary >Expand</summary >
176176
177+ ### API
177178Moved to [ docs/API.md] ( https://github.com/aceberg/WatchYourLAN/blob/main/docs/API.md )
179+
180+ ### Integrations
181+ - [ Python API client] ( https://github.com/drwahl/py-watchyourlanclient ) by [ drwahl] ( https://github.com/drwahl )
178182</details >
179183
180184## Thanks
Original file line number Diff line number Diff line change 1- VERSION=2.0.2
1+ VERSION=2.0.3
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ func trimHistory() {
4747 newHistHosts = append (newHistHosts , hist )
4848 }
4949 }
50-
50+
5151 db .DeleteList (ids )
5252 histHosts = newHistHosts
5353
You can’t perform that action at this time.
0 commit comments