From 1d4b121ea5774e9794f30a01e7b73b17021197ac Mon Sep 17 00:00:00 2001 From: vimaexd Date: Mon, 21 Jul 2025 19:49:55 +0100 Subject: [PATCH] feat: add git commit hash --- src/lib/ui/Navigation.svelte | 3 ++- vite.config.js | 8 +++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/lib/ui/Navigation.svelte b/src/lib/ui/Navigation.svelte index abfacf8..83ee8f9 100644 --- a/src/lib/ui/Navigation.svelte +++ b/src/lib/ui/Navigation.svelte @@ -28,6 +28,7 @@ import FollowersIcon from '@cf/icons/followers.svg'; const VERSION = APP_VERSION; + const COMMIT = APP_COMMIT; const lang = Lang(); const dispatch = createEventDispatcher(); @@ -184,7 +185,7 @@ {/if} - campfire v{VERSION} + campfire v{VERSION} ({COMMIT})