Releases: Mutagen-Modding/Synthesis
Releases · Mutagen-Modding/Synthesis
0.19-prerelease001
- Improved error message for specific reflection loading issue
- Culture fix for locating executable paths (Work in progress)
- Added logic to add the new Mutagen namespaces to patcher code, to help smooth upgrade process
- Keep
Synthesis.esp
from being seen as a missing mod and causing a blocking error - Shortend random paths used in the temp folder
- Patchers should now be run in Release mode (lol)
- Removed Code Snippet patcher. Wasn't being used
- IPatcherState now exposes ILoadOrder interface instead of raw class
- IRunnabilityState now exposes ILoadOrder instead of an enumerable of ModKeys
0.18.3
0.18.2
0.18.1
0.18
- Console.WriteLine throttling in patchers, to help performance
- Initial FormID persistence systems added.
- IRunnabilityState.GetEnvironmentState convenience call to get access to typical environment objects like LinkCache
- Improvement for compiler display. Won't display a massive spam anymore, hopefully.
- Better swap in of Newtonsoft nugets to help in conflicted versions
- Default value fixes for ModKey/FormKey autogen settings
- Improved version swap handling when using prerelease versions
- Will automatically swap out usage of -windows7.0 in TargetFrameworks within patchers (was causing subtle issues for people)
- Fix for logic meant to turn off nullability errors when running patchers
- Bugfix for Solution Patcher wiping synthesis meta files on occasion
0.17.6-prerelease1
- Improved handling of Newtonsoft versioning differences
- Fix for ModKey/FormKey default value handling in autogenerated settings
0.17.5
0.17.4
0.17.3
- Settings subobject removed from IPatcherState, in favor of direct fields
- New SynthesisPipeline.SetTypicalOpen call, for specifying what to do when the exe is opened outside of Synthesis. This takes in the desired GameRelease + patch name, like the older systems did, but also has overloads for specifying custom actions now, as well.
- Old method of passing in RunPreferences /w ActionsForEmptyArgs now marked Obsolete, in favor of the above.
- Another adjustment for git patcher store not refreshing
- Template project updated
0.17.3-prerelease
- Mutagen version bump