File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed
adventure-editor/src/main/resources Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,23 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 0.9.6]
8
+
9
+ - Layer parallax feature
10
+ - Several fixes in atlasrenderer related with drawing atlases with striped whitespaces
11
+ - Drop lightmap support
12
+ - Fix inventory loading bug
13
+ - Fix inventory auto width calc
14
+ - Change default character actor speed
15
+ - Editor: add combo values in world props
16
+ - EDITOR: Fix losing player attr when editing actor.
17
+ - EDITOR: HTML not supported message
18
+ - Fix checking if a path is absolute in windows.
19
+ - Avoid nullpointer when lookat if animation doesn't exists in 3d sprite
20
+ - EDITOR: fixed NullPointer error when creating 3d sprite actor.
21
+ - Drop XML Loader
22
+
23
+
7
24
## [ 0.9.5]
8
25
9
26
- ENGINE: Added infinity text duration when duration < 0.
Original file line number Diff line number Diff line change 1
- version =0.9.5
1
+ version =0.9.6
2
2
libgdxVersion =1.6.5
3
3
roboVMVersion =1.6.0
4
4
roboVMGradlePluginVersion =1.6.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ allprojects {
2
2
apply plugin : " eclipse"
3
3
apply plugin : " idea"
4
4
5
- version = ' 0.9.6-SNAPSHOT '
5
+ version = ' 0.9.6'
6
6
7
7
ext {
8
8
gdxVersion = ' 1.6.5'
You can’t perform that action at this time.
0 commit comments