Version: 190.0.0

This commit is contained in:
metalgearsloth
2023-12-10 21:33:56 +11:00
parent a2cd33afe5
commit b9130bf236
2 changed files with 22 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,27 @@ END TEMPLATE-->
*None yet*
## 190.0.0
### New features
* Add color gradients to sliders.
### Bugfixes
* Fix HSV / HSL producing black colors on 360 hue.
* Stop terminating entities from prematurely detaching to nullspace.
* Ensure shader parameters update when swapping instances.
### Other
* Add more verbose logging to OpenAL errors.
### Internal
* Change NetSyncEnabled to an assert and fix instances where it slips through to PVS.
## 189.0.0
### Breaking changes