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
...
*
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
|
*
Add update_to_latest_info action
魏曹先生
2025-10-30
3
-6
/
+87
|
*
Change auth_member to return MemberId on success
魏曹先生
2025-10-30
6
-14
/
+36
|
*
Return key ID along with challenge verification result
魏曹先生
2025-10-30
2
-8
/
+11
*
|
Merge pull request #29 from JustEnoughVCS/jvcs_dev_actions
魏曹先生
2025-10-29
9
-66
/
+301
|
\
|
|
*
Apply clippy suggestions
魏曹先生
2025-10-29
2
-4
/
+2
|
*
Improve vault lock error message and formatting
魏曹先生
2025-10-29
1
-8
/
+6
|
*
Make config fields thread-safe with Arc<Mutex>
魏曹先生
2025-10-29
2
-8
/
+31
|
*
Add LocalWorkspace and UserDirectory to client ActionContext
魏曹先生
2025-10-29
1
-0
/
+34
|
*
feat: Add port override capability to server entry
魏曹先生
2025-10-29
1
-8
/
+18
|
*
Update actions.rs
魏曹先生
2025-10-29
1
-0
/
+113
|
*
feat: Completed `set_upstream_vault_action`
魏曹先生
2025-10-29
1
-16
/
+62
|
*
Add new error types and sort variants alphabetically
魏曹先生
2025-10-29
1
-23
/
+26
|
*
update: Action.rs 1. Rename `insert` to `with_data` and `insert_arc` to
魏曹先生
2025-10-29
2
-3
/
+13
*
|
Merge pull request #28 from JustEnoughVCS/jvcs_dev_actions
魏曹先生
2025-10-27
2
-5
/
+3
|
\
|
[prev]
[next]