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:
@@ -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"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user