Nicolas Cannasse 2 years ago
parent
commit
a11d576e28
2 changed files with 21 additions and 1 deletions
  1. 20 0
      CHANGELOG.md
  2. 1 1
      haxelib.json

+ 20 - 0
CHANGELOG.md

@@ -1,3 +1,23 @@
+## 1.10.0 (February 19, 2023)
+
+Graphics:
+
+* added HashLink DirectX12 Driver (requires HL 1.13+)
+* support for multimaterial and sub primitive mesh batches
+* more support for DDS files (layers, etc.)
+* added cascade shadows
+* (hl) added threaded async texture loader
+* many PBR improvements by @clementlandrin
+
+Other:
+
+* added HBSON
+* added shaders matrix array access
+* added clipboard support and TextInput copy/paste
+* optimize PAK data management
+* added HLVideo support
+* ... and many many other improvements
+
 ## 1.9.1 (March 5, 2021)
 
 HL:

+ 1 - 1
haxelib.json

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