summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2026-02-27Add storage system with chunk-based file storage魏曹先生
2026-02-25Replace string_proc with just_fmt as external dependency魏曹先生
2026-02-24Add hex_display feature魏曹先生
2026-02-24Add deprecated feature and migrate string_proc to just_fmt魏曹先生
- Add `deprecated` feature flag to Cargo.toml - Gate `string_proc` module behind both `deprecated` and `string_proc` features - Replace internal `string_proc` dependency with `just_fmt` crate in constants macros - Mark all `string_proc` modules as deprecated with migration instructions - Remove `string_proc` dependency from sheet system
2026-02-12Add sheet system with mapping macros and modules魏曹先生
2026-02-11Add sheet system and reorganize workspace魏曹先生
- Add new "sheet" crate to workspace - Rename "systems/asset" to "systems/_asset" - Reorder workspace members and dependencies for clarity - Update constants with new paths for auth and rules - Add conditional compilation for system module
2026-02-07Rename asset crate to asset_system魏曹先生
2026-02-06Add constants system with path generation macros魏曹先生
2026-02-05Remove examples and legacy code, update .gitignore魏曹先生
- Delete examples directory and its example action system - Rename actions/ to legacy_actions/ and data/ to legacy_data/ - Update Cargo.toml license file reference - Move setup scripts to scripts/dev/ directory - Add todo.txt patterns to .gitignore
2026-01-03Add git branch and commit to compile info魏曹先生
Include build_branch and build_commit fields in CoreCompileInfo struct. The build script now extracts current git branch and commit hash, falling back to "unknown" if git commands fail.
2025-12-24Add build script for compile info and installer generation魏曹先生
2025-11-17feat: Add file status tracking and SHA1 hash system魏曹先生
- Implement SHA1 hash calculation module with async support - Add file status analysis for tracking moves, creates, and modifications - Enhance local file management with relative path handling - Update virtual file actions with improved tracking capabilities
2025-11-06update: Main library exports魏曹先生
- Update library exports to include new modules - Reorganize import structure
2025-10-24Re-export subcrate `action_system` to `just_enough_vcs`魏曹先生
2025-10-06chore: update workspace configuration and dependencies魏曹先生
- Add examples to workspace members - Update vcs_data dependencies structure - Fix library re-export paths in main lib.rs
2025-10-06Update main lib.rs for new crate architecture魏曹先生
- Remove old vcs module exports - Prepare for new vcs_data and vcs_actions integration - Update library structure to reflect architectural changes
2025-09-29Add incremental transfer functionality and update TCP connection utilities魏曹先生
- Add instance_incremental_transfer module for handling incremental data transfers - Add test_incremental_transfer module for testing incremental transfer functionality - Update TCP connection library to support new incremental transfer features - Update Cargo.toml dependencies for TCP connection utilities - Update main library to integrate new TCP connection functionality
2025-09-25Rename `env` to `vcs`魏曹先生
2025-09-22Update lib.rs魏曹先生
2025-09-22Update lib.rs魏曹先生
2025-09-20Export crates 1. `cfg_file` 2. `tcp_connection` 3. `string_proc` 4.魏曹先生
`env`
2025-09-12Re-export crate `cfg_file`魏曹先生