Skip to content

Commit e378db7

Browse files
Update metainfo and version number to 931 (#194)
1 parent f884c3f commit e378db7

File tree

2 files changed

+47
-4
lines changed

2 files changed

+47
-4
lines changed

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

Lines changed: 46 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,19 @@
66
<metadata_license>CC0-1.0</metadata_license>
77
<project_license>MIT</project_license>
88
<name>StationHub</name>
9-
<summary>Launcher for the Unitystation Space Station 13 remake</summary>
9+
<summary>Launcher for the open-source game Unitystation</summary>
1010
<developer_name>Unitystation Team</developer_name>
1111

1212
<description>
13+
<p>StationHub is a server browser and installation manager for the open-source game Unitystation.</p>
1314
<p>
14-
StationHub acts as a server browser and install manager for Unitystation, a multiplayer role-playing game
15-
based on the classic Space Station 13
15+
Based on cult classic Space Station 13, Unitystation is a multiplayer RPG about life in deep space.
16+
Be an engineer, lawyer, surgeon or clown and keep the station safe from saboteurs.
17+
Each round is filled with paranoia and lighthearted fun, even as you get thrown out the airlock.
18+
</p>
19+
<p>
20+
The game is full of paranoia and lighthearted shenanigans, being a station that is as much at risk from clowns and mimes as it is from undercover operatives, eldritch cultists, changelings, demons, revolutions, and assaults from enemy corporations.
21+
Played in rounds that reset the station every time, the game features an assortment of jobs, including doctors, chemists, scientists, janitors, engineers, atmospheric technicians, security guards, bartenders and the all-important clown.
1622
</p>
1723
</description>
1824

@@ -37,16 +43,53 @@
3743

3844
<screenshots>
3945
<screenshot type="default">
46+
<caption>StationHub news panel</caption>
47+
<image>https://unitystationfile.b-cdn.net/screenshots/stationhub2.png</image>
48+
</screenshot>
49+
<screenshot>
50+
<caption>StationHub servers panel</caption>
51+
<image>https://unitystationfile.b-cdn.net/screenshots/stationhub.png</image>
52+
</screenshot>
53+
<screenshot>
4054
<caption>A parking accident angers an official</caption>
4155
<image>https://unitystationfile.b-cdn.net/screenshots/unitystation-shuttle.png</image>
4256
</screenshot>
4357
<screenshot>
4458
<caption>A monkey god appears in the station's chapel</caption>
4559
<image>https://unitystationfile.b-cdn.net/screenshots/unitystation-monke.png</image>
4660
</screenshot>
61+
<screenshot>
62+
<caption>UI for ordering cargo from Centcomm</caption>
63+
<image>https://unitystationfile.b-cdn.net/screenshots/cargo-ui.jpg</image>
64+
</screenshot>
4765
</screenshots>
4866

4967
<releases>
68+
<release version="931" date="2023-03-13">
69+
<description>
70+
<p>Feature Changes:</p>
71+
<ul>
72+
<li>StationHub has been upgraded to .NET 6.</li>
73+
<li>Updates the changelog to come from the Changelog API instead of directly from GitHub.</li>
74+
<li>Adds links to the Unitystation Discord and GitHub issues pages.</li>
75+
<li>The auto update feature has been replaced with a notification.</li>
76+
<li>Adds a placeholder to the News panel, this will be replaced with posts from the Unitystation Blog in the future.</li>
77+
</ul>
78+
<p>Bug Fixes:</p>
79+
<ul>
80+
<li>Fixes a crash that would happen when your authentication token was invalid.</li>
81+
<li>Fixes server list being dropped when an invalid IP address is provided.</li>
82+
<li>Hides tabs that are still a work in progress and not ready to be used.</li>
83+
<li>Adds a 20 second timeout to the login process.</li>
84+
</ul>
85+
<p>Platform Specific Changes:</p>
86+
<ul>
87+
<li>[Windows] Hides the debug console from being opened.</li>
88+
<li>[Windows] Installations and client settings will now be saved in your user profile's appdata directory.</li>
89+
<li>[Linux Flatpak] Performance improvement when navigating to the Servers tab.</li>
90+
</ul>
91+
</description>
92+
</release>
5093
<release version="930" date="2021-11-30">
5194
<description>
5295
<p>Added server validation logic that will hide servers who don't host their downloads in our CDN for security purposes.</p>

UnitystationLauncher/Models/ConfigFile/Config.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace UnitystationLauncher.Models.ConfigFile
1313
public class Config : IDisposable
1414
{
1515
//Whenever you change the currentBuild here, please also update the one in UnitystationLauncher/Assets/org.unitystation.StationHub.metainfo.xml for Linux software stores. Thank you.
16-
public const int CurrentBuild = 930;
16+
public const int CurrentBuild = 931;
1717

1818
//file names
1919
private const string InstallationFolder = "Installations";

0 commit comments

Comments
 (0)