New Features: - Multi-Device Sync with deletion tracking (prevents zombie notes) - Server deletion via swipe gesture with confirmation dialog - E-Tag performance optimization (~150ms vs 3s for no-change syncs) - Markdown Auto-Sync toggle (unified Export + Auto-Import) - Manual Markdown sync button for performance control - Server-Restore modes (Merge/Replace/Overwrite) Technical Implementation: - DeletionTracker model with JSON persistence - Intelligent server checks with E-Tag caching - Deletion-aware download logic - Two-stage swipe deletion with Material Design dialog - Automatic Markdown import during sync - YAML frontmatter scanning for robust file deletion Thanks to Thomas from Bielefeld for reporting the multi-device sync issue! Compatible with: v1.2.0-v1.3.0
13 lines
431 B
Plaintext
13 lines
431 B
Plaintext
v1.3.0 - Multi-Device Sync
|
|
|
|
NEW FEATURES:
|
|
• Multi-Device Sync with deletion tracking (no zombie notes)
|
|
• Swipe gesture for server deletion (prevents duplicates on other devices)
|
|
• E-Tag performance optimization (~150ms vs 3s)
|
|
• Markdown Auto-Sync toggle (unified Export + Import)
|
|
• Manual Markdown sync button
|
|
• Server restore modes (Merge/Replace/Overwrite)
|
|
|
|
Thanks to Thomas from Bielefeld!
|
|
Compatible: v1.2.0-v1.3.0
|