Skip to content

Commit be61b8b

Browse files
committed
Prepare for v2.0.0 release.
1 parent 124cef5 commit be61b8b

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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+
## [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+
514
## [1.3.5]
615
- Added Spine's skins support.
716
- Choose the best matching 'use' verb when target and inventory actor have it.

adventure-editor/src/main/resources/versions.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ buildToolsVersion=23.0.3
55
libgdxVersion=1.9.8
66
roboVMGradlePluginVersion=2.3.3
77
roboVMVersion=2.3.3
8-
version=1.3.6-SNAPSHOT
8+
version=2.0.0

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=1.3.6-SNAPSHOT
1+
version=2.0.0
22
libgdxVersion=1.9.8
33
roboVMVersion=2.3.3
44
roboVMGradlePluginVersion=2.3.3

0 commit comments

Comments
 (0)