File tree 3 files changed +11
-2
lines changed
adventure-editor/src/main/resources
3 files changed +11
-2
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
+ ## [ 2.0.0]
6
+
7
+ - HelpScreen doesn't stretch in 4:3 aspect ratio.
8
+ - InkManager translation files support.
9
+ - Import ink texts in order. Better I18N checks.
10
+ - Add music volume fade support in MusicVolume action.
11
+ - VoiceManager doesn't hide texts, now waits to the calc time.
12
+ - FIX: bug when saving ink cb.
13
+
5
14
## [ 1.3.5]
6
15
- Added Spine's skins support.
7
16
- Choose the best matching 'use' verb when target and inventory actor have it.
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ buildToolsVersion=23.0.3
5
5
libgdxVersion =1.9.8
6
6
roboVMGradlePluginVersion =2.3.3
7
7
roboVMVersion =2.3.3
8
- version =1.3.6-SNAPSHOT
8
+ version =2.0.0
Original file line number Diff line number Diff line change 1
- version =1.3.6-SNAPSHOT
1
+ version =2.0.0
2
2
libgdxVersion =1.9.8
3
3
roboVMVersion =2.3.3
4
4
roboVMGradlePluginVersion =2.3.3
You can’t perform that action at this time.
0 commit comments