Bug Fixes
0-byte file after zip extraction (#9)
- Zip extraction now uses Apache Commons Compress (native streaming) instead of the Dart
archivepackage which loaded the entire zip into memory, causing 0-byte output on large ROMs (e.g. 672MB 3DS files) - Fixed torrent downloads triggering extraction multiple times in parallel, causing file corruption and "Missing" status in Library
- Extraction phase now shows an indeterminate progress bar instead of a stuck 0.0%
Full Changelog: v1.3.0...v1.3.1