|
6 | 6 | <metadata_license>CC0-1.0</metadata_license> |
7 | 7 | <project_license>MIT</project_license> |
8 | 8 | <name>StationHub</name> |
9 | | -<summary>Launcher for the Unitystation Space Station 13 remake</summary> |
| 9 | +<summary>Launcher for the open-source game Unitystation</summary> |
10 | 10 | <developer_name>Unitystation Team</developer_name> |
11 | 11 |
|
12 | 12 | <description> |
| 13 | + <p>StationHub is a server browser and installation manager for the open-source game Unitystation.</p> |
13 | 14 | <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. |
16 | 22 | </p> |
17 | 23 | </description> |
18 | 24 |
|
|
37 | 43 |
|
38 | 44 | <screenshots> |
39 | 45 | <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> |
40 | 54 | <caption>A parking accident angers an official</caption> |
41 | 55 | <image>https://unitystationfile.b-cdn.net/screenshots/unitystation-shuttle.png</image> |
42 | 56 | </screenshot> |
43 | 57 | <screenshot> |
44 | 58 | <caption>A monkey god appears in the station's chapel</caption> |
45 | 59 | <image>https://unitystationfile.b-cdn.net/screenshots/unitystation-monke.png</image> |
46 | 60 | </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> |
47 | 65 | </screenshots> |
48 | 66 |
|
49 | 67 | <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> |
50 | 93 | <release version="930" date="2021-11-30"> |
51 | 94 | <description> |
52 | 95 | <p>Added server validation logic that will hide servers who don't host their downloads in our CDN for security purposes.</p> |
|
0 commit comments