Skip to content

v2.0.0

Compare
Choose a tag to compare
@MaikelChan MaikelChan released this 01 Sep 13:30
· 16 commits to v2 since this release
3b23daa

[2.0.0] - 2021-09-01

Changed

  • Complete rewrite. Now it's easier to use, it's able to handle more AFS variations and can recreate them in the exact same format variation as in the original AFS archive. It doesn't require any extra input or configuration by the user. All necessary data to recreate the AFS is stored in a metadata.json file.
  • AFS archives that contain files with directory data will be extracted maintaining the same folder structure.
  • Now it requires .NET Core 3.1 instead of .NET Framework 4.7.2.

Added

  • New -i command to previsualize information about the contents of an AFS archive.

Fixed

  • Recent fixes for AFS Packer 1.2.x are in this version as well.
  • Better handling of AFS archives that contain file names with invalid characters or paths.
  • Better error checking to inform the user if something goes wrong.

Removed

  • Removed list_file and -nf commands. They're not necessary anymore as the program will handle automatically in which format an AFS archive needs to be created.