index
:
VersionControl.git
deploy/nightly
dev
main
JustEnoughVCS Core Library
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Derive Clone for LocalConfig and fix mapping_mut signature
魏曹先生
2025-11-19
2
-3
/
+3
*
Add mutable mapping accessor methods to Sheet and SheetData
魏曹先生
2025-11-19
1
-0
/
+10
*
Add setter methods for LocalMappingMetadata fields
魏曹先生
2025-11-19
1
-0
/
+40
*
Use std::path::PathBuf in latest_info module
魏曹先生
2025-11-17
1
-1
/
+4
*
Use config directory for jvcs data
魏曹先生
2025-11-17
1
-1
/
+1
*
Change sheet file format from JSON to TOML
魏曹先生
2025-11-17
1
-7
/
+8
*
Ensure task processing order by using Vec instead of HashSet
魏曹先生
2025-11-17
1
-26
/
+24
*
Use member-specific paths for latest info files
魏曹先生
2025-11-17
5
-14
/
+42
*
feat: Add file status tracking and SHA1 hash system
魏曹先生
2025-11-17
25
-134
/
+2187
*
Replace Git submodule with setup script for documents
魏曹先生
2025-11-10
3
-7
/
+9
*
fix: Windows support
魏曹先生
2025-11-09
3
-19
/
+96
*
fixed: windows path support
魏曹先生
2025-11-09
1
-0
/
+2
*
Add path formatting utility and local sheet management
魏曹先生
2025-11-07
6
-15
/
+219
*
Add documentation for local cached data structures
魏曹先生
2025-11-07
2
-0
/
+7
*
Add strip-ansi-escapes dependency to string_proc
魏曹先生
2025-11-07
2
-0
/
+22
*
feat: Add local data management modules (WIP)
魏曹先生
2025-11-06
3
-0
/
+138
*
feat: Add documentation management module (WIP)
魏曹先生
2025-11-06
4
-0
/
+215
*
feat: Add data structures utility module (WIP)
魏曹先生
2025-11-06
3
-0
/
+250
*
feat: Add virtual file actions foundation (WIP)
魏曹先生
2025-11-06
1
-0
/
+32
*
update: Main library exports
魏曹先生
2025-11-06
1
-7
/
+17
*
fix: Update test for local workspace changes
魏曹先生
2025-11-06
1
-2
/
+2
*
update: Connection and registry enhancements
魏曹先生
2025-11-06
3
-1
/
+15
*
feat: Overhaul local-remote synchronization
魏曹先生
2025-11-06
1
-44
/
+119
*
feat: Refactor local workspace management
魏曹先生
2025-11-06
1
-36
/
+21
*
feat: Enhanced data structures and constants
魏曹先生
2025-11-06
5
-55
/
+33
*
update: Dependencies and project configuration
魏曹先生
2025-11-06
3
-2
/
+162
*
Reorganize .gitignore and update submodule configuration
魏曹先生
2025-11-06
2
-15
/
+30
*
Add submodules
魏曹先生
2025-11-05
1
-0
/
+4
*
Merge pull request #35 from JustEnoughVCS/jvcs_dev_actions
魏曹先生
2025-11-05
7
-28
/
+178
|
\
|
*
Update draft folder structure to include account name
魏曹先生
2025-11-05
3
-6
/
+29
|
*
Add sheet restoration and drop functionality
魏曹先生
2025-11-05
4
-22
/
+149
*
|
Merge branch 'main' of github.com:JustEnoughVCS/VersionControl
魏曹先生
2025-11-04
0
-0
/
+0
|
\
\
|
|
/
|
/
|
|
*
Merge pull request #34 from JustEnoughVCS/jvcs_dev_actions
魏曹先生
2025-11-03
11
-34
/
+465
|
|
\
*
|
|
Update .gitignore to ignore target directories recursively
魏曹先生
2025-11-04
1
-1
/
+1
|
|
/
|
/
|
*
|
feat: Enhance upstream vault action
魏曹先生
2025-11-03
1
-2
/
+28
*
|
feat: Add rollback support for file movement
魏曹先生
2025-11-03
1
-18
/
+58
*
|
update: Sheet creation test improvements
魏曹先生
2025-11-03
1
-9
/
+9
*
|
update: Local actions and data structures
魏曹先生
2025-11-03
3
-6
/
+21
*
|
update: Registry and connection improvements
魏曹先生
2025-11-03
3
-5
/
+34
*
|
feat: Implement sheet usage management
魏曹先生
2025-11-03
1
-0
/
+223
*
|
feat: Add sheet creation action
魏曹先生
2025-11-03
3
-12
/
+110
|
/
*
Merge pull request #33 from JustEnoughVCS/docs
魏曹先生
2025-11-02
4
-105
/
+193
|
\
|
*
Update contributing guide and README
魏曹先生
2025-11-02
4
-105
/
+193
*
|
Merge pull request #32 from JustEnoughVCS/docs
魏曹先生
2025-10-30
4
-46
/
+6
|
\
|
|
*
Fix markdown indentation in README files
魏曹先生
2025-10-30
2
-6
/
+6
|
*
Removed `FRAMEWORK_CANVAS`
魏曹先生
2025-10-30
2
-40
/
+0
*
|
Merge pull request #30 from JustEnoughVCS/docs
魏曹先生
2025-10-30
7
-14
/
+44
|
\
|
|
*
Enhance README with branding and visual elements
魏曹先生
2025-10-30
7
-14
/
+44
*
|
Merge pull request #31 from JustEnoughVCS/jvcs_dev_actions
魏曹先生
2025-10-30
11
-28
/
+162
|
\
\
|
|
/
|
/
|
|
*
Add LatestInfo struct for client data persistence
魏曹先生
2025-10-30
1
-0
/
+28
[prev]
[next]