Skip to content

Commit

Permalink
changelog and version number for 0.15.0 (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
shinespeciall authored Aug 2, 2022
1 parent f36422e commit ed8c59c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
0.15.0:
(major changes)
- Add Animated Tile Groups Editor.
- Fix importing tileset from other rom will cause problem when opening Room Config Dialog (Issue #402)

(minor changes)
- add 2 new API test functions "_ExtractSpriteOAMPackage(...)"
- now you can import oam data with "0x" prefix and commas as separators in the data string when using "Reset All" button in Oam Designer in the Sprites Editor to render sprites.
- now bad palette number in oam data won't crash the WL4Editor when rendering sprites or oam data.

0.14.2:
(major changes)
- Support recent script menu items. (Issue #329)
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.14.2"
#define WL4EDITOR_VERSION "0.15.0"

namespace WL4Constants
{
Expand Down

0 comments on commit ed8c59c

Please sign in to comment.