Skip to content

Releases: Mutagen-Modding/Synthesis

0.32.1

25 Nov 20:10
Compare
Choose a tag to compare

0.32.0

21 Nov 23:53
Compare
Choose a tag to compare

v0.31-pr001

08 Nov 08:33
Compare
Choose a tag to compare
v0.31-pr001 Pre-release
Pre-release
  • Initial Small/Medium master support
  • More CLI commands:
    • Create Profile
    • Create Patcher
    • Fix for Run Pipeline

0.30.7

04 Nov 02:53
Compare
Choose a tag to compare
  • Fix for new ANSI color codes getting included in patcher CLI command responses causing various issues

0.30.6

15 Oct 21:59
Compare
Choose a tag to compare
  • Fix for CheckRunnability on Oblivion not including required GameRelease
  • Fix for post run logic not releasing file properly, causing subsequent reruns to fail

0.30.5

08 Oct 22:48
Compare
Choose a tag to compare
  • Fix for post patcher run phase when running Starfield patchers

0.30.4

05 Oct 04:39
Compare
Choose a tag to compare
  • Update to latest mutagen

0.30.3

26 Sep 21:07
Compare
Choose a tag to compare
  • Fix for lower formID range usages in some situations, leading to Null FormIDs

0.30.2

23 Sep 19:30
Compare
Choose a tag to compare
  • Improved culture usage in .NET SDK upgrade logic

0.30.1

23 Sep 03:16
Compare
Choose a tag to compare
  • Added logic to not reuse compilations if a different UI version is used
  • Added logic to not reuse compilations if a different DotNet SDK is used
  • Added logging of dotnet --info results (so users don't have to be asked for it)
  • Defer dotnet --version query, so it happens after startup logging
  • Added some logging when a patcher is updated to target Net8
  • Update Noggog.GitRepository library to Net8 version