summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-10-18chore: update cargo configuration and dependencies魏曹先生
- Add cargo alias configuration - Update workspace and dependency settings - Add build_helper to workspace members
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-18feat: add new binary files and utilities魏曹先生
- Add jvref.rs binary - Add build_env_logger.rs utility module
2025-10-18fix: update colored crate API usage in jvv.rs魏曹先生
- Replace Style::new() with Style::default() - Use Colorize trait methods directly on strings - Remove unused Color import
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魏曹先生
2025-09-01Update LICENSE魏曹先生
2025-09-01Update .gitignore魏曹先生
2025-09-01Initial commit魏曹先生