Skip to content

Releases: Cobertos/unitypackage_extractor

v1.1.0

04 Oct 08:58
Compare
Choose a tag to compare
  • Fixes #9 (hopefully) by defaulting to explicit utf-8 extracting (thanks @cyaoeu)
  • Fixes #14 by using tarsafe and doing an out of bounds check before extracting (thanks @absolute-disappointment)
  • Fixes #19 by rewriting certain Windows reserved characters to _ to allow extraction (thanks @wappenull)
  • Fixed Windows cwd extraction breaking after fixing #14 (8b8c959)
  • Added Python 3.9 support
  • Rebuilt binaries using --onefile and Python 3.9
  • Much better Windows support with added test running on that platform

v1.0.0

17 May 05:25
Compare
Choose a tag to compare

Slighty breaking change to the CLI execution of this, it is preferred to call it with python -m unitypackage_extractor though the old way will still work.

  • Adds Python 3.8 support
  • Should be vastly improved performance thanks to #5 and @AWDGroup

Updated README link

16 Sep 07:02
Compare
Choose a tag to compare

Had to update the README link to the correct release on PyPi, which requires bumping version

32 bit support

16 Sep 06:57
Compare
Choose a tag to compare

#4 - Added 32 bit support

0.4.0

18 Jul 07:39
Compare
Choose a tag to compare

Fixes #2

0.3.0

30 May 02:48
Compare
Choose a tag to compare

Fixes #1 , also the first GitHub release.