Skip to content

Commit

Permalink
Version: 148.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectroJr committed Aug 12, 2023
1 parent d898b52 commit d164148
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 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>147.0.0</Version></PropertyGroup>
<PropertyGroup><Version>148.0.0</Version></PropertyGroup>
</Project>
Expand Down
19 changes: 18 additions & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ END TEMPLATE-->

### Bugfixes

* Fixed log messages for unknown components not working due to threaded IoC issues.
*None yet*

### Other

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


## 148.0.0

### Breaking changes

* Several NuGet dependencies are now private assets.
* Added `IViewportControl.PixelToMap()` and `PixelToMapEvent`. These are variants of the existing screen-to-map functions that should account for distortion effects.

### New features

* Added several new rich-text tags, including italic and bold-italic.

### Bugfixes

* Fixed log messages for unknown components not working due to threaded IoC issues.
* Replay recordings no longer record invalid prototype uploads.


## 147.0.0

### Breaking changes
Expand Down

0 comments on commit d164148

Please sign in to comment.