Skip to content

Commit 8e08169

Browse files
committed
update version and changelog
1 parent 97add0b commit 8e08169

2 files changed

Lines changed: 28 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## v0.12.0
4+
5+
Due to the amount of changes, teleportation to items might fail for now. This will be the next task on my list.
6+
Moreover, an update of the SOTFEdit Companion is required which will also arrive soon.
7+
8+
### Features
9+
10+
- Updated the map
11+
- Added blueprints and structures: Teleporter, Repel Shrine, Attract Shrine, Gold Armor Plater, Hang Glider Launcher
12+
- Added all new items
13+
- Added new furniture: Couch, Chair (Fur)
14+
- Added new traps: Leaf Trap, Molotov Tripwire Trap, Explosive Tripwire Trap
15+
- Added new storages: Arrow Holder, Log Storage (has a new ID), Explosive Storage
16+
- Added new structures: Small Platform, Medium Platform
17+
- Added new game setup options (mostly for custom) and support for Creative Mode
18+
- Added "Sickness" slider
19+
- Added new area (Cave H)
20+
- Added new enemies: Holey, Legsy
21+
- Renamed Golden Armour to Ancient Armor
22+
- Added Hang Glider and Radio as Inventory items
23+
- Added Radio as World Item, which allows cloning
24+
- Updated max. inventory and shelf count for all items
25+
- Added/Updated map POIs for new and existing items
26+
- Polish translations
27+
328
## v0.11.18
429

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

0 commit comments

Comments
 (0)