| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-01-24 | Fix node names in command registry generation | 魏曹先生 | |
| 2026-01-24 | Move setup scripts to scripts/setup directory | 魏曹先生 | |
| 2026-01-23 | Update command registration to auto-discover commands | 魏曹先生 | |
| 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. | |||
| 2026-01-23 | Add auto-collect configuration and generation | 魏曹先生 | |
| 2026-01-23 | Reorganize project structure into systems and assets | 魏曹先生 | |
| 2026-01-23 | Rename generated files with leading underscore | 魏曹先生 | |
| - 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 | |||
| 2026-01-23 | Move Registry.toml into .cargo/ subdirectory | 魏曹先生 | |
| 2026-01-23 | Fix: convert renderer_list to .rs to stop RA false errors | 魏曹先生 | |
| 2026-01-22 | Add renderer system and implement status command | 魏曹先生 | |
| 2026-01-22 | Rename subcmd module to cmd and update references | 魏曹先生 | |
| 2026-01-22 | Refactor CLI command processing with new architecture | 魏曹先生 | |
| 2026-01-07 | Move deploy directory to .temp folder | 魏曹先生 | |
| 2026-01-07 | Rename export directory to deploy and move templates | 魏曹先生 | |
| 2026-01-03 | Add 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-10 | Add Windows installer script generation to build process | Weicao-CatilGrass | |
| - 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 | |||
| 2025-11-04 | Update version to 0.1.0-dev and improve version detection | 魏曹先生 | |
| 2025-11-04 | Add build script and update version display format | 魏曹先生 | |
| 2025-11-04 | Add 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 | |||
