Skip to content

Commit 4876930

Browse files
committed
Prepare for v0.9.18 release.
1 parent 10f6ddb commit 4876930

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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+
## [0.9.18]
6+
7+
- EDITOR: The Action list now supports multiple selection to copy, paste, show... use Shift and Ctrl keys to multiselect.
8+
- EDITOR: Added console log. Use F1 key to show/hide.
9+
- EDITOR: Better scrollbars. Always showing now.
10+
- Now the editor generates IOS packages ready to submit to the Apple Store. Fixed several config parameters related to this problem.
11+
- Added "Comment" action.
12+
- Updated packr to v2.0. Better desktop packages are generated now.
13+
- Dialog option UI now shows buttons to scroll add and down when necessary. New styles added to ui.json.
14+
- Added parameter in TextManagerUI style inside ui.json to set the subtitle Y position.
15+
- Improvement to the pathfinder. Now the clap algorithm always returns a point inside the polygon.
16+
- In IOS platform, sounds and music in ACC (.m4a) format are used if exists. As .ogg is not supported in IOS.
17+
- FIX: The name of the loaded chapter was not set correctly, causing saved games not loading the current chapter.
18+
- FIX: Weird bug. Use toUpperCase with Locale.English to read enum values.
19+
- FIX: Bad IOS splash screen orientation.
20+
521
## [0.9.17]
622

723
- Updated libgdx library to v1.9.4.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#Autogenerated by build.gradle
2-
#Wed Sep 07 19:09:33 CEST 2016
2+
#Fri Sep 16 14:20:29 CEST 2016
33
roboVMVersion=2.2.0
44
gwtVersion=2.6.0
5-
libgdxVersion=1.9.3
5+
libgdxVersion=1.9.4
66
androidAPILevel=20
77
buildToolsVersion=23.0.1
88
roboVMGradlePluginVersion=2.2.0
9-
version=0.9.18-SNAPSHOT
9+
version=0.9.18
1010
gwtGradlePluginVersion=0.6
1111
androidGradlePluginVersion=1.5.0

gradle.properties

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

0 commit comments

Comments
 (0)