File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
adventure-editor/src/main/resources Expand file tree Collapse file tree 3 files changed +15
-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
+ ## [ 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
+
5
18
## [ 2.2.0]
6
19
7
20
- Java 11 support (Gradle v4.10.2).
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ buildToolsVersion=28.0.3
5
5
libgdxVersion =1.9.9
6
6
roboVMGradlePluginVersion =2.3.5
7
7
roboVMVersion =2.3.5
8
- version =2.2.1-SNAPSHOT
8
+ version =3.0.0
Original file line number Diff line number Diff line change 1
- version =2.2.1-SNAPSHOT
1
+ version =3.0.0
2
2
libgdxVersion =1.9.9
3
3
roboVMVersion =2.3.5
4
4
roboVMGradlePluginVersion =2.3.5
You can’t perform that action at this time.
0 commit comments