From 6ad4d3f485def630971976f00413d3bf43a5f383 Mon Sep 17 00:00:00 2001 From: M_Viper Date: Fri, 18 Oct 2024 13:01:29 +0000 Subject: [PATCH] public/index.html aktualisiert --- public/index.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index a99b0bb..aee916a 100644 --- a/public/index.html +++ b/public/index.html @@ -193,12 +193,21 @@ // Changelog-Daten const changelogData = { "changelog": [ + { + "version": "1.8.5", + "date": "2024-10-18", + "changes": [ + "Dev-Report Filme können jetzt gemeldet werden", + "Backend Notification für Dev-Melungen hinzugefügt", + "Diverse kleinere Bugfix" + ] + }, { "version": "1.8.4", "date": "2024-10-17", "changes": [ "Backups Passwort schutz", - "Verbesserter Passwort schutz für Frontend" + "Verbesserter Passwort schutz für Admin Bereich" ] }, {