Skip to content

Commit

Permalink
changelog and version number for 0.15.2 (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
shinespeciall authored Sep 24, 2022
1 parent cf5f407 commit a7f4989
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
0.15.2:
(major changes)
- Fix random rom corruption after adding new Room then save changes, which is caused by logic conflict between the old "Add new Room" code and the new "old layer data invalidation" code after 0.14.X release.

(minor changes)
- Add more script APIs: GetCurTilesetTile16EventId(...) and GetCurTilesetTile16TerrainType(...).
- Add "clean up unused forground Tile8x8" button to the Tileset Editor.
- Add "find Tile16 by pal" button to the Tileset Editor.

0.15.1:
(major changes)
- now you can use optional EntryFunctionSymbol identifier to set the entry function in every c patch file
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.15.1"
#define WL4EDITOR_VERSION "0.15.2"

namespace WL4Constants
{
Expand Down

0 comments on commit a7f4989

Please sign in to comment.