Version: 190.1.0

This commit is contained in:
metalgearsloth
2023-12-11 19:56:10 +11:00
parent 0296d9635c
commit 8839dd9a3b
2 changed files with 13 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
<Project>
<!-- This file automatically reset by Tools/version.py -->
<!-- This file automatically reset by Tools/version.py -->

View File

@@ -54,6 +54,18 @@ END TEMPLATE-->
*None yet*
## 190.1.0
### New features
* Add OnGrabbed / OnReleased to slider controls.
* Add Rotation method for matrices and also make the precision slightly better when angles are passed in by taking double-precision not single-precision floats.
### Bugfixes
* Fix some grid setting asserts when adding gridcomponent to existing maps.
## 190.0.0
### New features