Skip to content

v1.2.0 .NET 8/AOT Migration

Compare
Choose a tag to compare
@PikminGuts92 PikminGuts92 released this 12 Jan 00:07
· 34 commits to master since this release
5206699

Changes

  • Overall
    • Migrated applications to AOT (ahead-of time) compiled (.NET runtime installation no longer required)
    • Replaced Console.WriteLine instances with proper logging (Configure log level through shared -l command line argument)
    • Removed x86 support
    • General code cleanup (Details: #15)
  • Ark Helper
    • Support writing "broken" v4 arks (#14)
    • Extract all files by default when no extract option specified for ark2dir
  • SuperFreq
    • Fixed writing image with tex2png when no parent directory specified
    • Added short aliases for args (e.g. -m for miloVersion)
    • Added extra logging
      • Log success message when when operation completes (e.g. finished converting texture)
      • Log warning when unsupported game configuration is used
      • Log warning when milo contents were only partially extracted using milo2dir
    • Removed crypt and milo2gltf options