Skip to content

Commit

Permalink
update (#231)
Browse files Browse the repository at this point in the history
* update

* Update UnitystationLauncher/Assets/org.unitystation.StationHub.metainfo.xml

Co-authored-by: Gilles <[email protected]>

* Update UnitystationLauncher/Assets/org.unitystation.StationHub.metainfo.xml

Co-authored-by: Gilles <[email protected]>

---------

Co-authored-by: Gilles <[email protected]>
  • Loading branch information
Bod9001 and corp-0 authored Dec 12, 2024
1 parent 719a5a2 commit 16b7292
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,15 @@
</screenshots>

<releases>
<release version="934" date="2024-12-12">
<description>
<p>New:</p>
<ul>
<li>Added support for code scanning. Forks will be audited to make sure they are not using any potentially dangerous function outside of our whitelist.</li>
<li>Added a new TTS functionality. StationHub will download and handle the TTS server that will communicate with the game for charcter voices.</li>
</ul>
</description>
</release>
<release version="933" date="2023-08-10">
<description>
<p>Bug Fixes:</p>
Expand Down
2 changes: 1 addition & 1 deletion UnitystationLauncher/Constants/AppInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ public static class AppInfo
{
// Whenever you change the currentBuild here, please also update the one in
// UnitystationLauncher/Assets/org.unitystation.StationHub.metainfo.xml
public const int CurrentBuild = 933;
public const int CurrentBuild = 934;
}

0 comments on commit 16b7292

Please sign in to comment.