Skip to content

Commit 2520b21

Browse files
committed
version and changelog
1 parent b51329a commit 2520b21

2 files changed

Lines changed: 24 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## v0.12.1
4+
5+
Make sure to update SOTFEdit Companion to 1.0.2.
6+
7+
### Features
8+
9+
- Added tool to unlock creative mode and other game-related toggles
10+
- Added tool to reset containers
11+
- Added tool to reset traps
12+
- Added screenshots to POIs, also fixed some of them
13+
14+
### Changes
15+
16+
- Set max player strength to 100
17+
- Changed max stones for sled to 28
18+
19+
### Bugfixes
20+
21+
- Fix live teleportation via SOTFEdit Companion
22+
- Fix follower inventory storing
23+
324
## v0.12.0
425

526
Due to the amount of changes, teleportation to items might fail for now. This will be the next task on my list.

SOTFEdit/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
// app, or any theme specific resource dictionaries)
1313
)]
1414
[assembly: AssemblyCompany("codengine")]
15-
[assembly: AssemblyFileVersion("0.12.0")]
16-
[assembly: AssemblyInformationalVersion("0.12.0")]
15+
[assembly: AssemblyFileVersion("0.12.1")]
16+
[assembly: AssemblyInformationalVersion("0.12.1")]
1717
[assembly: AssemblyProduct("SOTFEdit")]
1818
[assembly: AssemblyTitle("SOTFEdit")]
19-
[assembly: AssemblyVersion("0.12.0")]
19+
[assembly: AssemblyVersion("0.12.1")]
2020
[assembly: TargetPlatform("Windows7.0")]
2121
[assembly: SupportedOSPlatform("Windows7.0")]
2222
[assembly: Guid("d59ec208-5fc6-4336-a9db-dbeb36938f78")]

0 commit comments

Comments
 (0)