File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed
adventure-editor/src/main/resources Expand file tree Collapse file tree 3 files changed +11
-4
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.2.5]
6
+
7
+ - Update Robovm to v2.3.1 fixing problems with the latest XCode update.
8
+ - FIX: VoiceManager show log and continues when the voice file is not found instead of crash.
9
+ - FIX: voice was mandatory in the edit option dialog.
10
+ - FIX: Show only the first line of comment actions in the action list.
11
+
5
12
## [ 1.2.4]
6
13
7
14
- NEW BIG FEATURE: Voice support.
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ gwtGradlePluginVersion=0.6
6
6
gwtVersion =2.8.0
7
7
libgdxVersion =1.9.6
8
8
roboVMGradlePluginVersion =2.3.0
9
- roboVMVersion =2.3.0
10
- version =1.2.4
9
+ roboVMVersion =2.3.1
10
+ version =1.2.5
Original file line number Diff line number Diff line change 1
- version =1.2.4
1
+ version =1.2.5
2
2
libgdxVersion =1.9.6
3
- roboVMVersion =2.3.0
3
+ roboVMVersion =2.3.1
4
4
roboVMGradlePluginVersion =2.3.0
5
5
buildToolsVersion =23.0.3
6
6
androidAPILevel =23
You can’t perform that action at this time.
0 commit comments