Skip to content

Commit

Permalink
Release 1.0.3 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
aceberg committed Oct 8, 2023
1 parent 946d21e commit 0acd987
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 0 additions & 2 deletions internal/web/templates/history.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion internal/web/templates/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION=1.0.2
VERSION=1.0.3

0 comments on commit 0acd987

Please sign in to comment.