File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
adventure-editor/src/main/resources Expand file tree Collapse file tree 3 files changed +14
-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.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
+
5
17
## [ 1.3.2]
6
18
- Added Google Play expansion file support.
7
19
- Added 64 and 32 bit support when generating package for windows. Previously only 64 bits was supported.
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.3-SNAPSHOT
8
+ version =1.3.3
Original file line number Diff line number Diff line change 1
- version =1.3.3-SNAPSHOT
1
+ version =1.3.3
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