Bug Fixes
- Fix Mermaid workflow diagrams not rendering on mobile — Mermaid's SVG output contains HTML void elements (<br>) inside , which caused strict XML parsing (image/svg+xml) to fail on mobile WebView. Switched to text/html parsing to handle this correctly.
- Fix encrypted files appearing in pull-to-local list — Files that were encrypted or decrypted (renamed with content change) were incorrectly detected as deleted during sync. Added skip logic for .encrypted file pairs to prevent false positives.