From 675e21d886bbab10485e0e962ae23f88a54f6954 Mon Sep 17 00:00:00 2001 From: JonKazama-Hellion Date: Thu, 16 Apr 2026 20:33:38 +0200 Subject: [PATCH] fix(release): fehlende Versionsnummern + bgUrl-Validierung Drei Stellen hatten noch '2.0.0' statt '2.0.1': newtab.html About-Sektion, data.js Export und app.js Backup-Export. FileReader-Upload in settings.js validiert jetzt bgUrl via isValidBgUrl() (Defense-in-Depth). Co-Authored-By: Claude Opus 4.6 --- newtab.html | 2 +- src/js/app.js | 2 +- src/js/data.js | 2 +- src/js/settings.js | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/newtab.html b/newtab.html index ee988e6..df339a3 100644 --- a/newtab.html +++ b/newtab.html @@ -223,7 +223,7 @@