Skip to content

Releases: mos9527/evbunpack

Version 0.2.6

02 Nov 11:14

Choose a tag to compare

Use PyPI packaged version of `aplib` instead of bundling it ourselves (#13)

Version 0.2.5

26 Jul 01:08

Choose a tag to compare

Fix magic detection heuristic (fixed ERROR: While extracting VFS: Invalid signature
Fixes #10)
Clean up console output

Version 0.2.4

17 Oct 09:51

Choose a tag to compare

Add test binaries for packer version 11.00
Detail error messages

Version 0.2.3

24 Sep 11:44

Choose a tag to compare

QoL: Format code with `black`

Version 0.2.2

17 Jun 05:03

Choose a tag to compare

Added option to switch unpacker variant (currently supports 10_70, 9_70, 7_80)
Added tests for packer version 20210329 (9.70)

Version 0.2.1

11 Jun 15:02

Choose a tag to compare

Made CLI arguments backwards compatible with pre-0.2.0 versions.
Added example usage to README.

Version 0.2.0

07 Jun 05:13

Choose a tag to compare

Added support for the latest Enigma Virtual Box (10.70 Build 20240522)
Added various error checks and handling
Major code refactoring and cleanup
CI : Added tests for the unpacker
CI : Implemented TLS, FS, Overlay checks in the packer test app
...Also, thanks, GitHub Actions.

Version 0.1.9.4.1

17 Jan 15:08
15c74b4

Choose a tag to compare

This version is released to trigger CI with no other changes been made

Version 0.1.9.4

30 Oct 08:09

Choose a tag to compare

bugfix : correctly read in unicode strings

Version 0.1.9.3

30 Oct 07:50

Choose a tag to compare

bugfix : index should be `>= 0` instead of `>0`