File tree 3 files changed +19
-7
lines changed
adventure-editor/src/main/resources
3 files changed +19
-7
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,24 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
5
## [ Unreleased]
6
6
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
+
7
19
## [ 0.9.10]
8
20
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.
13
25
14
26
## [ 0.9.9]
15
27
Original file line number Diff line number Diff line change 1
1
# Autogenerated by build.gradle
2
- # Thu May 12 13:06:08 CEST 2016
2
+ # Fri May 13 13:49:35 CEST 2016
3
3
roboVMVersion =1.12.0
4
4
gwtVersion =2.6.0
5
5
libgdxVersion =1.9.3-SNAPSHOT
6
6
androidAPILevel =20
7
7
buildToolsVersion =23.0.1
8
8
roboVMGradlePluginVersion =1.12.0
9
- version =0.9.11-SNAPSHOT
9
+ version =0.9.11
10
10
gwtGradlePluginVersion =0.6
11
11
androidGradlePluginVersion =1.5.0
Original file line number Diff line number Diff line change 1
- version =0.9.11-SNAPSHOT
1
+ version =0.9.11
2
2
libgdxVersion =1.9.3-SNAPSHOT
3
3
roboVMVersion =1.12.0
4
4
roboVMGradlePluginVersion =1.12.0
You can’t perform that action at this time.
0 commit comments