• v1.0.37 — Fix sync loop and delete logic

    Ghost released this 2026-05-25 15:13:43 +00:00 | 46 commits to main since this release

    Changes\n\n- catchupScan filter fix: catchupScan now uses the same accessor and filters as SyncEngine, preventing excluded/hidden files from appearing as "new" every startup\n- Millisecond precision fix: catchupScan comparison now uses second-precision (matching SyncEngine), preventing phantom "modified" detections\n- Wrong delete fix: Remote files with no state record are now downloaded instead of deleted. Previously any remote file that had never been synced to this device would be incorrectly deleted from the server.\n\n### Note on fb.bin files\nIf you see files named fb.bin (1-N).png looping through sync, these are Facebook app cache files being uploaded by another device. Add fb.bin* to your sync pair exclude patterns to stop syncing them.

    Downloads