v0.2.0
What's New in v0.2.0
New Features
- Info command: Get bundle statistics with
ixtar info <bundle.ixtar> - Extract command: Extract specific files with
ixtar extract <bundle.ixtar> <file-path> - Progress reporting: Visual progress during bundle creation
Performance Improvements
- Memory optimization: Periodic flushing of writers every 1000 files
- Reduced buffer size: 32KB buffer for file copying reduces memory usage
- Better handling of large bundles: Optimized for 1M+ files
CLI Improvements
- Added
extractcommand for file extraction - Added
infocommand for bundle statistics - Enhanced progress reporting during creation
- Updated help and usage information
API Additions
Info()method returns file count and CSV index sizeCreateBundleWithProgress()for progress callbacks
🤖 Generated with Claude Code