aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Rename subcmd module to cmd and update references魏曹先生2026-01-221-1/+1
|
* Refactor CLI command processing with new architecture魏曹先生2026-01-221-0/+1
|
* Rename export directory to deploy and move templates魏曹先生2026-01-071-5/+3
|
* Add Windows installer script generation to build processWeicao-CatilGrass2025-12-101-0/+3
| | | | | | | - Generate Inno Setup installer script from template at build time - Extract author and homepage from Cargo.toml for script customization - Add generated installer script to .gitignore to avoid committing build artifacts
* Add PowerShell support for completions and entry scripts魏曹先生2025-11-231-0/+3
| | | | | | | - Rename cargo alias from `pub` to `export` for clarity - Update publish target directory path - Add PowerShell completion scripts and entry points - Reorganize configuration with section headers - Add export directory to gitignore
* Add compile-time version and build information魏曹先生2025-11-041-0/+3
| | | | | | | - 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
* Add target directory to gitignore魏曹先生2025-10-271-0/+3
|
* First魏曹先生2025-09-211-10/+4
|
* Update .gitignore魏曹先生2025-09-011-1/+1
|
* Initial commit魏曹先生2025-09-011-0/+21