Version: 189.0.0

This commit is contained in:
metalgearsloth
2023-12-10 12:44:00 +11:00
parent 12cfdb2175
commit 5069b0ccf9
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*
## 189.0.0
### Breaking changes
* Use the base AudioParams for networking not the z-offset adjusted ones.
* Modulate SpriteView sprites by the control's color modulation.
### New features
* Improve YAML linter error messages for parent nodes.
### Bugfixes
* Client clientside entity error spam.
### Internal
* Set priorGain to 0 where no EFX is supported for audio rather than 0.5.
* Try to hotfix MIDI lock contention more via a semaphore.
## 188.0.0
### Breaking changes