File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
adventure-editor/src/main/resources Expand file tree Collapse file tree 3 files changed +10
-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.3.4]
6
+ - Added currentTarget to verbs.
7
+ - Null checks in SoundManager before pause/resume sounds.
8
+ - Fix loading callbacks from saved inventories.
9
+ - Fix: Loop, volume and pan was not used when playing a sound.
10
+ - Missing fbo dispose.
11
+ - Fix: toString() instead of casting in getModelProp.
12
+
5
13
## [ 1.3.3]
6
14
- Added 'textStyle' attribute to character actors.
7
15
- Added basic QA rules/metrics of project.
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ buildToolsVersion=23.0.3
5
5
libgdxVersion =1.9.7
6
6
roboVMGradlePluginVersion =2.3.3
7
7
roboVMVersion =2.3.3
8
- version =1.3.4-SNAPSHOT
8
+ version =1.3.4
Original file line number Diff line number Diff line change 1
- version =1.3.4-SNAPSHOT
1
+ version =1.3.4
2
2
libgdxVersion =1.9.7
3
3
roboVMVersion =2.3.3
4
4
roboVMGradlePluginVersion =2.3.3
You can’t perform that action at this time.
0 commit comments