| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-11-23 | Move bash completion scripts to dedicated directory | 魏曹先生 | |
| 2025-11-23 | Add PowerShell CLI support script for jv tool | 魏曹先生 | |
| 2025-11-23 | Rename CLI script and update completion paths | 魏曹先生 | |
| - Rename cli.sh to jv_cli.sh for better naming consistency - Update completion script paths to point to new completions/bash directory - Change 'jj' alias to 'jvh' for clearer naming | |||
| 2025-11-23 | Rename PowerShell completion script to match naming convention | 魏曹先生 | |
| 2025-11-22 | add: Completion script for Windows | Weicao-CatilGrass | |
| 2025-11-22 | fix: Use `current_dir` instead of `current_doc_dir` | Weicao-CatilGrass | |
| 2025-11-22 | Update help documentation formatting and messages | 魏曹先生 | |
| 2025-11-22 | Prevent duplicate sheet creation for shared sheets | 魏曹先生 | |
| 2025-11-22 | Remove todo list file after update operation | 魏曹先生 | |
| 2025-11-22 | Update sheet align command structure and add completion | 魏曹先生 | |
| 2025-11-22 | Move quick sort utility to data_struct module | 魏曹先生 | |
| 2025-11-22 | Add account key generation and public key export features | 魏曹先生 | |
| - Add `--keygen` flag to `account add` for automatic ED25519 key generation - Add `account genpub` command to export public keys - Update help documentation in both English and Chinese - Extend shell completion for new commands - Add error handling for OpenSSL operations | |||
| 2025-11-20 | add: utility functions for table and pager | 魏曹先生 | |
| - Add insert_item method to SimpleTable for flexible row insertion - Add show_in_pager function for system pager support | |||
| 2025-11-20 | update: improve jv here and status output | 魏曹先生 | |
| - Enhance jv here with detailed file status and holder information - Improve jv status with better formatting and update timestamps - Reorganize table columns for better readability | |||
| 2025-11-20 | feat: add jump and info commands | 魏曹先生 | |
| - Add jump command for file version switching - Add info command for individual file status - Update shell completion for new commands | |||
| 2025-11-17 | Update installation script filename in README files | 魏曹先生 | |
| 2025-11-17 | Use account-specific paths for latest info files | 魏曹先生 | |
| 2025-11-17 | Remove unused move auto-align command | 魏曹先生 | |
| 2025-11-17 | Remove red color from error messages | 魏曹先生 | |
| 2025-11-17 | Add error handling for sheet use command | 魏曹先生 | |
| 2025-11-17 | Improve export output formatting and alignment | 魏曹先生 | |
| 2025-11-17 | Improve invalid modification messages with specific reasons | 魏曹先生 | |
| Add detailed reasons for invalid modifications including "not_holder" and "base_version_mismatch" to provide clearer feedback to users. | |||
| 2025-11-17 | Make shell completion scripts executable | 魏曹先生 | |
| 2025-11-17 | Change error and tip colors from bright to normal variants | 魏曹先生 | |
| 2025-11-17 | Add completion script headers :) | 魏曹先生 | |
| 2025-11-17 | Add login command combining account setup and vault connection | 魏曹先生 | |
| The new `jv login` command streamlines the process of setting up a workspace by combining account selection, vault connection, and initial sync into a single operation. - Add completion support for login command - Update help documentation in both English and Chinese - Add confirmation prompt for login operation | |||
| 2025-11-17 | Add movekey alias to account manage command | 魏曹先生 | |
| 2025-11-17 | Track recent IP addresses in direct operations | 魏曹先生 | |
| Add IP address history functionality to store and retrieve recently used IP addresses when performing direct operations. Maintains a history file with up to 8 most recent IPs for quick access. | |||
| 2025-11-17 | Rename installation script to inst.sh | 魏曹先生 | |
| 2025-11-17 | Update en.yml | 魏曹先生 | |
| 2025-11-17 | update: shell scripts | 魏曹先生 | |
| Update CLI and completion scripts | |||
| 2025-11-17 | update: README and installation | 魏曹先生 | |
| Update README with installation instructions and improved formatting | |||
| 2025-11-17 | update: help documentation | 魏曹先生 | |
| Expand help docs with new commands and improved descriptions | |||
| 2025-11-17 | update: dependencies and build config | 魏曹先生 | |
| Add futures, sha1, walkdir dependencies and optimize release build | |||
| 2025-11-17 | feat: add Chinese README | 魏曹先生 | |
| Add Chinese version of README documentation | |||
| 2025-11-17 | feat: add quick sort utilities | 魏曹先生 | |
| Add quick sort implementation with custom comparison functions | |||
| 2025-11-10 | Fix JV_LANG export syntax in CLI script | 魏曹先生 | |
| 2025-11-10 | Consolidate markdown display utilities | 魏曹先生 | |
| 2025-11-10 | Improve installation script to handle existing repositories | 魏曹先生 | |
| The script now checks if repositories already exist and pulls latest changes instead of attempting to clone again. This prevents errors when re-running the installation script and ensures users always get the latest code. | |||
| 2025-11-10 | Remove md_colored module | 魏曹先生 | |
| 2025-11-10 | Add installation script for JustEnoughVCS | 魏曹先生 | |
| This script automates the setup process by: - Checking for required tools (cargo and git) - Cloning the necessary repositories - Building the CLI with cargo - Configuring the user's shell to include the CLI in PATH The script provides interactive shell selection for Zsh, Bash, and Fish. | |||
| 2025-11-10 | Remove md_colored utility module | 魏曹先生 | |
| 2025-11-10 | Add helpful error tips for common workspace issues | 魏曹先生 | |
| 2025-11-10 | Create fs.rs | 魏曹先生 | |
| 2025-11-10 | Add JV_LANG environment variable support and improve CLI structure | 魏曹先生 | |
| 2025-11-10 | Rename build_env_logger module to logger and improve path handling | 魏曹先生 | |
| 2025-11-09 | fix: Windows support | 魏曹先生 | |
| 2025-11-07 | Update Cargo.lock with new dependency for string_proc | 魏曹先生 | |
| 2025-11-06 | feat: add shell integration and completion scripts | 魏曹先生 | |
| - Add cli.sh for aliases and completion loading - Create completion_jv.sh for jv command bash completion - Create completion_jvv.sh for jvv command bash completion - Support dynamic completion using --raw output from commands | |||
| 2025-11-06 | feat: enhance jvv command with raw output support | 魏曹先生 | |
| - Add --raw option to member list for script-friendly output - Use size_str function for consistent file size formatting - Improve member list sorting (host first) - Add better error handling and output formatting | |||
