Skip to content

Commit

Permalink
update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
codengine committed Feb 26, 2024
1 parent 97add0b commit 8e08169
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 3 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## 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.
Moreover, an update of the SOTFEdit Companion is required which will also arrive soon.

### Features

- Updated the map
- Added blueprints and structures: Teleporter, Repel Shrine, Attract Shrine, Gold Armor Plater, Hang Glider Launcher
- Added all new items
- Added new furniture: Couch, Chair (Fur)
- Added new traps: Leaf Trap, Molotov Tripwire Trap, Explosive Tripwire Trap
- Added new storages: Arrow Holder, Log Storage (has a new ID), Explosive Storage
- Added new structures: Small Platform, Medium Platform
- Added new game setup options (mostly for custom) and support for Creative Mode
- Added "Sickness" slider
- Added new area (Cave H)
- Added new enemies: Holey, Legsy
- Renamed Golden Armour to Ancient Armor
- Added Hang Glider and Radio as Inventory items
- Added Radio as World Item, which allows cloning
- Updated max. inventory and shelf count for all items
- Added/Updated map POIs for new and existing items
- Polish translations

## v0.11.18

### Features
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.11.18")]
[assembly: AssemblyInformationalVersion("0.11.18")]
[assembly: AssemblyFileVersion("0.12.0")]
[assembly: AssemblyInformationalVersion("0.12.0")]
[assembly: AssemblyProduct("SOTFEdit")]
[assembly: AssemblyTitle("SOTFEdit")]
[assembly: AssemblyVersion("0.11.18")]
[assembly: AssemblyVersion("0.12.0")]
[assembly: TargetPlatform("Windows7.0")]
[assembly: SupportedOSPlatform("Windows7.0")]
[assembly: Guid("d59ec208-5fc6-4336-a9db-dbeb36938f78")]

0 comments on commit 8e08169

Please sign in to comment.