Version: 186.0.0

This commit is contained in:
metalgearsloth
2023-12-01 19:14:21 +11:00
parent 7ba02b5ca6
commit 9cc7cf80ba
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*
## 186.0.0
### Breaking changes
* Global audio is now stored on its own map to avoid contamination issues with nullspace.
### Bugfixes
* Fix MIDIs playing cross-map
* Only dispose audio on game closure and don't stop playing if it's disposed elsewhere i.e. MIDIs.
## 185.2.0
### Bugfixes