|
@@ -1,10 +1,16 @@
|
1
|
1
|
# Release notes
|
2
|
2
|
|
|
3
|
+## 0.2.0 - July 2nd, 2024
|
|
4
|
+
|
|
5
|
+* Added support for iOS & Safari
|
|
6
|
+* Changed the license to LGPL
|
|
7
|
+* Updated demos & documentation
|
|
8
|
+
|
3
|
9
|
## 0.1.1 - April 28th, 2022
|
4
|
10
|
|
5
|
|
-* Include a WebAR demo with a QR code on the website
|
6
|
|
-* Update the computation of the modelViewMatrix
|
7
|
|
-* Increase the distance of the far plane (viewing frustum)
|
|
11
|
+* Included a WebAR demo with a QR code on the website
|
|
12
|
+* Updated the computation of the modelViewMatrix
|
|
13
|
+* Increased the distance of the far plane (viewing frustum)
|
8
|
14
|
|
9
|
15
|
## 0.1.0 - April 21st, 2022
|
10
|
16
|
|