Skip to content

Commit 599a2d7

Browse files
committed
Prepare for v1.3.2
1 parent 905510d commit 599a2d7

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+
## [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+
518
## [1.3.1]
619
- Asset folder is created now in the project root.
720
- Updated Gradle to v4.0.2

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=23.0.3
55
libgdxVersion=1.9.7
66
roboVMGradlePluginVersion=2.3.3
77
roboVMVersion=2.3.3
8-
version=1.3.2-SNAPSHOT
8+
version=1.3.2

gradle.properties

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

0 commit comments

Comments
 (0)