Skip to content

Commit 6e9bda3

Browse files
committed
prepare for v0.8.2
1 parent 5296dc6 commit 6e9bda3

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

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

55
## [Unreleased]
66

7+
## [0.8.2]
8+
9+
### Added
10+
11+
- Inventory improved
12+
- Added configurable align (top, down, left, right, center)
13+
- Added configurable autosize behaviour
14+
- Added arrow icon for exits when showing hotspots
15+
- Composer: Added several config properties in the Game Properties tab
16+
17+
### Fixed
18+
19+
composer: fix world width and height was not recalculated when loading
20+
721
## [0.8.1]
822

923
### Fixed

adventure-composer/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.8.1
1+
version=0.8.2
22
libgdxVersion=1.6.0
33
roboVMVersion=1.2.0
44
roboVMGradlePluginVersion=1.2.0

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ allprojects {
22
apply plugin: "eclipse"
33
apply plugin: "idea"
44

5-
version = '0.8.1'
5+
version = '0.8.2'
66

77
ext {
88
gdxVersion = '1.6.0'

0 commit comments

Comments
 (0)