Skip to content

Commit

Permalink
Release 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aceberg committed Sep 17, 2024
1 parent 2934878 commit 3fccc2f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion internal/web/public/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION=2.0.2
VERSION=2.0.3
2 changes: 1 addition & 1 deletion internal/web/trim-history.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func trimHistory() {
newHistHosts = append(newHistHosts, hist)
}
}

db.DeleteList(ids)
histHosts = newHistHosts

Expand Down

0 comments on commit 3fccc2f

Please sign in to comment.