Skip to content

Commit 3fccc2f

Browse files
committed
Release 2.0.3
1 parent 2934878 commit 3fccc2f

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Change Log
22
All 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

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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
177178
Moved 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

internal/web/public/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION=2.0.2
1+
VERSION=2.0.3

internal/web/trim-history.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)