Skip to content

Commit 62a18b0

Browse files
committed
chore(release): bump version to v0.5.0
1 parent 8b75b88 commit 62a18b0

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/ash
22
trap 'shutdown' TERM INT
3-
TAILRELAY_VERSION=v0.4.1
3+
TAILRELAY_VERSION=v0.5.0
44

55
# Accept a single comma‑separated list of port:target pairs
66
# Each item in the list represents one socat relay

webui/cmd/webui/web/templates/index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,21 @@ <h1 class="h4 mb-1">Backup & Restore</h1>
186186
</div>
187187
</main>
188188

189+
<footer class="mt-5 py-4 text-center">
190+
<div class="container text-muted small">
191+
<ul class="list-inline mb-0">
192+
<li class="list-inline-item"><a href="https://github.com/sudocarlos/tailrelay" target="_blank"
193+
class="text-decoration-none text-muted hover-primary">Contribute</a></li>
194+
<li class="list-inline-item">&middot;</li>
195+
<li class="list-inline-item"><a href="https://github.com/sudocarlos/tailrelay/issues" target="_blank"
196+
class="text-decoration-none text-muted hover-primary">Feedback</a></li>
197+
<li class="list-inline-item">&middot;</li>
198+
<li class="list-inline-item"><a href="https://nosta.me/sudocarlos.com" target="_blank"
199+
class="text-decoration-none text-muted hover-primary">Contact</a></li>
200+
</ul>
201+
</div>
202+
</footer>
203+
189204
<!-- Floating Action Button -->
190205
<div class="fab-container">
191206
<button id="fab-button" class="btn btn-primary fab rounded-circle shadow-lg" type="button" data-bs-toggle="dropdown"

0 commit comments

Comments
 (0)