Release 1.0.3 (#60)

This commit is contained in:
aceberg 2023-10-08 14:01:20 +07:00
parent 946d21edbb
commit 0acd987313
3 changed files with 6 additions and 3 deletions

View file

@ -2,6 +2,11 @@
# 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.
## [v1.0.3] - 2023-10-08
### Fixed
- Github Action workflow for binary release
- History bugs
## [v1.0.2] - 2023-10-07 ## [v1.0.2] - 2023-10-07
### Fixed ### Fixed
- UI update bug [#61](https://github.com/aceberg/WatchYourLAN/issues/61) - UI update bug [#61](https://github.com/aceberg/WatchYourLAN/issues/61)

View file

@ -5,7 +5,6 @@
<div class="container mt-3"> <div class="container mt-3">
<table class="table table-striped"> <table class="table table-striped">
<tr> <tr>
<th>Host ID</th>
<th>Name</th> <th>Name</th>
<th>IP</th> <th>IP</th>
<th>Mac</th> <th>Mac</th>
@ -16,7 +15,6 @@
</tr> </tr>
{{ range .Hist }} {{ range .Hist }}
<tr> <tr>
<td><a href="/host?id={{ .Host }}">{{ .Host }}</a></td>
<td>{{ .Name }}</td> <td>{{ .Name }}</td>
<td><a href="http://{{ .IP }}" target="_blank">{{ .IP }}</a></td> <td><a href="http://{{ .IP }}" target="_blank">{{ .IP }}</a></td>
<td><a href="/host?id={{ .Host }}">{{ .Mac }}</a></td> <td><a href="/host?id={{ .Host }}">{{ .Mac }}</a></td>

View file

@ -1 +1 @@
VERSION=1.0.2 VERSION=1.0.3