From 5765c0b68831ff1f2b14d0da174d7558d7f3a20a Mon Sep 17 00:00:00 2001
From: Noah Stolk <31079637+NoahStolk@users.noreply.github.com>
Date: Wed, 3 Apr 2024 14:10:06 +0200
Subject: [PATCH] Release 0.13.0.0
---
CHANGELOG.md | 8 +++++++-
src/DevilDaggersInfo.Tools/DevilDaggersInfo.Tools.csproj | 2 +-
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dad1a001..13663c7e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## [unreleased]
+## [0.13.0.0] - 2024-04-03
### UI Improvements & Fixes
@@ -30,6 +30,12 @@
- Fixed not updating mod preview when selected mod is renamed, toggled, or deleted.
- Fixed not taking disabled assets into account when counting active assets.
+### Replay Editor
+
+- Completely rewrote the editor UI. The original UI has been split into two sections:
+ - There is now a new editor which shows all the events in a timeline, making it easier to understand and edit the replay.
+ - The original UI has been changed into a read-only events viewer that can be used to inspect the replay in more detail.
+
### Practice
- Renamed "Gigapedes" template to "Triple Gigapedes" for clarity.
diff --git a/src/DevilDaggersInfo.Tools/DevilDaggersInfo.Tools.csproj b/src/DevilDaggersInfo.Tools/DevilDaggersInfo.Tools.csproj
index 6c9f712e..b9ad84f9 100644
--- a/src/DevilDaggersInfo.Tools/DevilDaggersInfo.Tools.csproj
+++ b/src/DevilDaggersInfo.Tools/DevilDaggersInfo.Tools.csproj
@@ -4,7 +4,7 @@
ddinfo-tools
true
SA1633
- 0.12.0.0
+ 0.13.0.0
Icon.ico
true
false