From f23a55793d0680980b2878100005e149d3f171ab Mon Sep 17 00:00:00 2001 From: ElectroJr Date: Fri, 18 Oct 2024 16:11:33 +1300 Subject: [PATCH] Version: 237.0.0 --- MSBuild/Robust.Engine.Version.props | 2 +- RELEASE-NOTES.md | 25 +++++++++++++++++++++---- 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/MSBuild/Robust.Engine.Version.props b/MSBuild/Robust.Engine.Version.props index 853ee7d52ab..bc8e1601a91 100644 --- a/MSBuild/Robust.Engine.Version.props +++ b/MSBuild/Robust.Engine.Version.props @@ -1,4 +1,4 @@ - 236.1.0 + 237.0.0 diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 3ca1a90e8ed..d8788190e78 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -39,9 +39,7 @@ END TEMPLATE--> ### New features -* The game server's `/update` endpoint now supports passing more information on why an update is available. - * This information is accessible via `IWatchdogApi.RestartRequested`. - * Information can be specified by passing a JSON object with a `Reason` code and `Message` field. +*None yet* ### Bugfixes @@ -49,13 +47,32 @@ END TEMPLATE--> ### Other -* Made `WatchdogApi` and some members of `IWatchdogApi` private. These symbols should never have been accessed by content. +*None yet* ### Internal *None yet* +## 237.0.0 + +### Breaking changes + +* `IClydeWindow.Size` is now settable, allowing window sizes to be changed after creation. + +### New features + +* The game server's `/update` endpoint now supports passing more information on why an update is available. + * This information is accessible via `IWatchdogApi.RestartRequested`. + * Information can be specified by passing a JSON object with a `Reason` code and `Message` field. +* Added an "Erase" button to the tile spawn menu. +* Added `OSWindow.Create()`, which allows OS windows to be created & initialised without immediately opening/showing them. + +### Other + +* Made `WatchdogApi` and some members of `IWatchdogApi` private. These symbols should never have been accessed by content. + + ## 236.1.0 ### New features