Skip to content

Commit 16b7292

Browse files
Bod9001corp-0
andauthored
update (#231)
* update * Update UnitystationLauncher/Assets/org.unitystation.StationHub.metainfo.xml Co-authored-by: Gilles <43683714+corp-0@users.noreply.github.com> * Update UnitystationLauncher/Assets/org.unitystation.StationHub.metainfo.xml Co-authored-by: Gilles <43683714+corp-0@users.noreply.github.com> --------- Co-authored-by: Gilles <43683714+corp-0@users.noreply.github.com>
1 parent 719a5a2 commit 16b7292

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,15 @@
6565
</screenshots>
6666

6767
<releases>
68+
<release version="934" date="2024-12-12">
69+
<description>
70+
<p>New:</p>
71+
<ul>
72+
<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>
73+
<li>Added a new TTS functionality. StationHub will download and handle the TTS server that will communicate with the game for charcter voices.</li>
74+
</ul>
75+
</description>
76+
</release>
6877
<release version="933" date="2023-08-10">
6978
<description>
7079
<p>Bug Fixes:</p>

UnitystationLauncher/Constants/AppInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ public static class AppInfo
44
{
55
// Whenever you change the currentBuild here, please also update the one in
66
// UnitystationLauncher/Assets/org.unitystation.StationHub.metainfo.xml
7-
public const int CurrentBuild = 933;
7+
public const int CurrentBuild = 934;
88
}

0 commit comments

Comments
 (0)