Skip to content

Commit

Permalink
Version: 198.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectroJr committed Dec 30, 2023
1 parent 012faa0 commit 73357f0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
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>198.0.1</Version></PropertyGroup>
<PropertyGroup><Version>198.1.0</Version></PropertyGroup>
</Project>
Expand Down
18 changes: 18 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,24 @@ END TEMPLATE-->
*None yet*


## 198.1.0

### New features

* `IClydeViewport` now provides access to the light render target.
* Added a style-class to the `MenuBar` popup control.
* Added `NextGaussian()` extension method for `System.Random`.
* Added per-session variant of `PvsOverrideSystem.AddForceSend()`.

### Bugfixes

* Stopped the client from logging errors when attempting to delete invalid entities.

### Other

* The `DevWindow` UI inspector has been improved a bit and it now groups properties by their defining type.


## 198.0.1

### Bugfixes
Expand Down

0 comments on commit 73357f0

Please sign in to comment.