Skip to content

Commit

Permalink
Version: 237.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PJB3005 committed Nov 20, 2024
1 parent 47d1c37 commit 92b0e7f
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MSBuild/Robust.Engine.Version.props
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project>
<!-- This file automatically reset by Tools/version.py -->
<PropertyGroup><Version>237.1.0</Version></PropertyGroup>
<PropertyGroup><Version>237.2.0</Version></PropertyGroup>
</Project>
Expand Down
40 changes: 37 additions & 3 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ END TEMPLATE-->

### Breaking changes

* `SharedEyeSystem..SetTarget()` will now also automatically remove the old target from the session's ViewSubscriptions
*None yet*

### New features

* `ImmutableArray<T>` can now be serialized by `RobustSerializer`.
*None yet*

### Bugfixes

* Fix `UniqueIndex<,>.RemoveRange()` and`UniqueIndexHkm<,>.RemoveRange()` clearing the whole set instead of just removing the specified values.
*None yet*

### Other

Expand All @@ -54,6 +54,40 @@ END TEMPLATE-->
*None yet*


## 237.2.0

### Breaking changes

* `SharedEyeSystem..SetTarget()` will now also automatically remove the old target from the session's ViewSubscriptions

### New features

* `ImmutableArray<T>` can now be serialized by `RobustSerializer`.
* `RequiresLocationAttribute`, used by `ref readonly`, is now allowed by the sandbox.
* Added `DAT-OBJ()` localization function, for the dative case in certain languages.
* Client builds for FreeBSD are now made.
* Added `FormattedMessage.TrimEnd()`.
* Added Toolshed `with` for `ProtoId<T>`.

### Bugfixes

* Fix `UniqueIndex<,>.RemoveRange()` and`UniqueIndexHkm<,>.RemoveRange()` clearing the whole set instead of just removing the specified values.
* Avoid server crashes on some weird console setups (notably Pterodactyl).
* Avoid unhandled exceptions during server shutdown getting swallowed due logging into a disposed logger.
* Fix sandbox definitions for `Regex` functions returning `MatchCollection`.
* Fix minor layout bugs with `SplitContainer` and `BoxContainer`.

### Other

* Changed how multi-window rendering presents to the screen with a new CVar `display.thread_unlock_before_swap`. This is an experiment to see if it solves some synchronization issues.
* View Variables no longer clears the window on refresh while waiting on response from server.
* `SpinBox` buttons now have a `+` prefix for the positive ones.
* Improve Toolshed type intersection mechanism

### Internal

* Warning cleanup.

## 237.1.0

### New features
Expand Down

0 comments on commit 92b0e7f

Please sign in to comment.