[1.8.0]
Update dawarich to 1.3.0
Full Changelog
Renamed the bottom-panel "Timeline" feature to "Replay" to avoid naming collision with the new Timeline feed sidebar.
Default map layers for new users changed from Routes + Heatmap to Tracks + Heatmap. Existing users' settings are unaffected.
Transportation-relevant fields (motion, activity, action) are now stored in a dedicated motion_data column alongside raw_data, enabling efficient transportation mode detection.
v2 export/import format with JSONL files and monthly splitting for large entities (points, visits, stats, tracks, digests).
The new format streams data to avoid memory issues with large datasets, while remaining backward-compatible with v1 archives (data.json).
User data export now includes Tags, Taggings, Tracks (with embedded TrackSegments), Digests, and Raw Data Archives previously missing from export/import, meaning users who exported and re-imported would lose these entities.
Tracks are exported with their original_path serialized as WKT and track_segments embedded as a nested array, preserving transportation mode detection data across export/import cycles.
Digests get a fresh sharing_uuid on import for security old share links from the original user won't work for the importing user.
Raw Data Archives are exported with their attached gzip files, enabling full data restoration.
Failed imports now will have an error message shown to the user.