Version: 0.71.0.0

This commit is contained in:
metalgearsloth
2022-12-06 13:19:20 +11:00
parent 55d2c4a066
commit 17a623222d
2 changed files with 22 additions and 7 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

@@ -35,8 +35,7 @@ END TEMPLATE-->
### Breaking changes
* `DebugTimePanel`, `DebugNetPanel` and `DebugNetBandwidthPanel` have been made internal.
* RSIs with trailing commas in the JSON metadata are no longer allowed.
*None yet*
### New features
@@ -44,6 +43,26 @@ END TEMPLATE-->
### Bugfixes
*None yet*
### Other
*None yet*
### Internal
*None yet*
## 0.71.0.0
### Breaking changes
* `DebugTimePanel`, `DebugNetPanel` and `DebugNetBandwidthPanel` have been made internal.
* RSIs with trailing commas in the JSON metadata are no longer allowed.
### Bugfixes
* `csi` doesn't throw a `NullReferenceException` anymore.
### Other
@@ -55,10 +74,6 @@ END TEMPLATE-->
* Added system monitor to F3 with various info like OS version, .NET runtime version, etc...
* The engine now warns when loading `.png` textures inside a `.rsi`. This will be blocked in the future.
### Internal
*None yet*
## 0.70.0.0