diff --git a/CHANGELOG.md b/CHANGELOG.md index 2057709..6f25ca9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.7.1] - 2026-02-18 + +### Changed +- **Standard-Theme**: Hell-Theme (Light) ist jetzt der Default für neue Besucher + (bisher: Dark). Gespeicherte Benutzereinstellung bleibt erhalten. + ## [0.7.0] - 2026-02-18 ### Changed diff --git a/config.yaml b/config.yaml index 11ac5af..8b3af68 100644 --- a/config.yaml +++ b/config.yaml @@ -1,4 +1,4 @@ -version: "0.7.0" +version: "0.7.1" bot: name: "MeshDD-Bot" diff --git a/static/admin.html b/static/admin.html index eff3c42..35756a7 100644 --- a/static/admin.html +++ b/static/admin.html @@ -1,5 +1,5 @@ - + diff --git a/static/index.html b/static/index.html index 8fb1d14..c9e4e68 100644 --- a/static/index.html +++ b/static/index.html @@ -1,5 +1,5 @@ - + diff --git a/static/js/app.js b/static/js/app.js index 747e79d..ec0c11a 100644 --- a/static/js/app.js +++ b/static/js/app.js @@ -60,7 +60,7 @@ function applyTheme(theme) { } function _setupTheme() { - applyTheme(localStorage.getItem('theme') || 'dark'); + applyTheme(localStorage.getItem('theme') || 'light'); const btn = document.getElementById('themeToggle'); if (btn) { btn.addEventListener('click', () => { diff --git a/static/js/login.js b/static/js/login.js index 85796e2..9a70909 100644 --- a/static/js/login.js +++ b/static/js/login.js @@ -8,7 +8,7 @@ function applyTheme(theme) { localStorage.setItem('theme', theme); } -applyTheme(localStorage.getItem('theme') || 'dark'); +applyTheme(localStorage.getItem('theme') || 'light'); themeToggle.addEventListener('click', () => { const current = document.documentElement.getAttribute('data-bs-theme'); diff --git a/static/login.html b/static/login.html index 114932e..1df0d50 100644 --- a/static/login.html +++ b/static/login.html @@ -1,5 +1,5 @@ - + diff --git a/static/map.html b/static/map.html index a20019b..c3645b2 100644 --- a/static/map.html +++ b/static/map.html @@ -1,5 +1,5 @@ - + diff --git a/static/packets.html b/static/packets.html index 3c0496f..4ec4db3 100644 --- a/static/packets.html +++ b/static/packets.html @@ -1,5 +1,5 @@ - + diff --git a/static/scheduler.html b/static/scheduler.html index 8591732..625481e 100644 --- a/static/scheduler.html +++ b/static/scheduler.html @@ -1,5 +1,5 @@ - + diff --git a/static/settings.html b/static/settings.html index 01679cd..5bc6589 100644 --- a/static/settings.html +++ b/static/settings.html @@ -1,5 +1,5 @@ - +