From bda4a6cb1e5650722a9465a0013178c77e6a14a2 Mon Sep 17 00:00:00 2001 From: Kaibu Date: Sat, 8 Jun 2024 01:14:42 +0200 Subject: [PATCH] changelog changes --- src/UI.vue | 4 ++-- src/components/ChangelogWindow.vue | 18 ++++++++++++++++-- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/src/UI.vue b/src/UI.vue index f358c0d..6dc8fe0 100644 --- a/src/UI.vue +++ b/src/UI.vue @@ -166,7 +166,7 @@ - + @@ -183,7 +183,7 @@ - + diff --git a/src/components/ChangelogWindow.vue b/src/components/ChangelogWindow.vue index cc82191..1303346 100644 --- a/src/components/ChangelogWindow.vue +++ b/src/components/ChangelogWindow.vue @@ -16,6 +16,9 @@ + + Alle Changelogs + @@ -27,8 +30,12 @@ year: '2-digit', })} - ${new Date(changelog.release_at).toLocaleTimeString([], { hour: '2-digit' })}` }} + + {{ changelog.note }} + - Mission + Mission + {{ changelog.size }} Download @@ -60,6 +67,8 @@