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
+ ## [ 1.3.2]
6
+ - Added Google Play expansion file support.
7
+ - Added 64 and 32 bit support when generating package for windows. Previously only 64 bits was supported.
8
+ - Bigger edit toolbar icons.
9
+ - Create initial scene in new projects.
10
+ - Fix: Recorder not recording dialog options.
11
+ - Add target scene to DropItemAction and mark RemoveInventoryItem action deprecated.
12
+ - Updated to libgdx v1.9.7.
13
+ - EDITOR: Fix testing not working with scenes with spaces in ID
14
+ - EDITOR: Fix nullpointer error when disabled imagen not exists.
15
+ - EDITOR: Fix bug when undo bbox points.
16
+
17
+
5
18
## [ 1.3.1]
6
19
- Asset folder is created now in the project root.
7
20
- Updated Gradle to v4.0.2
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ buildToolsVersion=23.0.3
5
5
libgdxVersion =1.9.7
6
6
roboVMGradlePluginVersion =2.3.3
7
7
roboVMVersion =2.3.3
8
- version =1.3.2-SNAPSHOT
8
+ version =1.3.2
Original file line number Diff line number Diff line change 1
- version =1.3.2-SNAPSHOT
1
+ version =1.3.2
2
2
libgdxVersion =1.9.7
3
3
roboVMVersion =2.3.3
4
4
roboVMGradlePluginVersion =2.3.3
You can’t perform that action at this time.
0 commit comments