| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move setup scripts to scripts/setup directory | 魏曹先生 | 2026-01-24 | 1 | -1/+1 |
| | | |||||
| * | Update command registration to auto-discover commands | 魏曹先生 | 2026-01-23 | 1 | -0/+47 |
| | | | | | | | Commands in `./src/cmds/` are now automatically registered. The `[cmd]` section in `.cargo/registry.toml` is now only for overriding or registering commands outside the auto-discovery path. | ||||
| * | Add auto-collect configuration and generation | 魏曹先生 | 2026-01-23 | 1 | -0/+100 |
| | | |||||
| * | Reorganize project structure into systems and assets | 魏曹先生 | 2026-01-23 | 1 | -2/+2 |
| | | |||||
| * | Rename generated files with leading underscore | 魏曹先生 | 2026-01-23 | 1 | -5/+5 |
| | | | | | | | | - Rename template files to have .template extension - Rename generated source files to start with underscore - Update .gitignore to ignore all files starting with underscore - Update build.rs and deploy.ps1 to reflect new names | ||||
| * | Move Registry.toml into .cargo/ subdirectory | 魏曹先生 | 2026-01-23 | 1 | -1/+1 |
| | | |||||
| * | Fix: convert renderer_list to .rs to stop RA false errors | 魏曹先生 | 2026-01-23 | 1 | -3/+3 |
| | | |||||
| * | Add renderer system and implement status command | 魏曹先生 | 2026-01-22 | 1 | -11/+109 |
| | | |||||
| * | Rename subcmd module to cmd and update references | 魏曹先生 | 2026-01-22 | 1 | -1/+1 |
| | | |||||
| * | Refactor CLI command processing with new architecture | 魏曹先生 | 2026-01-22 | 1 | -0/+104 |
| | | |||||
| * | Move deploy directory to .temp folder | 魏曹先生 | 2026-01-07 | 1 | -1/+1 |
| | | |||||
| * | Rename export directory to deploy and move templates | 魏曹先生 | 2026-01-07 | 1 | -3/+6 |
| | | |||||
| * | Add Git branch and commit info to compile info | 魏曹先生 | 2026-01-03 | 1 | -1/+47 |
| | | | | | | | | - 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 | ||||
| * | Add Windows installer script generation to build process | Weicao-CatilGrass | 2025-12-10 | 1 | -0/+64 |
| | | | | | | | | - 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 | ||||
| * | Update version to 0.1.0-dev and improve version detection | 魏曹先生 | 2025-11-04 | 1 | -11/+17 |
| | | |||||
| * | Add build script and update version display format | 魏曹先生 | 2025-11-04 | 1 | -2/+0 |
| | | |||||
| * | Add compile-time version and build information | 魏曹先生 | 2025-11-04 | 1 | -0/+97 |
| - 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 | |||||
