There was an error while loading. Please reload this page.
1 parent 4c3c748 commit eb63809Copy full SHA for eb63809
MSBuild/Robust.Engine.Version.props
@@ -1,4 +1,4 @@
1
<Project>
2
<!-- This file automatically reset by Tools/version.py -->
3
- <PropertyGroup><Version>219.1.3</Version></PropertyGroup>
+ <PropertyGroup><Version>219.2.0</Version></PropertyGroup>
4
</Project>
RELEASE-NOTES.md
@@ -54,6 +54,22 @@ END TEMPLATE-->
54
*None yet*
55
56
57
+## 219.2.0
58
+
59
+### New features
60
61
+* Add SetMapCoordinates to TransformSystem.
62
+* Improve YAML Linter and validation of static fields.
63
64
+### Bugfixes
65
66
+* Fix DebugCoordsPanel freezing when hovering a control.
67
68
+### Other
69
70
+* Optimise physics networking to not dirty every tick of movement.
71
72
73
## 219.1.3
74
75
### Bugfixes
0 commit comments