File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed
adventure-editor/src/main/resources Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,21 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
5
## [ Unreleased]
6
6
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
+
7
22
## [ 0.9.8]
8
23
9
24
- Show only ui state and time in screen debug text
Original file line number Diff line number Diff line change 1
1
# Autogenerated by build.gradle
2
- # Wed Mar 30 20:10:22 CEST 2016
2
+ # Mon Apr 11 12:08:18 CEST 2016
3
3
roboVMVersion =1.12.0
4
4
gwtVersion =2.6.0
5
5
libgdxVersion =1.9.1
6
6
androidAPILevel =20
7
7
buildToolsVersion =23.0.1
8
8
roboVMGradlePluginVersion =1.12.0
9
- version =0.9.9-SNAPSHOT
9
+ version =0.9.9
10
10
gwtGradlePluginVersion =0.6
11
11
androidGradlePluginVersion =1.5.0
Original file line number Diff line number Diff line change 1
- version =0.9.9-SNAPSHOT
1
+ version =0.9.9
2
2
libgdxVersion =1.9.1
3
3
roboVMVersion =1.12.0
4
4
roboVMGradlePluginVersion =1.12.0
You can’t perform that action at this time.
0 commit comments