Persistente Settings + Reset-Button + Changelog

This commit is contained in:
MrLetsPlay4Fun 2026-02-03 17:29:35 +01:00
parent e1e60cc502
commit ed0e0d40a7
4 changed files with 200 additions and 19 deletions

10
CHANGELOG.md Normal file
View file

@ -0,0 +1,10 @@
# Changelog
## 0.1.2 - 2026-02-03
### Added
- Persistente Einstellungen (config.json) im User-Config-Verzeichnis (XDG_CONFIG_HOME / ~/.config, macOS Application Support, Windows APPDATA).
- Autosave der GUI-Einstellungen (debounced), damit Drucker-Kalibrierwerte erhalten bleiben.
- Button "Config löschen": löscht config.json und setzt Standard-Preset-Werte zurück.
### Fixed
- Stabileres Laden/Speichern (fehlerhafte config bricht GUI nicht ab).