aboutsummaryrefslogtreecommitdiff
path: root/src/data
Commit message (Collapse)AuthorAgeFilesLines
* Update jv.rs魏曹先生2025-12-011-3/+3
|
* Track recent IP addresses in direct operations魏曹先生2025-11-171-0/+34
| | | | | | 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.
* Add compile-time version and build information魏曹先生2025-11-041-0/+20
- 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