File tree 3 files changed +13
-2
lines changed
adventure-editor/src/main/resources
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
+ ## [ 1.2.4]
6
+
7
+ - NEW BIG FEATURE: Voice support.
8
+ - OSX Sandbox support to support releasing the game in the Mac App Store.
9
+ - Updated Spine engine to v3.5.51
10
+ - When adding new assets throught the Asset List view, create the asset folder if it doesn't exist.
11
+ - FIX: Scene parameter in LoadChapterAction incorrect.
12
+ - FIX: Scale and Rotation actions.
13
+ - FIX: Loading integer atributes in actions.
14
+ - FIX: Serialization error in TextManager.
15
+
5
16
## [ 1.2.3]
6
17
7
18
- Added 'ignoreWalkZone' parameter to Goto.
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ gwtVersion=2.8.0
7
7
libgdxVersion =1.9.6
8
8
roboVMGradlePluginVersion =2.3.0
9
9
roboVMVersion =2.3.0
10
- version =1.2.4-SNAPSHOT
10
+ version =1.2.4
Original file line number Diff line number Diff line change 1
- version =1.2.4-SNAPSHOT
1
+ version =1.2.4
2
2
libgdxVersion =1.9.6
3
3
roboVMVersion =2.3.0
4
4
roboVMGradlePluginVersion =2.3.0
You can’t perform that action at this time.
0 commit comments