Taschenrechner-Features hinzugefügt und README aktualisiert

This commit is contained in:
2025-08-03 12:05:02 +02:00
parent f9f73e24c9
commit f5a39e80b4
5 changed files with 683 additions and 27 deletions

2
app.py
View File

@@ -20,7 +20,7 @@ app.config['BABEL_TRANSLATION_DIRECTORIES'] = 'translations'
babel = Babel()
# Version der App
APP_VERSION = "1.4.11"
APP_VERSION = "1.4.12"
def add_cache_headers(response):
"""Fügt Cache-Control-Header hinzu, die den Back-Forward-Cache ermöglichen"""