From 14a7bbccbea1c8daf1ea037c752d113f57fd4c8b Mon Sep 17 00:00:00 2001 From: dadaloop82 Date: Tue, 5 May 2026 18:39:35 +0000 Subject: [PATCH] fix: bust CSS cache (v20260505b) + bump webapp to v1.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit style.css was still served with ?v=20260421a so all CSS changes since April 21 (scale indicator redesign, banner close button fix, etc.) were invisible in the kiosk WebView — it used the cached old file. Bumping manifest.json version 1.7.1→1.7.2 causes the auto-update detector (_checkWebappUpdate) to fire on the kiosk: it compares the loaded page version (1.7.1) with the server version (1.7.2), detects a change, and shows the '⬆️ Aggiorna' badge so the user can reload. --- index.html | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 207ea57..b9c5762 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@ EverShelf - + @@ -67,7 +67,7 @@

- EverShelfv1.7.1 + EverShelfv1.7.2

diff --git a/manifest.json b/manifest.json index 1113dab..4919d98 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name": "EverShelf", "short_name": "EverShelf", "description": "Gestione completa della dispensa di casa con scansione barcode", - "version": "1.7.1", + "version": "1.7.2", "start_url": "/evershelf/", "display": "standalone", "background_color": "#f0f4e8",