Skip to content

Commit 854d008

Browse files
committed
Prepare for v1.1.0 release.
1 parent 14bf37e commit 854d008

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.1.0]
6+
7+
- Ink support. (http://www.inklestudios.com/ink/)
8+
- Update libgdx version to 1.9.5.
9+
- Improve text styles in ui.json for TextManager.
10+
- Added 'target' parameter to TextAction.
11+
- Added tint/color animation support.
12+
- Added interpolation to camera animation.
13+
514
## [1.0.3]
615

716
- FIX: error loading recordings from 'tests' folder.
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 Dec 14 16:53:06 CET 2016
2+
#Fri Dec 16 13:54:30 CET 2016
33
roboVMVersion=2.3.0
44
gwtVersion=2.8.0
55
libgdxVersion=1.9.5
66
androidAPILevel=20
77
bladeInkVersion=0.3.1
88
buildToolsVersion=23.0.1
99
roboVMGradlePluginVersion=2.3.0
10-
version=1.1.0-SNAPSHOT
10+
version=1.1.0
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.1.0-SNAPSHOT
1+
version=1.1.0
22
libgdxVersion=1.9.5
33
roboVMVersion=2.3.0
44
roboVMGradlePluginVersion=2.3.0

0 commit comments

Comments
 (0)