Skip to content

Commit 54fc03b

Browse files
committed
Prepare for Blade Engie v.3.1.1
1 parent 4062262 commit 54fc03b

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

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

5+
## [3.1.1]
6+
7+
- Dialog to create the android keystore inside the editor.
8+
- Label and text to warn about legacy dialogs.
9+
- Added RandomPosition action.
10+
- Added reload assets icon to scene list.
11+
- Added support for combining skins in Spine.
12+
- Delete last_project key if loadproject fails so the editor doesn't fail forever.
13+
- Delete SetModelProp action and supporting library. It was not useful and make porting dificult.
14+
- Added IN_UI if property.
15+
- Fix: Now search in all inventories.
16+
- Fix: Set skin now updates properly.
17+
518
## [3.1.0]
619

720
- Update Spine runtime to v3.7

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ buildToolsVersion=28.0.3
55
libgdxVersion=1.9.9
66
roboVMGradlePluginVersion=2.3.5
77
roboVMVersion=2.3.5
8-
version=3.1.1-SNAPSHOT
8+
version=3.1.1

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=3.1.1-SNAPSHOT
1+
version=3.1.1
22
libgdxVersion=1.9.9
33
roboVMVersion=2.3.5
44
roboVMGradlePluginVersion=2.3.5

0 commit comments

Comments
 (0)