feat: centralize version in internal/version package, fix updater for pre-release tags, show version in footer

This commit is contained in:
2026-04-08 21:10:07 +02:00
parent ca402eb88e
commit 1cf7f50bfb
6 changed files with 44 additions and 14 deletions

View File

@@ -793,7 +793,7 @@
<div class="container-xl">
<div class="row text-center align-items-center">
<div class="col-12">
<span class="text-secondary">&copy; 2026 Keywarden Centralized SSH Key Management and Deployment | AGPLv3</span>
<span class="text-secondary">&copy; 2026 Keywarden Centralized SSH Key Management and Deployment | AGPLv3 | {{appVersion}}{{if updateAvailable}} · <a href="{{releaseURL}}" target="_blank" rel="noopener noreferrer" class="text-warning" title="Update verfügbar"><i class="ti ti-download"></i> {{latestVersion}} verfügbar</a>{{end}}</span>
</div>
</div>
</div>