Release v1.6.0: Configurable Sync Triggers + Offline Mode

- NEW: Configurable sync triggers (onSave, onResume, WiFi, Periodic, Boot)
- NEW: Offline mode toggle to disable all network features
- Various fixes and UI improvements
- Version bumped to 1.6.0 (code 14)
This commit is contained in:
inventory69
2026-01-19 23:31:25 +01:00
parent ef6e939567
commit 1d010d0034
42 changed files with 1530 additions and 306 deletions

View File

@@ -33,7 +33,16 @@
## v1.6.0 - Technical Modernization
> **Status:** Planned 📋
> **Status:** In Development 🚧
### ⚙️ Configurable Sync Triggers
-**Individual trigger control** - Enable/disable each sync trigger separately
-**Event-driven defaults** - onSave, onResume, WiFi-Connect active by default
-**Periodic sync optional** - 15/30/60 min intervals (default: OFF)
-**Boot sync optional** - Start periodic sync after device restart (default: OFF)
-**Offline mode UI** - Grayed-out toggles when no server configured
-**Battery optimized** - ~0.2%/day with defaults, up to ~1.0% with periodic
### 🔧 Server Folder Check