| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| LRGEX-Compress-v1.6.0-setup.exe | 2026-08-10 | 8.8 MB | |
| README.md | 2026-08-10 | 1.0 kB | |
| v1.6.0 source code.tar.gz | 2026-08-10 | 986.5 kB | |
| v1.6.0 source code.zip | 2026-08-10 | 1.1 MB | |
| Totals: 4 Items | 10.9 MB | 5 | |
✨ New Features
- 7z extraction:
.7zarchives now supported (LZMA2, pure Rust) - Single-volume
.7z— instant extraction with progress - Multi-volume
.7z.001/.002/...— right-click.001or.7zto extract - Per-chunk cancel (stops mid-file, not just between files)
- Overwrite confirmation (header-only read, no decompression needed)
- Path-traversal guard (zip-slip protection)
- Right-click
.7zand.001→ LRGEX → Extract
🔧 Fixes
- Instant RAR cancel: Cancel now stops RAR extraction mid-file (within 100ms) via UCM_PROCESSDATA callback abort — no more waiting for the current file to finish
- Clean archive names:
video.mp4→video.zgx(extension stripped) - Folders unchanged (
myfolder→myfolder.zgx) - Dotfiles preserved (
.git→.git.zgx)