Skip to content

v1.3.1

Choose a tag to compare

@caprado caprado released this 26 May 04:38
· 44 commits to main since this release
0b0881d

Bug Fixes

0-byte file after zip extraction (#9)

  • Zip extraction now uses Apache Commons Compress (native streaming) instead of the Dart archive package 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