Skip to content

Commit

Permalink
add changelog and change version number (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
shinespeciall authored Apr 25, 2023
1 parent 08c70e3 commit 7b3f177
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.16.4:
(minor changes)
- Fix the first letter of the path string of every patch file will be removed from the PatchList data if the rom file is on the root of drive in Patch Manager Dialog on Windows.
- Fix Door changes won't set the UnsavedChanges bool to be true (Issue #210)
- Fix using deep copy constructor of the LevelDoorVector class won't set the dirty bool for the new instance (Issue #442)

0.16.3:
(major changes)
- Support "C_dependency" patch type in Patch Manager Dialog.
Expand Down
2 changes: 1 addition & 1 deletion WL4Constants.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef WL4CONSTANTS_H
#define WL4CONSTANTS_H

#define WL4EDITOR_VERSION "0.16.3"
#define WL4EDITOR_VERSION "0.16.4"

namespace WL4Constants
{
Expand Down

0 comments on commit 7b3f177

Please sign in to comment.