Skip to content

Commit ec65e70

Browse files
committed
Prepare for v1.2.2
1 parent 537cc47 commit ec65e70

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
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+
## [1.2.2]
6+
7+
- Added I18N support to Text Actors.
8+
- New AlphaAnimation action to animate the alpha channel of sprite actors.
9+
- Added 'orgAlign' to Sprite Actors to set the origin for scale and rotation.
10+
- Updated library libgdx to v1.9.6
11+
- AnimationRenderer refactor.
12+
- Added text align to text actors.
13+
- FIX: tint for text actors not working.
14+
- FIX: Error saving/loading tweens state.
15+
- EDITOR: Added icons for text and particle actors.
16+
- EDITOR FIX: Problem when changing id to animations.
17+
518
## [1.2.1]
619

720
- Added music support to the default Menu screen.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#Autogenerated by build.gradle
2-
#Wed Mar 08 12:22:02 CET 2017
2+
#Sat Mar 11 12:35:51 CET 2017
33
roboVMVersion=2.3.0
44
gwtVersion=2.8.0
55
libgdxVersion=1.9.6
66
androidAPILevel=23
77
bladeInkVersion=0.4.0
88
buildToolsVersion=23.0.3
99
roboVMGradlePluginVersion=2.3.0
10-
version=1.2.2-SNAPSHOT
10+
version=1.2.2
1111
gwtGradlePluginVersion=0.6
1212
androidGradlePluginVersion=1.5.0

gradle.properties

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

0 commit comments

Comments
 (0)