Skip to content

Commit 3f3279b

Browse files
committed
Prepare for v2.1.3.
1 parent 10209ac commit 3f3279b

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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+
## [2.1.3]
6+
7+
- Support for several walkzones in a scene. Now walkzones are also actors.
8+
- Added icons to translate, scale and rotate actors in editor.
9+
- Android: Added runtime permission query when necessary to make expansion files work in newer android apis.
10+
- EDITOR: Added play in fullscreen option.
11+
- Added talking text position to characters.
12+
- Update Blade Ink to v0.5.1.
13+
- FIX: Reset pointer always when updating UI to avoid showing last pointer when changing scene.
14+
- FIX: Bad bubble alignment showing small texts.
15+
- FIX: Bug creating/deleting chapters in editor.
16+
- FIX: The current scene was setting twice when loading a saved game triggering an error.
17+
- FIX: The dialog option was showing for 1 frame when autoselected enabled.
18+
519
## [2.1.2]
620

721
- Sprite Actors can have different scales in X and Y axis allowing unproportional scaling.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
androidAPILevel=27
22
androidGradlePluginVersion=3.1.0
3-
bladeInkVersion=0.5.0
3+
bladeInkVersion=0.5.1
44
buildToolsVersion=27.0.3
55
libgdxVersion=1.9.8
66
roboVMGradlePluginVersion=2.3.3
77
roboVMVersion=2.3.3
8-
version=2.1.3-SNAPSHOT
8+
version=2.1.3

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=2.1.3-SNAPSHOT
1+
version=2.1.3
22
libgdxVersion=1.9.8
33
roboVMVersion=2.3.3
44
roboVMGradlePluginVersion=2.3.3

0 commit comments

Comments
 (0)