| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
|
|
| |
- Remove old cli_publisher crate
- Remove legacy publish.sh script
- Remove old source files from src/ directory
|
| |
|
|
|
|
| |
- Update jv.rs binary
- Update lib.rs library exports
- Update utils.rs utility functions
|
| |
|
|
|
| |
- Add jvref.rs binary
- Add build_env_logger.rs utility module
|
| |
|
|
|
|
| |
- Replace Style::new() with Style::default()
- Use Colorize trait methods directly on strings
- Remove unused Color import
|
| |
|
|
|
|
| |
- Replace redundant pattern matching with is_err() method
- Remove unnecessary braces in unwrap_or_else closures
- Improve code formatting and consistency
|
| |
|
|
|
|
|
|
| |
- 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
|
| |
|