summaryrefslogtreecommitdiff
path: root/src/data
AgeCommit message (Collapse)Author
2 daysKeep compile_info.rs in git and reorder deploy checksdeploy/nightly魏曹先生
Remove compile_info.rs from .gitignore to keep it in version control, preventing test failures when the template hasn't been processed yet. Also reorder deployment script checks to verify git status before running tests, ensuring a clean state before testing begins.
2 daysRemove legacy modules and unused dependencies魏曹先生
2026-02-05Move vcs module to lib and adjust imports魏曹先生
2026-01-12Sync to VersionControl(commit:bac88ab)魏曹先生
2026-01-07Move template files to templates directory魏曹先生
2026-01-03Add Git branch and commit info to compile info魏曹先生
- Include branch and commit hash in compile info display - Add build script functions to extract git metadata - Update export scripts to force rebuilds when needed - Extend share command with placeholder implementations
2025-12-01Update jv.rs魏曹先生
2025-11-17 Track recent IP addresses in direct operations魏曹先生
Add IP address history functionality to store and retrieve recently used IP addresses when performing direct operations. Maintains a history file with up to 8 most recent IPs for quick access.
2025-11-04Add compile-time version and build information魏曹先生
- Add build script to generate compile_info.rs with build metadata - Include version, build date, target platform, and toolchain info - Add version command to both jv and jvv binaries - Update help documentation with version information - Ignore generated compile_info.rs in git