Skip to content

Commit 6c7ba64

Browse files
committed
prepare for v0.9.19
1 parent f49127f commit 6c7ba64

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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.19]
6+
7+
- EDITOR: Use libgdx FileChooser and get rid of JavaFX to avoid freezing when loading projects.
8+
- EDITOR: Added UI Atlas import/export buttons in Tools menu.
9+
- EDITOR: Added scroll bars to Text Boxes.
10+
- EDITOR: Add "clean" target in IOS because the app is not signing well if not cleaning first.
11+
12+
- Added tags to Skin styles to increase the ui.json readability.
13+
- Better scroll amount calculation in dialog ui scroll buttons.
14+
15+
- FIX: error when loading project with custom actions. Not detecting no compiled project properly.
16+
- FIX: DisableAction must not be visible in the action combo.
17+
- FIX: The editor was losing the scroll focus when the log console was shown.
18+
19+
520
## [0.9.18]
621

722
- EDITOR: The Action list now supports multiple selection to copy, paste, show... use Shift and Ctrl keys to multiselect.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#Autogenerated by build.gradle
2-
#Fri Sep 23 14:20:48 CEST 2016
2+
#Fri Sep 23 15:15:23 CEST 2016
33
roboVMVersion=2.2.0
44
gwtVersion=2.6.0
55
libgdxVersion=1.9.4
66
androidAPILevel=20
77
buildToolsVersion=23.0.1
88
roboVMGradlePluginVersion=2.2.0
9-
version=0.9.19-SNAPSHOT
9+
version=0.9.19
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.19-SNAPSHOT
1+
version=0.9.19
22
libgdxVersion=1.9.4
33
roboVMVersion=2.2.0
44
roboVMGradlePluginVersion=2.2.0

0 commit comments

Comments
 (0)