From 7abefd4d59414756cca52eeed2d60fd09c579c0c Mon Sep 17 00:00:00 2001 From: Samuel Zielke Date: Sat, 4 Jan 2025 01:24:38 +0100 Subject: [PATCH] Version: 1.3.0 - UpdateInfos - Anpassung ExportDB-File-Name --- app/static/app/js/exportDB.js | 2 +- app/templates/app/updateinfo.html | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app/static/app/js/exportDB.js b/app/static/app/js/exportDB.js index 8680bcb..2f8bef9 100644 --- a/app/static/app/js/exportDB.js +++ b/app/static/app/js/exportDB.js @@ -52,7 +52,7 @@ async function exportIndexedDBData() { try { const data = await getAllDataFromIndexedDB(dbName, storeName); const jsonData = convertToJSON(data); - downloadData("exported_data.json", jsonData); + downloadData("piomint_backup.json", jsonData); } catch (error) { console.error("Fehler beim Exportieren der Daten:", error); } diff --git a/app/templates/app/updateinfo.html b/app/templates/app/updateinfo.html index 3665f15..f41039e 100644 --- a/app/templates/app/updateinfo.html +++ b/app/templates/app/updateinfo.html @@ -1,21 +1,21 @@

Update Time!


-
v1.2.1
+
v1.3.0

- SORRY! 😬 -
Da ist mir was durch die lappen gegangen! + Vorsicht ist besser als Nachsicht! 😬 +
Auf Wunsch und Vorischt hin nun Backups!

Was ist neu? -
Unter Einstellungen WhatsApp Community beitreten! +
Unter Einstellungen Daten Exportieren und Importieren.
-
BugFix: -
1. Der Monatswechsel hat nicht in den Dezember geklappt. -
2. Die Jahresanzeige war auf Kalenderjahr und nichts dienstjahr. +
Hinweise: +
1. Backup muss Manuell gemacht werden (aktuell)! +
2. Backup muss Gespeichert werden!
-
Viel Freude und schön das du piomint nutz, +
Viel Freude und schön das du piomint nutzt,
Gruß Samuel


- \ No newline at end of file + \ No newline at end of file