Skip to content

2.6.0

Compare
Choose a tag to compare
@XDelta XDelta released this 06 Feb 20:39
· 37 commits to main since this release
ad75d05

New features

  • Added headless property available to mods with Modloader.IsHeadless in #4 by @RileyGuy
  • Added several additional Debug log messages for debugging the modloader itself
    • Includes listing launch args in logs

Tweaks

  • Refactored out LoadedResoniteMod in #8 resolving #7 by @art0007i
  • Fixed hash computation when other plugins are present fixing #3
  • Fixed NullReferenceException on startup caused by IsValidGenericType being refactored to a new class #5
  • Applied .Net recommended performance and visibility suggestions
  • Removed unused 'nolibraries' config

Additional notes

  • Several small improvements in comment clarity
  • Cleaned up csproj to use more Sdk defaults instead of redefining them
  • Started moving docs over to a Github Wiki
    • Should improve linking to and finding of pages in the documentation