Skip to content

Commit 0272ad2

Browse files
committed
Prepare for v1.2.6
1 parent baf4784 commit 0272ad2

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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.6]
6+
7+
- Actors in inventory can be animated now.
8+
- Added UI actors: Actors that stays in all scenes not affected by scrolling nor any other scene camera effect. Normally used to create UI buttons.
9+
- Multiline texts can have a voice file per line using a '#' mark in each line.
10+
- Check for Ink engine errors after each line.
11+
- FIX: SpineRenderer serialization error when loading.
12+
- FIX: error loading objects in inventory when they have changed from layer.
13+
514
## [1.2.5]
615

716
- Update Robovm to v2.3.1 fixing problems with the latest XCode update.

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.1
10-
version=1.2.6-SNAPSHOT
10+
version=1.2.6

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
version=1.2.6-SNAPSHOT
1+
version=1.2.6
22
libgdxVersion=1.9.6
33
roboVMVersion=2.3.1
4-
roboVMGradlePluginVersion=2.3.0
4+
roboVMGradlePluginVersion=2.3.1
55
buildToolsVersion=23.0.3
66
androidAPILevel=23
77
androidGradlePluginVersion=1.5.0

0 commit comments

Comments
 (0)