Nicolas Cannasse 6 years ago
parent
commit
15ad69aeb5
2 changed files with 27 additions and 2 deletions
  1. 26 1
      CHANGELOG.md
  2. 1 1
      haxelib.json

+ 26 - 1
CHANGELOG.md

@@ -1,4 +1,29 @@
-## 1.6.0 (March XX, 2019)
+## 1.7.0 (September 9, 2019)
+
+2D:
+* DomKit v2 support (direct h2d.Object.dom property with -lib domkit)
+* added h2d.Scene.scaleMode (Pavel Alexandrov)
+* added hxd.App.setCurrent to switch current App
+* fixed JS fullscreen support
+
+3D:
+* HMDv3 - more compact animation data
+* reference counting on h3d.prim.Primitive (Pavel Alexandrov)
+* PCF shadows
+* completed support for DXT textures
+* changed pass sorting API
+
+Other:
+* compatibility with Haxe 4.0-RC4+
+* fixed GL with unused inputs (was causing some issue with recent Chrome)
+* faster serializer for hxsl data
+* added HXSL texelFetch (Pavel Alexandrov)
+* improved shader cache file, support mesh batch
+* move prefabs handling from Heaps to Hide
+* added resource baking capabilities
+* ... and many many other fixes
+
+## 1.6.0 (March 9, 2019)
 
 
 2D:
 2D:
 * added DomKit support
 * added DomKit support

+ 1 - 1
haxelib.json

@@ -3,7 +3,7 @@
 	"url" : "http://heaps.io",
 	"url" : "http://heaps.io",
 	"license" : "BSD",
 	"license" : "BSD",
     "description" : "The GPU Game Framework",
     "description" : "The GPU Game Framework",
-    "version" : "1.6.1",
+    "version" : "1.7.0",
 	"releasenote" : "",
 	"releasenote" : "",
 	"contributors" : ["ncannasse"],
 	"contributors" : ["ncannasse"],
 	"dependencies" : { "format" : "" }
 	"dependencies" : { "format" : "" }