File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
adventure-editor/src/main/resources Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 0.9.2]
8
+
9
+ - Issue #22 fixed. Something went wrong while creating project.
10
+ - Set document modified when changing player
11
+ - Walking speed depends on scale
12
+ - Better direction calculation
13
+ - fixes: Null checks in animation dialogs/widget
14
+ - Fix calculating position when speed!=1 in reversing animation.
15
+ - Some ajustements in Action annotations: Better description and required field
16
+
17
+
7
18
## [ 0.9.1]
8
19
9
20
- Fixes several bugs in the editor related to the big refactor.
Original file line number Diff line number Diff line change 1
- version =0.9.1
1
+ version =0.9.2
2
2
libgdxVersion =1.6.5
3
3
roboVMVersion =1.6.0
4
4
roboVMGradlePluginVersion =1.6.0
You can’t perform that action at this time.
0 commit comments