Releases: Mutagen-Modding/Synthesis
Releases · Mutagen-Modding/Synthesis
0.25.4-pr004
- Upgrade to latest mutagen prerelease for settings export/import fixes
0.25.4-pr003
- Added LastUpdatedRunNumber to scraper DTO for future features
0.25.4-pr002
- Fix for
.ccc
file location not following Data folder path overrides in profile settings
0.25.4-pr001
- Crash fix when autogenerated settings fail to save
- Fix for default values not being set on subobjects within lists
- UI layout adjustments for list count and +/- buttons
- Shrink size of enum dictionary tabs to be reasonable
- Fix for missing styling import causing crashes in some circumstances
0.25.3
0.25.2
0.25
- Skyrim SE GoG support
- Print the masters involved when there is too many
- Wiki docs moved to repository, to allow for public PR improvements
- TypicalOpenExtraParameters to help control language settings in Typical Open scenarios
Backwards incompatibilities:
- IRunnabilityState.GetEnvironmentState returns interface IGameEnvironment instead of concrete class
- IPatcherState.OutputPath and other IO related strings swapped to FilePath/DirectoryPath as appropriate
- OpenForSettings callback systems args swapped to IOpenForSettingsState, with many additions/improvements
0.25-pr006
- Another attempt to publish
Mutagen.Bethesda.Synthesis.WPF
0.25-pr005
- Mutagen.Bethesda.Synthesis.WPF nuget was not being published
0.25-pr004
- Support for GOG skyrim selection as profile target
- IRunnabilityState.GetEnvironment now returns interface instead of concrete class
- Some File/Directory parameter type tweaking
- CheckRunnabilityState exposes more settings folders
- OpenForSettings parameter swapped to a state object with much more functionality