Skip to content

Commit c2b4a1b

Browse files
committed
Prepare for release v0.7.1
1 parent 17c89ff commit c2b4a1b

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased][unreleased]
6+
7+
## [0.7.1]
8+
- Action refactor
9+
- Composer: Undo support
10+
- Composer: Fake depth vector can be setting dragging ui markers
11+
- Actor ZIndex
12+
- RunVerb now allows iterating over a list of verbs
13+
- Scene cache
14+
- SpriteActor: scale support
15+
- SpineRenderer: Reverse animation support
616
- Scene layer support
717

818
## [0.6.9]

adventure-composer/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.6.9
1+
version=0.7.1
22
libgdxVersion=1.5.4
33
roboVMVersion=1.0.0-beta-04
44
roboVMGradlePluginVersion=1.0.0-beta-04

blade-engine/src/com/bladecoder/engine/model/World.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
public class World implements Serializable, AssetConsumer {
4949

50-
public static final String GAMESTATE_EXT = ".gamestate.v7";
50+
public static final String GAMESTATE_EXT = ".gamestate.v8";
5151
private static final String GAMESTATE_FILENAME = "default" + GAMESTATE_EXT;
5252

5353
private static final int SCREENSHOT_DEFAULT_WIDTH = 300;

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.6.9'
5+
version = '0.7.1'
66

77
ext {
88
gdxVersion = '1.5.4'

0 commit comments

Comments
 (0)