summaryrefslogtreecommitdiff
path: root/crates/vcs_data/src/constants.rs
AgeCommit message (Expand)Author
2026-01-03Replace hardcoded file extension with constant魏曹先生
2026-01-03Change SETUP.txt to SETUP.md for todo list魏曹先生
2026-01-03Refactor config loading to read files after format detection魏曹先生
2025-12-25Add sheet sharing functionality魏曹先生
2025-12-24Refactor vault and local workspace file storage structure魏曹先生
2025-12-11Add constant for VF meta file name魏曹先生
2025-11-26Update gitignore patterns for cached data魏曹先生
2025-11-24Migrate client configuration and cache files to TOML/YAML formats魏曹先生
2025-11-24Implement file synchronization in track file action魏曹先生
2025-11-23Add vault modification tracking魏曹先生
2025-11-22Update local workspace initialization files魏曹先生
2025-11-20fix: Update constants and path references魏曹先生
2025-11-17Change sheet file format from JSON to TOML魏曹先生
2025-11-17Use member-specific paths for latest info files魏曹先生
2025-11-17feat: Add file status tracking and SHA1 hash system魏曹先生
2025-11-06feat: Enhanced data structures and constants魏曹先生
2025-11-05Update draft folder structure to include account name魏曹先生
2025-11-03feat: Add sheet creation action魏曹先生
2025-10-30Change auth_member to return MemberId on success魏曹先生
2025-10-27Add lockfile constant for server service魏曹先生
2025-10-27update: Remove unused inline comments from constants魏曹先生
2025-10-06Move vcs crate to vcs_data for better separation of concerns魏曹先生