aboutsummaryrefslogtreecommitdiff
path: root/crates/vcs_data/src/data/local/latest_info.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename vault admin to host and add serde renames魏曹先生2026-01-021-0/+11
* Add ref sheet VFS mapping to LatestInfo魏曹先生2026-01-021-2/+8
* Add host mode and update sheet visibility model魏曹先生2026-01-021-4/+18
* Replace tokio::Instant with std::time::SystemTime for update timestampsWeicao-CatilGrass2025-12-161-44/+3
* Apply clippy suggestions魏曹先生2025-11-231-3/+2
* Use std::path::PathBuf in latest_info module魏曹先生2025-11-171-1/+4
* Use member-specific paths for latest info files魏曹先生2025-11-171-2/+12
* feat: Add file status tracking and SHA1 hash system魏曹先生2025-11-171-1/+47
* Add path formatting utility and local sheet management魏曹先生2025-11-071-2/+0
* Add documentation for local cached data structures魏曹先生2025-11-071-0/+3
* update: Local actions and data structures魏曹先生2025-11-031-2/+8
* Add LatestInfo struct for client data persistence魏曹先生2025-10-301-0/+28