v2.56.2 — Versions-String aktualisiert + sichtbare Version in Einstellungen

This commit is contained in:
Dustin
2026-08-06 20:08:55 +02:00
parent 489cb129b1
commit 8f9ed1ff53
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ void main() async {
WidgetsFlutterBinding.ensureInitialized();
// Logger startet sofort zeichnet ALLES auf
MeloLogger().init('2.54.1');
MeloLogger().init('2.56.1');
// ── Notifications initialisieren (Issue #9) ──
const androidInit = AndroidInitializationSettings('@mipmap/ic_launcher');
+9
View File
@@ -358,6 +358,15 @@ class _SettingsScreenState extends State<SettingsScreen> {
const SizedBox(height: 20),
// ─── Versions-Anzeige (sichtbar!) ───
Center(
child: Text(
'Melo v2.56.1',
style: TextStyle(fontSize: 12, color: MeloTheme.textSekundaer),
),
),
const SizedBox(height: 8),
// ═══ Expertenmodus ═══
Container(
decoration: BoxDecoration(