Files
simple-notes-sync/fastlane/metadata/android/de-DE/changelogs/19.txt
inventory69 e9e4b87853 chore(release): v1.7.2 - Critical Bugfixes & Performance Improvements
CRITICAL BUGFIXES:
- IMPL_014: JSON/Markdown Timestamp Sync - Server mtime source of truth
- IMPL_015: SyncStatus PENDING Fix - Set before JSON serialization
- IMPL_001: Deletion Tracker Race Condition - Mutex-based sync
- IMPL_002: ISO8601 Timezone Parsing - Multi-format support
- IMPL_003: Memory Leak Prevention - SafeSardine Closeable
- IMPL_004: E-Tag Batch Caching - ~50-100ms performance gain

FEATURES:
- Auto-updating timestamps in UI (every 30s)
- Performance optimizations for Staggered Grid scrolling

BUILD:
- versionCode: 19
- versionName: 1.7.2

This release prepares for a new cross-platform Markdown editor
(Web, Desktop Windows + Linux, Mobile) with proper JSON ↔ Markdown synchronization
and resolves critical sync issues for external editor integration.
2026-02-04 16:08:46 +01:00

9 lines
431 B
Plaintext

📝 KRITISCHE BUG FIXES & EDITOR-VORBEREITUNG
• Verbessert: Auto-Aktualisierung der Zeitstempel in UI (alle 30s)
• Behoben: Änderungen von externen Editoren nicht synchronisiert
• Behoben: Server-JSON zeigt immer "PENDING" Status
• Behoben: Deletion Tracker Race Condition bei Batch-Löschungen
• Behoben: ISO8601 Timezone Parsing (+01:00, -05:00)
• Verbessert: E-Tag Batch Caching Performance (~50-100ms schneller)