Skip to content

Commit 5093614

Browse files
committed
Prepare for v1.3.3
1 parent 35986ed commit 5093614

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.3]
6+
- Added 'textStyle' attribute to character actors.
7+
- Added basic QA rules/metrics of project.
8+
- EDITOR: Understand SNAPSHOT versions when checking for updating versions.
9+
- Actor 'tint' property are now used to draw inventory actors when dragged.
10+
- Catch back key in android.
11+
- Added load chapter option to the debug screen.
12+
- Fix not showing saved games in tests folder.
13+
- Fix error removing all items from inventory in 'DropItem' action.
14+
- Fix error creating screenshots for savedgames in Mac.
15+
- Fix crash when screenshot of a savegame doesn't exists.
16+
517
## [1.3.2]
618
- Added Google Play expansion file support.
719
- Added 64 and 32 bit support when generating package for windows. Previously only 64 bits was supported.

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.3-SNAPSHOT
8+
version=1.3.3

gradle.properties

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

0 commit comments

Comments
 (0)