Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Releases: neos-modding-group/NeosModLoader

1.12.6

11 Mar 16:44
8ccc47e
Compare
Choose a tag to compare

NML Changes

  • Allow loading of mods with unloadable types by @zkxs in #83. Thanks @badhaloninja for helping get to the bottom of this!
  • Fix an edge case where mod configurations may not save properly on Neos shutdown by @zkxs in #87
  • Fix an edge case where mods may not have properly tagged logs by @zkxs in #86
  • Fix a bug where NML would load files with names like "foo.dll_disabled" by @zkxs in #88. Thanks @badhaloninja for reporting this!

Full Diff: 1.12.5...1.12.6

1.12.5

26 Feb 04:10
fae05dc
Compare
Choose a tag to compare

Documentation Changes

  • update harmony download link in readme by @EIA485 in #80
  • Add a new documentation screenshot by @zkxs in #81

NML Changes

  • Hide mod types from two more type-searching methods by @zkxs in #82. Thanks @art0007i for reporting the oversight!

Full Diff: 1.12.4...1.12.5

1.12.4

01 Oct 01:48
Compare
Choose a tag to compare

NML Changes

Behind-the-scenes

  • Bump Lib.Harmony from 2.2.1 to 2.2.2 in #76
  • add a Git blame ignore by @EIA485 in #77

Full Diff: 1.12.3...1.12.4

1.12.3

03 Sep 04:17
Compare
Choose a tag to compare

Added

  • added hidelatetypes config and removed old FAQ by @EIA485 in #72

Fixed


Full Diff: 1.12.2...1.12.3

1.12.2

31 Aug 01:40
Compare
Choose a tag to compare

What's Changed

  • Fix a hang on Neos shutdown by @zkxs in #71
    This bug may have only affected Windows headless, but that's unclear.

Full Diff: 1.12.1...1.12.2

1.12.1

29 Aug 07:37
Compare
Choose a tag to compare

What's Changed

  • Fix assembly loading on windows headless by @zkxs in #70

Full Diff: 1.12.0...1.12.1

1.12.0

29 Aug 00:40
635592b
Compare
Choose a tag to compare

Modloader Changes

  • Prevent redundant PostX processing of the NML assembly by @zkxs in #47
  • nml_mods is now searched recursively for mods to load by @Psychpsyo in #51
    If you were using a nml_mods subfolder to disable mods that will no longer work!
  • Mod SHA256 hashes are now logged by @EIA485 in #52 and #57
  • Fix compatibility hash spoofing when non-NML plugins are present by @zkxs in #60
  • Hide modding-related types from TypeHelper.FindType by @zkxs in #67

CI and Style Changes

Documentation Changes

New Contributors

Full Diff: 1.11.2...1.12.0

1.11.2

02 Jul 14:16
fea6a80
Compare
Choose a tag to compare
  • #44: AssemblyName is now ALWAYS NeosModLoader, because apparently Windows requires this?
  • Adds some extra logging for what nml_libs get loaded

1.11.1

02 Jul 12:35
0bd2f08
Compare
Choose a tag to compare

Adds additional logging for ReflectionTypeLoadException #43

1.11.0

18 Jun 20:12
a4931f0
Compare
Choose a tag to compare