Skip to content

Commit fbf62d2

Browse files
committed
Prepare for v3.0.0
1 parent 76bac21 commit fbf62d2

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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+
## [3.0.0] aka Johnny Bonasera 3
6+
7+
- Ink button in editor to link Ink stories with chapters.
8+
- Better handling of up/down buttons when showing options.
9+
- Improved debug info and fix tester bot.
10+
- Update vis-ui lib to latest stable.
11+
- FIX: Show warning message when a game is playing also if not saved before.
12+
- FIX: Bug in edit anim spine atlas.
13+
- FIX: Several fixes in InkManager handling concurrency.
14+
- FIX: uiactors camera refresh.
15+
- FIX: Bug saving current dialog actor.
16+
- FIX: 'desktop:dist' task in template.
17+
518
## [2.2.0]
619

720
- Java 11 support (Gradle v4.10.2).

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=28.0.3
55
libgdxVersion=1.9.9
66
roboVMGradlePluginVersion=2.3.5
77
roboVMVersion=2.3.5
8-
version=2.2.1-SNAPSHOT
8+
version=3.0.0

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=2.2.1-SNAPSHOT
1+
version=3.0.0
22
libgdxVersion=1.9.9
33
roboVMVersion=2.3.5
44
roboVMGradlePluginVersion=2.3.5

0 commit comments

Comments
 (0)