Skip to content

Commit

Permalink
Release 0.13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahStolk committed Apr 3, 2024
1 parent b2d9242 commit 5765c0b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [unreleased]
## [0.13.0.0] - 2024-04-03

### UI Improvements & Fixes

Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/DevilDaggersInfo.Tools/DevilDaggersInfo.Tools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<AssemblyName>ddinfo-tools</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<NoWarn>SA1633</NoWarn>
<Version>0.12.0.0</Version>
<Version>0.13.0.0</Version>
<ApplicationIcon>Icon.ico</ApplicationIcon>
<EnableTrimAnalyzer>true</EnableTrimAnalyzer>
<SuppressTrimAnalysisWarnings>false</SuppressTrimAnalysisWarnings>
Expand Down

0 comments on commit 5765c0b

Please sign in to comment.