chore(landingpage): app release v2.3.3 automatisch aktualisieren

This commit is contained in:
Oliver 2026-03-04 09:42:19 +01:00
parent c2aef517e4
commit 8980087ca0

View file

@ -1,5 +1,5 @@
{ {
"lastUpdated": "03.03.2026", "lastUpdated": "04.03.2026",
"hero": { "hero": {
"eyebrow": "Vanlife • iOS", "eyebrow": "Vanlife • iOS",
"headline": "Vanity Expense Logbook die App fürs Vanlife!", "headline": "Vanity Expense Logbook die App fürs Vanlife!",
@ -8,13 +8,28 @@
"src": "assets/img/hero-van.png", "src": "assets/img/hero-van.png",
"alt": "Camper am See bei Sonnenuntergang mit iPhone" "alt": "Camper am See bei Sonnenuntergang mit iPhone"
}, },
"primaryCta": { "label": " Jetzt im App Store", "href": "https://vanityontour.de/landing" }, "primaryCta": {
"secondaryCta": { "label": "Mehr erfahren", "href": "#features" } "label": " Jetzt im App Store",
"href": "https://vanityontour.de/landing"
},
"secondaryCta": {
"label": "Mehr erfahren",
"href": "#features"
}
}, },
"features": [ "features": [
{ "title": "Kosten im Blick", "text": "Tank, Gas, Stellplatz & Sonstiges sauber getrennt mit Auswertung pro Monat." }, {
{ "title": "Smarte Auswertung", "text": "Balken- & Liniendiagramm, Durchschnittswerte, Trends schnell sichtbar." }, "title": "Kosten im Blick",
{ "title": "Karte & Pins", "text": "Finde deine Tank- & Gas-Spots wieder mit interaktiver Karte." } "text": "Tank, Gas, Stellplatz & Sonstiges sauber getrennt mit Auswertung pro Monat."
},
{
"title": "Smarte Auswertung",
"text": "Balken- & Liniendiagramm, Durchschnittswerte, Trends schnell sichtbar."
},
{
"title": "Karte & Pins",
"text": "Finde deine Tank- & Gas-Spots wieder mit interaktiver Karte."
}
], ],
"gallery": { "gallery": {
"intro": "Screens & Mockups so sieht die App wirklich aus.", "intro": "Screens & Mockups so sieht die App wirklich aus.",
@ -49,14 +64,16 @@
"changelog": [ "changelog": [
{ {
"version": "2.3.3", "version": "2.3.3",
"date": "2026-03-03", "date": "2026-03-04",
"notes": [ "notes": [
"- Version 2.3.3",
"- Verbesserte App-Stabilität (Crash-Risiko durch unsichere Typcasts behoben)", "- Verbesserte App-Stabilität (Crash-Risiko durch unsichere Typcasts behoben)",
"- Automatisches Backup funktioniert jetzt korrekt", "- Automatisches Backup funktioniert jetzt korrekt",
"- Backup-Ordner werden nach Sicherung aufgeräumt", "- Backup-Ordner werden nach Sicherung aufgeräumt",
"- Privacy Manifest für App Store Compliance hinzugefügt" "- Privacy Manifest für App Store Compliance hinzugefügt"
] ]
}, { },
{
"version": "2.3.2", "version": "2.3.2",
"date": "2025-11-13", "date": "2025-11-13",
"notes": [ "notes": [
@ -65,7 +82,6 @@
"- Profil: Neues Feld „Tankvolumen (Liter)“ zur Reichweitenschätzung.", "- Profil: Neues Feld „Tankvolumen (Liter)“ zur Reichweitenschätzung.",
"- Besser: Deutsche Zahlen- und Währungsdarstellung (Tausenderpunkt, Komma).", "- Besser: Deutsche Zahlen- und Währungsdarstellung (Tausenderpunkt, Komma).",
"- Wartung: Version auf 2.3.2 angehoben und Changelog gepflegt." "- Wartung: Version auf 2.3.2 angehoben und Changelog gepflegt."
] ]
}, },
{ {
@ -88,8 +104,11 @@
} }
], ],
"info": { "info": {
"title": "Was ist neu?", "title": "Was ist neu in v2.3.3?",
"bodyHtml": "<ul><li>Bessere Diagrammlesbarkeit</li><li>Karten-Pins mit Filtern</li><li>Eintragsmaske schneller & klarer</li></ul>", "bodyHtml": "<ul><li>Version 2.3.3</li><li>Verbesserte App-Stabilität (Crash-Risiko durch unsichere Typcasts behoben)</li><li>Automatisches Backup funktioniert jetzt korrekt</li><li>Backup-Ordner werden nach Sicherung aufgeräumt</li><li>Privacy Manifest für App Store Compliance hinzugefügt</li></ul>",
"storeCta": { "label": " zum AppStore", "href": "https://vanityontour.de/landing" } "storeCta": {
"label": " zum AppStore",
"href": "https://vanityontour.de/landing"
}
} }
} }