Skip to content

Commit 632c577

Browse files
committed
Prepare for v0.9.6
1 parent 93c2843 commit 632c577

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

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

55
## [Unreleased]
66

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+
724
## [0.9.5]
825

926
- ENGINE: Added infinity text duration when duration < 0.

adventure-editor/src/main/resources/versions.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=0.9.5
1+
version=0.9.6
22
libgdxVersion=1.6.5
33
roboVMVersion=1.6.0
44
roboVMGradlePluginVersion=1.6.0

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ allprojects {
22
apply plugin: "eclipse"
33
apply plugin: "idea"
44

5-
version = '0.9.6-SNAPSHOT'
5+
version = '0.9.6'
66

77
ext {
88
gdxVersion = '1.6.5'

0 commit comments

Comments
 (0)