Skip to content

Commit a7f57f9

Browse files
committed
Prepare for v1.2.4
1 parent c734765 commit a7f57f9

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

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+
516
## [1.2.3]
617

718
- Added 'ignoreWalkZone' parameter to Goto.

adventure-editor/src/main/resources/versions.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ gwtVersion=2.8.0
77
libgdxVersion=1.9.6
88
roboVMGradlePluginVersion=2.3.0
99
roboVMVersion=2.3.0
10-
version=1.2.4-SNAPSHOT
10+
version=1.2.4

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=1.2.4-SNAPSHOT
1+
version=1.2.4
22
libgdxVersion=1.9.6
33
roboVMVersion=2.3.0
44
roboVMGradlePluginVersion=2.3.0

0 commit comments

Comments
 (0)