v0.4.5 — Alle Buttons und Funktionen verdrahtet

Fixes:
- UpdatePlanEntry Stub/Hook: 7 Parameter → 4 (passend zu Go-Signatur)
- AddPlanEntry: undefined → null für Go-Pointer-Parameter
- Wails-Stubs (App.js/App.d.ts): Alle Signaturen an Go-Backend angepasst
- ExportPDF: Go-Backend-Funktion hinzugefügt (Platzhalter mit Druckvorschau-Hinweis)
- Version: 0.4.3 → 0.4.5 in Go-Konstante und InfoPage
- Null-Safety: entries/special_days/products Arrays gegen null abgesichert
- Allergen/Additive-Listen gegen null von Go abgesichert
This commit is contained in:
clawd
2026-02-20 11:17:02 +00:00
parent 4ee35e6336
commit 3f9a043324
6 changed files with 57 additions and 11 deletions

View File

@@ -16,7 +16,7 @@ import (
const (
// Aktuelle Version der App
CurrentVersion = "0.4.3"
CurrentVersion = "0.4.5"
// Update-Check URL
UpdateURL = "https://speiseplan.supertoll.xyz/version.json"
)