Skip to content

Commit ccd2fe9

Browse files
committed
Prepare for v0.9.9
1 parent 4532ae8 commit ccd2fe9

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
@@ -4,6 +4,21 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
66

7+
## [0.9.9]
8+
9+
- New music engine.
10+
- I18N: language change support in runtime.
11+
- EDITOR: Added I18N tools for importing and exporting texts in .tsv format for translation.
12+
- EDITOR: Added button to play sounds in EditSoundDialog and SoundList.
13+
- Added methods to MenuScreen to ease extension.
14+
- FIX: Get desktop launcher properly when packaging.
15+
- FIX: EndGameAction now returns true to stop the verb execution.
16+
- FIX: bug playing music in credit screen.
17+
- Doesn't play animation sounds when animation is in reverse mode.
18+
- FIX: Pass debug flag when testing scene.
19+
- FIX: In EditableSelectBox, check empty list before setting default value.
20+
21+
722
## [0.9.8]
823

924
- Show only ui state and time in screen debug text
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#Autogenerated by build.gradle
2-
#Wed Mar 30 20:10:22 CEST 2016
2+
#Mon Apr 11 12:08:18 CEST 2016
33
roboVMVersion=1.12.0
44
gwtVersion=2.6.0
55
libgdxVersion=1.9.1
66
androidAPILevel=20
77
buildToolsVersion=23.0.1
88
roboVMGradlePluginVersion=1.12.0
9-
version=0.9.9-SNAPSHOT
9+
version=0.9.9
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.9-SNAPSHOT
1+
version=0.9.9
22
libgdxVersion=1.9.1
33
roboVMVersion=1.12.0
44
roboVMGradlePluginVersion=1.12.0

0 commit comments

Comments
 (0)