summaryrefslogtreecommitdiff
path: root/crates
AgeCommit message (Collapse)Author
2025-11-17Improve export output formatting and alignment魏曹先生
2025-11-06feat: enhance build and publishing system魏曹先生
- Add file copy configurations in .cargo/config.toml - Extend exporter to support copying additional files - Create bin directory for organized binary distribution - Add support for copying shell scripts and completion files
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
2025-10-18chore: remove deprecated files魏曹先生
- Remove old cli_publisher crate - Remove legacy publish.sh script - Remove old source files from src/ directory
2025-10-18feat: add build_helper crate for publishing魏曹先生
- Add Cargo.toml and main.rs for build helper - Support custom cargo pub command for binary distribution
2025-10-14style: fix clippy warnings and improve code quality魏曹先生
- Replace redundant pattern matching with is_err() method - Remove unnecessary braces in unwrap_or_else closures - Improve code formatting and consistency
2025-10-14feat: add internationalization support and new command-line tools魏曹先生
- Add locale support with English and Chinese translations - Introduce new jv and jvv command-line tools - Replace jvc.rs with improved command structure - Add utility modules for language selection and markdown coloring - Update configuration and dependencies
2025-09-21First魏曹先生