File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
adventure-editor/src/main/resources Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
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
+
5
18
## [ 3.1.0]
6
19
7
20
- Update Spine runtime to v3.7
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ buildToolsVersion=28.0.3
5
5
libgdxVersion =1.9.9
6
6
roboVMGradlePluginVersion =2.3.5
7
7
roboVMVersion =2.3.5
8
- version =3.1.1-SNAPSHOT
8
+ version =3.1.1
Original file line number Diff line number Diff line change 1
- version =3.1.1-SNAPSHOT
1
+ version =3.1.1
2
2
libgdxVersion =1.9.9
3
3
roboVMVersion =2.3.5
4
4
roboVMGradlePluginVersion =2.3.5
You can’t perform that action at this time.
0 commit comments