Skip to content

Commit d4e5b7f

Browse files
committed
updated to version 0.9.2
1 parent 7ff37bd commit d4e5b7f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
66

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+
718
## [0.9.1]
819

920
- Fixes several bugs in the editor related to the big refactor.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=0.9.1
1+
version=0.9.2
22
libgdxVersion=1.6.5
33
roboVMVersion=1.6.0
44
roboVMGradlePluginVersion=1.6.0

0 commit comments

Comments
 (0)