diff --git a/CHANGELOG.md b/CHANGELOG.md index cf5442b..6ea798c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## v0.12.1 + +Make sure to update SOTFEdit Companion to 1.0.2. + +### Features + +- Added tool to unlock creative mode and other game-related toggles +- Added tool to reset containers +- Added tool to reset traps +- Added screenshots to POIs, also fixed some of them + +### Changes + +- Set max player strength to 100 +- Changed max stones for sled to 28 + +### Bugfixes + +- Fix live teleportation via SOTFEdit Companion +- Fix follower inventory storing + ## v0.12.0 Due to the amount of changes, teleportation to items might fail for now. This will be the next task on my list. diff --git a/SOTFEdit/AssemblyInfo.cs b/SOTFEdit/AssemblyInfo.cs index 8795bf8..4dd9b53 100644 --- a/SOTFEdit/AssemblyInfo.cs +++ b/SOTFEdit/AssemblyInfo.cs @@ -12,11 +12,11 @@ // app, or any theme specific resource dictionaries) )] [assembly: AssemblyCompany("codengine")] -[assembly: AssemblyFileVersion("0.12.0")] -[assembly: AssemblyInformationalVersion("0.12.0")] +[assembly: AssemblyFileVersion("0.12.1")] +[assembly: AssemblyInformationalVersion("0.12.1")] [assembly: AssemblyProduct("SOTFEdit")] [assembly: AssemblyTitle("SOTFEdit")] -[assembly: AssemblyVersion("0.12.0")] +[assembly: AssemblyVersion("0.12.1")] [assembly: TargetPlatform("Windows7.0")] [assembly: SupportedOSPlatform("Windows7.0")] [assembly: Guid("d59ec208-5fc6-4336-a9db-dbeb36938f78")] \ No newline at end of file