From f57d7551561c3843785e8cb453dbcee1d9d4e223 Mon Sep 17 00:00:00 2001 From: Tobias Leuschner Date: Sat, 9 May 2026 02:14:14 +0200 Subject: [PATCH] =?UTF-8?q?fix=20v1.0.3=20=E2=80=93=20Update-Badge=20HTML-?= =?UTF-8?q?Element=20fehlte=20im=20Topbar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Das
war im CSS und JS vorhanden, aber nie ins HTML-Template eingefügt worden – daher kein sichtbares Badge. Co-Authored-By: Claude Sonnet 4.6 --- app.py | 5 ++++- version.txt | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/app.py b/app.py index e352118..cf67655 100644 --- a/app.py +++ b/app.py @@ -18,7 +18,7 @@ from flask import Flask, jsonify, request app = Flask(__name__) -VERSION = '1.0.2' +VERSION = '1.0.3' RAW_BASE = 'https://git.leuschner.dev/Tobias/PiCopy/raw/branch/main' BASE_DIR = Path('/opt/picopy') @@ -1312,6 +1312,9 @@ body{background:var(--bg);color:var(--txt);font-family:-apple-system,BlinkMacSys
PiCopy
+
+ ↑ verfügbar +
Verbinde… diff --git a/version.txt b/version.txt index 6d7de6e..21e8796 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.2 +1.0.3