Skip to content

v0.2.0

Choose a tag to compare

@t0mk t0mk released this 30 Jul 12:24
· 3 commits to main since this release

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 extract command for file extraction
  • Added info command for bundle statistics
  • Enhanced progress reporting during creation
  • Updated help and usage information

API Additions

  • Info() method returns file count and CSV index size
  • CreateBundleWithProgress() for progress callbacks

🤖 Generated with Claude Code