Releases: ow-mods/owml
Releases · ow-mods/owml
2.9.2
Fix nuget packing
2.9.1
- Fixes cyclic dependency of disabled mods breaking load order
2.9.0
- Fix incorrect Obsolete attributes.
- If assembly loading fails, continue normally.
- Add
dlcOnly
property to mod options, so the option only appears in menus if the player owns the DLC. - Change incremental GC option to default to enabled.
- Better dialogue for GameVersionHandler.
2.8.0
- Deprecated OWML.ModHelper.Events. Use HarmonyHelper instead, it's better and more reliable.
- Added incremental GC option to in-game OWML config menu.
- Added tooltips to in-game OWML config menu.
2.7.5
- Updated the minimum, maximum, and latest game versions.
- Added option to enable Incremental GC in OWML.Config.json. It is disabled by default. Enabling this will help smooth out lag spikes caused by some mods, but it is unknown how it may affect some big mods like QSB or NomaiVR. Please let us know! (Method to enable Incremental GC discovered by @SkutteOleg)
2.7.4
- Updated the minimum, maximum, and latest game versions.
2.7.3
Features
- Added tooltips to mod settings
- Allow default interface method implementations in APIs
- Allow generic methods and any assignable types in APIs
Bug fixes:
- Fixes issue where all mod configs were being reset when you'd click the button to reset one of them.
- Fixes OWML hiding all base game menu tooltips
- Reorder config settings to match the default config
Miscellaneous
- Updated examples
- Updated docs
2.7.2
- Fixed bug where you couldn't leave the "MODS" menu tab in the options. (Thanks @JohnCorby )
2.7.1
2.7.0
- Removed enabled config option for all mods since it was misleading (mods cannot be enabled/disabled in game)
- This means that not all mods will have options available in the Mods settings. Those with options will be displayed first with buttons leading to their options pages. A list of enabled/disabled mods without options is still displayed after those with options.
- Updated manifest schema, and fixed regex for game version.
- Added better checks for game version / vendor, including options in mod manifests.
- Fixed exceptions not being printed fully.
- Fixed config settings not being saved after exiting menu.
- Corrected the XML summary for GetFirstFreeValue
- Added more methods to EnumUtils
- Updated manifest schema, and fixed regex for game version.
- Added better checks for game version / vendor, including options in mod manifests.
- Fixed exceptions not being printed fully.
- Fixed config settings not being saved after exiting menu.
- Corrected the XML summary for GetFirstFreeValue
- Added more methods to EnumUtils