· 1 min read

2.3.5 — Faster 7z, larger archives, cleaner file tree

Faster first 7z open via WASM preload, WORKERFS mounts for large archives, and higher batch-extract limits.

Quick Unzip 2.3.5 — faster 7z, larger archives, cleaner file tree

Faster 7z enginejs7z.wasm is preloaded and pre-compiled when the worker starts, so the first open/extract feels noticeably quicker.

💾 Smarter memory for large archives — 7z/RAR/TAR and other WASM formats now mount the file via WORKERFS instead of copying the whole archive into memory. You can open much larger archives (up to ~50 GB for ZIP, with improved limits for 7z/RAR).

📦 Better batch downloads — extracting multiple files from 7z/RAR archives no longer stops at the old 500 MB cap; the worker batch path is used consistently.

🎨 UI polish — switching between the full tab and side panel is disabled while an archive is still loading, with a clearer tooltip explaining why.

🐞 Bug fixes — Improved list parsing and size-limit messages.

    Share:
    Back to Changelog

    Related Posts

    View All Posts »