File tree 3 files changed +14
-2
lines changed
adventure-editor/src/main/resources
3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
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
+
5
17
## [ 1.2.2]
6
18
7
19
- Added I18N support to Text Actors.
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ gwtVersion=2.8.0
7
7
libgdxVersion =1.9.6
8
8
roboVMGradlePluginVersion =2.3.0
9
9
roboVMVersion =2.3.0
10
- version =1.2.3-SNAPSHOT
10
+ version =1.2.3
Original file line number Diff line number Diff line change 1
- version =1.2.3-SNAPSHOT
1
+ version =1.2.3
2
2
libgdxVersion =1.9.6
3
3
roboVMVersion =2.3.0
4
4
roboVMGradlePluginVersion =2.3.0
You can’t perform that action at this time.
0 commit comments