Version: 148.1.0

This commit is contained in:
metalgearsloth
2023-08-16 19:19:46 +10:00
parent d3dc89832a
commit dab7a9112f
2 changed files with 19 additions and 3 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

@@ -39,7 +39,7 @@ END TEMPLATE-->
### New features
* Added IgnoreUIChecksComponent that lets entities ignore bound user interface range checks which would normally close the UI.
*None yet*
### Bugfixes
@@ -47,13 +47,29 @@ END TEMPLATE-->
### Other
* EntityQuery.HasComponent override for nullable entity uids.
*None yet*
### Internal
*None yet*
## 148.1.0
### New features
* Added IgnoreUIChecksComponent that lets entities ignore bound user interface range checks which would normally close the UI.
* Add support for F16-F24 keybinds.
### Bugfixes
* Fix gamestate bug where PVS is disabled.
### Other
* EntityQuery.HasComponent override for nullable entity uids.
## 148.0.0
### Breaking changes