From ddc9cd12701c141718f54f09a77cf200a79d567b Mon Sep 17 00:00:00 2001 From: ncannasse Date: Thu, 25 Oct 2018 15:05:08 +0200 Subject: [PATCH] 1.5.0 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ haxelib.json | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13b7a0fe19..015a68d627 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## 1.5.0 (October 25, 2018) + +* haxe 4 preview5+ support +* h2d.Sprite becomes h2d.Object, and some other renaming +* hxd.Stage becomes hxd.Window +* improved JS audio (Pavel Alexandrov) +* added wireframe support to h3d Material (Pavel Alexandrov) +* changes in hxd.Timer : hxd.App.update dt is now in seconds +* h2d.Video JS support (Pavel Alexandrov) +* h2d.Particles "isRelative" support (Pavel Alexandrov) +* hxd.BitmapData drawLine implementation (TheTrueCalgari) +* and many other fixes + ## 1.4.0 (October 1, 2018) * haxe 4 preview5+ support @@ -12,6 +25,17 @@ * added 32 bit indexes support * added binary FBX support (Pavel Alexandrov) * added instanced drawing support +* and many other fixes +## 1.3.0 (July 31, 2018) + +* WebGL 2 support +* Added full PBR support +* Per Light shadows +* Faster Blur +* Added Prefabs for HIDE +* Added TGA support +* Maya FBX fixes +* ... and much more ! ## previous versions diff --git a/haxelib.json b/haxelib.json index a05e3ff471..de8ea5d630 100644 --- a/haxelib.json +++ b/haxelib.json @@ -3,7 +3,7 @@ "url" : "http://heaps.io", "license" : "BSD", "description" : "The GPU Game Framework", - "version" : "1.4.0", + "version" : "1.5.0", "releasenote" : "", "contributors" : ["ncannasse"], "dependencies" : { "format" : "" }