Skip to content

Commit

Permalink
version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
codengine committed Feb 28, 2024
1 parent b51329a commit 2520b21
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 3 additions & 3 deletions SOTFEdit/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

0 comments on commit 2520b21

Please sign in to comment.