| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-08 | Add allow_overwrite_modified flag to track file action | 魏曹先生 | |
| When tracking files, modified files are now skipped instead of automatically synced if the new `allow_overwrite_modified` flag is false. The action result includes a new `skipped` field listing these files. | |||
| 2025-12-04 | Implement first download logic for missing files | 魏曹先生 | |
| - Add check for non-existent files in track_file_action - Include VirtualFileId in SyncVersionInfo type - Handle first download case in proc_sync_tasks_local by creating new mapping - Ensure parent directories exist before writing downloaded files | |||
| 2025-11-25 | Rename `virtual_file_action.rs` to `track_action.rs` | 魏曹先生 | |
