Skip to content

Commit f4c4411

Browse files
committed
Prepare for v1.2.3
1 parent de1bcb3 commit f4c4411

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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+
## [1.2.3]
6+
7+
- Added 'ignoreWalkZone' parameter to Goto.
8+
- Get rid of SpriteActor restriction in PositionAnim target.
9+
- Update to gradle v3.4.1
10+
- EDITOR: Dialogs can exit the editor borders.
11+
- EDITOR: Scroll the actor list when actor is selected in ScnWidget.
12+
- FIX: bad rotation in Spine actors.
13+
- FIX: Error disposing source in getInternalAnimations.
14+
- FIX: Add WHITE tint to Sprite actor in anim if the actor doesn't have
15+
it.
16+
517
## [1.2.2]
618

719
- Added I18N support to Text Actors.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ gwtVersion=2.8.0
77
libgdxVersion=1.9.6
88
roboVMGradlePluginVersion=2.3.0
99
roboVMVersion=2.3.0
10-
version=1.2.3-SNAPSHOT
10+
version=1.2.3

gradle.properties

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

0 commit comments

Comments
 (0)