chore(landingpage): app release v2.3.3 automatisch aktualisieren
This commit is contained in:
parent
c2aef517e4
commit
8980087ca0
1 changed files with 35 additions and 16 deletions
43
content.json
43
content.json
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"lastUpdated": "03.03.2026",
|
||||
"lastUpdated": "04.03.2026",
|
||||
"hero": {
|
||||
"eyebrow": "Vanlife • iOS",
|
||||
"headline": "Vanity Expense Logbook – die App fürs Vanlife!",
|
||||
|
|
@ -8,13 +8,28 @@
|
|||
"src": "assets/img/hero-van.png",
|
||||
"alt": "Camper am See bei Sonnenuntergang mit iPhone"
|
||||
},
|
||||
"primaryCta": { "label": " Jetzt im App Store", "href": "https://vanityontour.de/landing" },
|
||||
"secondaryCta": { "label": "Mehr erfahren", "href": "#features" }
|
||||
"primaryCta": {
|
||||
"label": " Jetzt im App Store",
|
||||
"href": "https://vanityontour.de/landing"
|
||||
},
|
||||
"secondaryCta": {
|
||||
"label": "Mehr erfahren",
|
||||
"href": "#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": "Karte & Pins", "text": "Finde deine Tank- & Gas-Spots wieder – mit interaktiver Karte." }
|
||||
{
|
||||
"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": "Karte & Pins",
|
||||
"text": "Finde deine Tank- & Gas-Spots wieder – mit interaktiver Karte."
|
||||
}
|
||||
],
|
||||
"gallery": {
|
||||
"intro": "Screens & Mockups – so sieht die App wirklich aus.",
|
||||
|
|
@ -49,14 +64,16 @@
|
|||
"changelog": [
|
||||
{
|
||||
"version": "2.3.3",
|
||||
"date": "2026-03-03",
|
||||
"date": "2026-03-04",
|
||||
"notes": [
|
||||
"- Version 2.3.3",
|
||||
"- Verbesserte App-Stabilität (Crash-Risiko durch unsichere Typcasts behoben)",
|
||||
"- Automatisches Backup funktioniert jetzt korrekt",
|
||||
"- Backup-Ordner werden nach Sicherung aufgeräumt",
|
||||
"- Privacy Manifest für App Store Compliance hinzugefügt"
|
||||
]
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"version": "2.3.2",
|
||||
"date": "2025-11-13",
|
||||
"notes": [
|
||||
|
|
@ -65,7 +82,6 @@
|
|||
"- Profil: Neues Feld „Tankvolumen (Liter)“ zur Reichweitenschätzung.",
|
||||
"- Besser: Deutsche Zahlen- und Währungsdarstellung (Tausenderpunkt, Komma).",
|
||||
"- Wartung: Version auf 2.3.2 angehoben und Changelog gepflegt."
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -88,8 +104,11 @@
|
|||
}
|
||||
],
|
||||
"info": {
|
||||
"title": "Was ist neu?",
|
||||
"bodyHtml": "<ul><li>Bessere Diagrammlesbarkeit</li><li>Karten-Pins mit Filtern</li><li>Eintragsmaske schneller & klarer</li></ul>",
|
||||
"storeCta": { "label": " zum AppStore", "href": "https://vanityontour.de/landing" }
|
||||
"title": "Was ist neu in v2.3.3?",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue