v1.4.9: Verbesserte Sprachausgabe mit englischer Unterstützung und Service Worker Fix

This commit is contained in:
2025-08-02 19:54:52 +02:00
parent eecc2b8b73
commit 1a5aa003a2

2
app.py
View File

@@ -20,7 +20,7 @@ app.config['BABEL_TRANSLATION_DIRECTORIES'] = 'translations'
babel = Babel()
# Version der App
APP_VERSION = "1.4.8"
APP_VERSION = "1.4.9"
# HTML-Template wird jetzt aus templates/index.html geladen