Skip to content

Commit 30fa85c

Browse files
committed
Prepare for v1.2.7
1 parent 7b09127 commit 30fa85c

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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+
6+
## [1.2.7]
7+
- Added secondary animation support for Spine actors.
8+
- Added 'keepDirection' param to Animation action.
9+
- Added 'target' actor to position in Camera action.
10+
- Added 'LAYER' and 'IN_SCENE' params in IfAttr action.
11+
- Updated Spine plugin to latest Spine version.
12+
- Updated blade-ink dependency to v0.4.2
13+
- Added title image and aligment to the menu screen.
14+
- EDITOR: Edit Animation dialog now sets the initial source based in previous sources.
15+
16+
17+
518
## [1.2.6]
619

720
- Actors in inventory can be animated now.

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.1
99
roboVMVersion=2.3.1
10-
version=1.2.7-SNAPSHOT
10+
version=1.2.7

gradle.properties

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

0 commit comments

Comments
 (0)