Skip to content

Commit 920ef02

Browse files
committed
Prepare for v0.9.11
1 parent c457542 commit 920ef02

File tree

3 files changed

+19
-7
lines changed

3 files changed

+19
-7
lines changed

CHANGELOG.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,24 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
66

7+
## [0.9.11]
8+
9+
- Unicode character support. Previously only ISO-8859-1 character set was supported.
10+
- Shadow and outline font support.
11+
- Editor fonts are now .ttf
12+
- Added "Single Action" support to inventory.
13+
- FIX: Hide inventory in cutmode
14+
- EDITOR: Avoid dragging object by mistake when clicked to select it.
15+
- FIX: Multiply position by scale for multiresolution support in TextAction.
16+
- Better tolerance handling when dragging inventory objects.
17+
- FIX: Use screen height instead of world height for size calculation in InventoryUI.
18+
719
## [0.9.10]
820

9-
- FIX: Bad width calculation in DialogUI.
10-
- Change help screen language in runtime.
11-
- Sets Ctrl+d to toggle debug mode.
12-
- Catch 'BACK' key in android.
21+
- FIX: Bad width calculation in DialogUI.
22+
- Change help screen language in runtime.
23+
- Sets Ctrl+d to toggle debug mode.
24+
- Catch 'BACK' key in android.
1325

1426
## [0.9.9]
1527

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#Autogenerated by build.gradle
2-
#Thu May 12 13:06:08 CEST 2016
2+
#Fri May 13 13:49:35 CEST 2016
33
roboVMVersion=1.12.0
44
gwtVersion=2.6.0
55
libgdxVersion=1.9.3-SNAPSHOT
66
androidAPILevel=20
77
buildToolsVersion=23.0.1
88
roboVMGradlePluginVersion=1.12.0
9-
version=0.9.11-SNAPSHOT
9+
version=0.9.11
1010
gwtGradlePluginVersion=0.6
1111
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=0.9.11-SNAPSHOT
1+
version=0.9.11
22
libgdxVersion=1.9.3-SNAPSHOT
33
roboVMVersion=1.12.0
44
roboVMGradlePluginVersion=1.12.0

0 commit comments

Comments
 (0)