diff --git a/backend/main.py b/backend/main.py index 689ebb8..d93978c 100644 --- a/backend/main.py +++ b/backend/main.py @@ -406,7 +406,7 @@ async def serve_media(path: str, request: _Request): raise _HE(404, "Nicht gefunden.") return _media_response(filepath) -APP_VER = "958" # muss mit APP_VER in app.js übereinstimmen +APP_VER = "959" # muss mit APP_VER in app.js übereinstimmen @app.get("/.well-known/assetlinks.json") async def assetlinks(): diff --git a/backend/static/img/landing/alvan-nee.jpg b/backend/static/img/landing/alvan-nee.jpg deleted file mode 100644 index de2e07d..0000000 Binary files a/backend/static/img/landing/alvan-nee.jpg and /dev/null differ diff --git a/backend/static/img/landing/alvan-nee.webp b/backend/static/img/landing/alvan-nee.webp new file mode 100644 index 0000000..cf98a6d Binary files /dev/null and b/backend/static/img/landing/alvan-nee.webp differ diff --git a/backend/static/img/landing/baptist-standaert.jpg b/backend/static/img/landing/baptist-standaert.jpg deleted file mode 100644 index 36c1f14..0000000 Binary files a/backend/static/img/landing/baptist-standaert.jpg and /dev/null differ diff --git a/backend/static/img/landing/baptist-standaert.webp b/backend/static/img/landing/baptist-standaert.webp new file mode 100644 index 0000000..509adb7 Binary files /dev/null and b/backend/static/img/landing/baptist-standaert.webp differ diff --git a/backend/static/img/landing/chewy.jpg b/backend/static/img/landing/chewy.jpg deleted file mode 100644 index a87c08b..0000000 Binary files a/backend/static/img/landing/chewy.jpg and /dev/null differ diff --git a/backend/static/img/landing/chewy.webp b/backend/static/img/landing/chewy.webp new file mode 100644 index 0000000..7d439e6 Binary files /dev/null and b/backend/static/img/landing/chewy.webp differ diff --git a/backend/static/img/landing/eric-ward.jpg b/backend/static/img/landing/eric-ward.jpg deleted file mode 100644 index 3df44a8..0000000 Binary files a/backend/static/img/landing/eric-ward.jpg and /dev/null differ diff --git a/backend/static/img/landing/eric-ward.webp b/backend/static/img/landing/eric-ward.webp new file mode 100644 index 0000000..c7aa36c Binary files /dev/null and b/backend/static/img/landing/eric-ward.webp differ diff --git a/backend/static/img/landing/nicholas-brownlow.jpg b/backend/static/img/landing/nicholas-brownlow.jpg deleted file mode 100644 index c184f6c..0000000 Binary files a/backend/static/img/landing/nicholas-brownlow.jpg and /dev/null differ diff --git a/backend/static/img/landing/nicholas-brownlow.webp b/backend/static/img/landing/nicholas-brownlow.webp new file mode 100644 index 0000000..9393209 Binary files /dev/null and b/backend/static/img/landing/nicholas-brownlow.webp differ diff --git a/backend/static/img/landing/tamas-pap.jpg b/backend/static/img/landing/tamas-pap.jpg deleted file mode 100644 index 7a47b34..0000000 Binary files a/backend/static/img/landing/tamas-pap.jpg and /dev/null differ diff --git a/backend/static/img/landing/tamas-pap.webp b/backend/static/img/landing/tamas-pap.webp new file mode 100644 index 0000000..21142c0 Binary files /dev/null and b/backend/static/img/landing/tamas-pap.webp differ diff --git a/backend/static/img/landing/wade-austin-ellis.jpg b/backend/static/img/landing/wade-austin-ellis.jpg deleted file mode 100644 index b8fdeaf..0000000 Binary files a/backend/static/img/landing/wade-austin-ellis.jpg and /dev/null differ diff --git a/backend/static/img/landing/wade-austin-ellis.webp b/backend/static/img/landing/wade-austin-ellis.webp new file mode 100644 index 0000000..ba13449 Binary files /dev/null and b/backend/static/img/landing/wade-austin-ellis.webp differ diff --git a/backend/static/js/app.js b/backend/static/js/app.js index e3ca9fe..0b6a093 100644 --- a/backend/static/js/app.js +++ b/backend/static/js/app.js @@ -3,7 +3,7 @@ Router, State-Management, Navigation, Initialisierung. ============================================================ */ -const APP_VER = '958'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen +const APP_VER = '959'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen const APP_VERSION = '1.5.1'; // ← semantische Version, wird bei make release gesetzt const IS_STAGING = location.hostname === 'staging.banyaro.app'; // Cache-Bust-Parameter nach Update-Reload sofort entfernen diff --git a/backend/static/landing.html b/backend/static/landing.html index c7939a0..037edae 100644 --- a/backend/static/landing.html +++ b/backend/static/landing.html @@ -831,7 +831,7 @@
- Hundebesitzer umarmt seinen Golden Retriever © Eric Ward · Unsplash @@ -853,7 +853,7 @@
- © Baptist Standaert · Unsplash @@ -1023,19 +1023,19 @@
- Zwei Hunde laufen einen Waldweg entlang + Zwei Hunde laufen einen Waldweg entlang © Alvan Nee · Unsplash
- Frau gibt ihrem Golden Retriever einen Kuss + Frau gibt ihrem Golden Retriever einen Kuss © Nicholas Brownlow · Unsplash
- Frau mit Labrador auf der Wiese + Frau mit Labrador auf der Wiese © Wade Austin Ellis · Unsplash
- Frau lacht während ihr Hund sie abschleckt + Frau lacht während ihr Hund sie abschleckt © Tamas Pap · Unsplash
@@ -1158,7 +1158,7 @@
- Pärchen mit Hund aus dem Tierheim
© Chewy · Unsplash diff --git a/backend/static/sw.js b/backend/static/sw.js index 0fd300d..530c224 100644 --- a/backend/static/sw.js +++ b/backend/static/sw.js @@ -3,7 +3,7 @@ Offline-Cache + Push Notifications + Tile-Cache ============================================================ */ -const CACHE_VERSION = 'by-v958'; +const CACHE_VERSION = 'by-v959'; const CACHE_STATIC = `${CACHE_VERSION}-static`; const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten const CACHE_API = 'ban-yaro-api-v1'; // API-Response-Cache