Skip to content

Commit 8bcf7df

Browse files
committed
Prepare for v0.9.7
1 parent c1ab52b commit 8bcf7df

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

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

55
## [Unreleased]
66

7+
## [0.9.7]
8+
9+
- Better Load/Save game screen.
10+
- Confirmation dialog when overwrite current game in new game or load game.
11+
- Updated spine plugin to Spine v3
12+
- Show time in debug. Time is now long to avoid float overflow.
13+
- Updated to libgdx 1.9.1
14+
- Android SDK not mandatory when creating a project.
15+
- More fault tolerant when loading saved games. Good for patches.
16+
- Saved games can be stored in 'tests' folder inside game. These games are distributed with the game and in debug mode these saved games can be loaded. Good for testing.
17+
- When creating a verb an icon can be specified. This icon will be showed in the UI.
18+
- Add movement to the inventory button when picking an object.
19+
- Doesn't hide inventory when running a verb.
20+
- And tons of bug fixing.
21+
722
## [0.9.6]
823

924
- Layer parallax feature

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.7-SNAPSHOT
1+
version=0.9.7
22
libgdxVersion=1.9.1
33
roboVMVersion=1.12.0
44
roboVMGradlePluginVersion=1.12.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.7-SNAPSHOT'
5+
version = '0.9.7'
66

77
ext {
88
gdxVersion = '1.9.1'

0 commit comments

Comments
 (0)