index
:
JustEnoughVCS/VersionControl.git
deploy/nightly
dev
main
JustEnoughVCS Core Library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
vcs_data
/
src
Age
Commit message (
Expand
)
Author
2026-01-08
Use different config directory name on non-Linux systems
魏曹先生
2026-01-05
Add RejectAll mode for share merging and fix share ID trimming
魏曹先生
2026-01-04
Add file_histories method to LatestFileData
魏曹先生
2026-01-03
Change default config format from JSON to Bincode
魏曹先生
2026-01-03
Include file histories in latest info updates
魏曹先生
2026-01-03
Replace hardcoded file extension with constant
魏曹先生
2026-01-03
Change SETUP.txt to SETUP.md for todo list
魏曹先生
2026-01-03
Refactor config loading to read files after format detection
魏曹先生
2026-01-02
Rename vault admin to host and add serde renames
魏曹先生
2026-01-02
Add ref sheet VFS mapping to LatestInfo
魏曹先生
2026-01-02
Add host mode and update sheet visibility model
魏曹先生
2025-12-26
Fix share name generation by removing file suffix
魏曹先生
2025-12-25
Add sheet sharing functionality
魏曹先生
2025-12-24
Remove legacy import/export mechanism
魏曹先生
2025-12-24
Refactor vault and local workspace file storage structure
魏曹先生
2025-12-16
Replace tokio::Instant with std::time::SystemTime for update timestamps
Weicao-CatilGrass
2025-12-15
Remove unnecessary edit rights check in sheet mapping
魏曹先生
2025-12-15
Add getter and setter for last_modifiy_check_hash and remove_mapping
魏曹先生
2025-12-15
Rename AlignTasksName type to AlignTaskName
魏曹先生
2025-12-15
Prevent lost file classification for erased directories
魏曹先生
2025-12-15
Rename `file_status` to `workspace_analyzer`
魏曹先生
2025-12-15
Add edit mapping action for sheet operations
魏曹先生
2025-12-11
Add constant for VF meta file name
魏曹先生
2025-12-11
Match moved files using latest hash instead of initial hash
魏曹先生
2025-12-04
Change add_mapping to accept path by reference
魏曹先生
2025-12-02
Add fallback defaults for optional config fields
魏曹先生
2025-12-01
Update vault.rs
魏曹先生
2025-12-01
Change default vault auth mode from password to key
魏曹先生
2025-12-01
Refactor vault config to use template-based generation
魏曹先生
2025-12-01
Add logger configuration to VaultServerConfig
魏曹先生
2025-12-01
Update func `current_doc_dir` to `current_cfg_dir`
魏曹先生
2025-12-01
Update current.rs
魏曹先生
2025-11-26
Update gitignore patterns for cached data
魏曹先生
2025-11-24
Migrate client configuration and cache files to TOML/YAML formats
魏曹先生
2025-11-24
Implement file synchronization in track file action
魏曹先生
2025-11-24
Remove return value from `sign_vault_modified` function
魏曹先生
2025-11-23
Add vault modification tracking
魏曹先生
2025-11-23
Apply clippy suggestions
魏曹先生
2025-11-22
Strip workspace prefix from new paths in moved file detection
魏曹先生
2025-11-22
Add align module for sorting file analysis results
魏曹先生
2025-11-22
Update local workspace initialization files
魏曹先生
2025-11-20
fix: Update constants and path references
魏曹先生
2025-11-20
update: Improve file update task processing
魏曹先生
2025-11-20
feat: Enhance version tracking in LatestFileData
魏曹先生
2025-11-20
feat: Add file update verification system
魏曹先生
2025-11-20
Rename MemberHeld to LatestFileData and add version tracking
魏曹先生
2025-11-19
Change function signatures to use references
魏曹先生
2025-11-19
Derive Clone for LocalConfig and fix mapping_mut signature
魏曹先生
2025-11-19
Add mutable mapping accessor methods to Sheet and SheetData
魏曹先生
2025-11-19
Add setter methods for LocalMappingMetadata fields
魏曹先生
[next]