Version: 219.1.0

This commit is contained in:
ElectroJr
2024-04-20 16:52:47 -04:00
parent 68e5b6924d
commit 19f87dfbb3
2 changed files with 17 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
<Project>␍
<!-- This file automatically reset by Tools/version.py -->␍
<PropertyGroup><Version>219.0.0</Version></PropertyGroup>␍
<PropertyGroup><Version>219.1.0</Version></PropertyGroup>␍
</Project>␍
+16 -1
View File
@@ -43,7 +43,7 @@ END TEMPLATE-->
### Bugfixes
* Fixes map initialisation not always initialising all entities on a map.
*None yet*
### Other
@@ -54,6 +54,21 @@ END TEMPLATE-->
*None yet*
## 219.1.0
### New features
* Added a new optional arguments to various entity spawning methods, including a new argument to set the entity's rotation.
### Bugfixes
* Fixes map initialisation not always initialising all entities on a map.
### Other
* The default value of the `auth.mode` cvar has changed
## 219.0.0
### Breaking changes