From c9cc56b6417b2d6a98a22bff709a19403df03355 Mon Sep 17 00:00:00 2001 From: Bod9001 Date: Thu, 12 Dec 2024 16:05:48 +0000 Subject: [PATCH 1/3] update --- .../Assets/org.unitystation.StationHub.metainfo.xml | 9 +++++++++ UnitystationLauncher/Constants/AppInfo.cs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/UnitystationLauncher/Assets/org.unitystation.StationHub.metainfo.xml b/UnitystationLauncher/Assets/org.unitystation.StationHub.metainfo.xml index 50b3c88f..2e3ab690 100644 --- a/UnitystationLauncher/Assets/org.unitystation.StationHub.metainfo.xml +++ b/UnitystationLauncher/Assets/org.unitystation.StationHub.metainfo.xml @@ -65,6 +65,15 @@ + + +

New:

+
    +
  • support for code scanning.
  • +
  • TTS download and handling.
  • +
+
+

Bug Fixes:

diff --git a/UnitystationLauncher/Constants/AppInfo.cs b/UnitystationLauncher/Constants/AppInfo.cs index 60627cf5..8f084c4c 100644 --- a/UnitystationLauncher/Constants/AppInfo.cs +++ b/UnitystationLauncher/Constants/AppInfo.cs @@ -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; } \ No newline at end of file From 8d5d08029407b6f59b1f6a2f6663430fc3190f4f Mon Sep 17 00:00:00 2001 From: Bod9001 Date: Thu, 12 Dec 2024 16:18:48 +0000 Subject: [PATCH 2/3] Update UnitystationLauncher/Assets/org.unitystation.StationHub.metainfo.xml Co-authored-by: Gilles <43683714+corp-0@users.noreply.github.com> --- .../Assets/org.unitystation.StationHub.metainfo.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnitystationLauncher/Assets/org.unitystation.StationHub.metainfo.xml b/UnitystationLauncher/Assets/org.unitystation.StationHub.metainfo.xml index 2e3ab690..46f9fe5b 100644 --- a/UnitystationLauncher/Assets/org.unitystation.StationHub.metainfo.xml +++ b/UnitystationLauncher/Assets/org.unitystation.StationHub.metainfo.xml @@ -69,7 +69,7 @@

New:

    -
  • support for code scanning.
  • +
  • Added support for code scanning. Forks will be audited to make sure they are not using any potentially dangerous function outside of our whitelist.
  • TTS download and handling.
From ad7bc2647a257a871390944156dafad5115ee4d2 Mon Sep 17 00:00:00 2001 From: Bod9001 Date: Thu, 12 Dec 2024 16:18:55 +0000 Subject: [PATCH 3/3] Update UnitystationLauncher/Assets/org.unitystation.StationHub.metainfo.xml Co-authored-by: Gilles <43683714+corp-0@users.noreply.github.com> --- .../Assets/org.unitystation.StationHub.metainfo.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnitystationLauncher/Assets/org.unitystation.StationHub.metainfo.xml b/UnitystationLauncher/Assets/org.unitystation.StationHub.metainfo.xml index 46f9fe5b..018ebd39 100644 --- a/UnitystationLauncher/Assets/org.unitystation.StationHub.metainfo.xml +++ b/UnitystationLauncher/Assets/org.unitystation.StationHub.metainfo.xml @@ -70,7 +70,7 @@

New:

  • Added support for code scanning. Forks will be audited to make sure they are not using any potentially dangerous function outside of our whitelist.
  • -
  • TTS download and handling.
  • +
  • Added a new TTS functionality. StationHub will download and handle the TTS server that will communicate with the game for charcter voices.