Skip to content

Commit dcdfd5b

Browse files
committed
bump version, added changes
1 parent 9631531 commit dcdfd5b

2 files changed

Lines changed: 21 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## v0.11.12
4+
5+
### Features
6+
7+
- Added Blueprints for Item Plating and Powered Cross
8+
- Renamed "???" to Artifact A, added Artifact B
9+
- Added Pickaxe and Solafite Ore
10+
- Added new Cave F as well as its items
11+
- Added items to Cave A (Rebreather)
12+
- Added screenshots and icons
13+
- Added structure info for Item Plating and Powered Cross
14+
- Changed max. number of Turtle Shells to 3
15+
16+
### Bugfixes
17+
18+
- Fixed issue that Savegame Directory could not be changed if it doesn't exist at the first place
19+
- Fixed issue that the app crashed when saving settings twice
20+
321
## v0.11.11
422

523
### Features

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.11.11")]
16-
[assembly: AssemblyInformationalVersion("0.11.11")]
15+
[assembly: AssemblyFileVersion("0.11.12")]
16+
[assembly: AssemblyInformationalVersion("0.11.12")]
1717
[assembly: AssemblyProduct("SOTFEdit")]
1818
[assembly: AssemblyTitle("SOTFEdit")]
19-
[assembly: AssemblyVersion("0.11.11")]
19+
[assembly: AssemblyVersion("0.11.12")]
2020
[assembly: TargetPlatform("Windows7.0")]
2121
[assembly: SupportedOSPlatform("Windows7.0")]
2222
[assembly: Guid("d59ec208-5fc6-4336-a9db-dbeb36938f78")]

0 commit comments

Comments
 (0)