Release 1.0.3 (#60)
This commit is contained in:
parent
946d21edbb
commit
0acd987313
3 changed files with 6 additions and 3 deletions
|
|
@ -2,6 +2,11 @@
|
|||
# Change Log
|
||||
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
|
||||
### Fixed
|
||||
- UI update bug [#61](https://github.com/aceberg/WatchYourLAN/issues/61)
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
<div class="container mt-3">
|
||||
<table class="table table-striped">
|
||||
<tr>
|
||||
<th>Host ID</th>
|
||||
<th>Name</th>
|
||||
<th>IP</th>
|
||||
<th>Mac</th>
|
||||
|
|
@ -16,7 +15,6 @@
|
|||
</tr>
|
||||
{{ range .Hist }}
|
||||
<tr>
|
||||
<td><a href="/host?id={{ .Host }}">{{ .Host }}</a></td>
|
||||
<td>{{ .Name }}</td>
|
||||
<td><a href="http://{{ .IP }}" target="_blank">{{ .IP }}</a></td>
|
||||
<td><a href="/host?id={{ .Host }}">{{ .Mac }}</a></td>
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
VERSION=1.0.2
|
||||
VERSION=1.0.3
|
||||
Loading…
Reference in a new issue