Skip to content

4.10.0.0

Compare
Choose a tag to compare
@cmkushnir cmkushnir released this 03 Mar 01:29
· 61 commits to main since this release
ba4e23d

Requires libmbin >= 4.10.0.2

  • fix:
    • NMS.PAK.MBIN.Data.Save was not passing Log to libmbin methods,
      thus potentially loosing any errors reported by libmbin.
    • PAK Item tab not reloading item if it's pak is updated e.g. mod pak rebuilt.
    • script ProgressReport no longer takes script object as a parameter to
      remove the chance of it accidently pinning the script assembly.
    • NMSAttribute.Size was mislabled as Length.
  • change:
    • handle changes introduced in NMS "4.1".
    • refactor how NMSAttribute's are queried and handled.
    • refactor how MBINC enums and fake enum's are handled.
    • libMBIN tab enum list now shows bitmap enums in bold,
      and values as binary with hex and dec value in tooltip.
  • add:
    • libmbin API tab, add enum name to array fields indexed by an enum.
  • update:
    • Octokit NuGet package from 4.0.3 to 5.0.0.
    • Pfim NuGet package from 0.11.1 to 0.11.2.