diff --git a/Resources/Changelog/Admin.yml b/Resources/Changelog/Admin.yml index 4d02a093f5b..86fd443f826 100644 --- a/Resources/Changelog/Admin.yml +++ b/Resources/Changelog/Admin.yml @@ -500,4 +500,4 @@ Entries: time: '2024-08-25T01:55:31.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/31397 Name: Admin -Order: 4 +Order: 3 diff --git a/Resources/Changelog/DeltaVAdmin.yml b/Resources/Changelog/DeltaVAdmin.yml index 163b721892b..fb8be157aa6 100644 --- a/Resources/Changelog/DeltaVAdmin.yml +++ b/Resources/Changelog/DeltaVAdmin.yml @@ -51,4 +51,4 @@ Entries: time: '2024-08-31T00:11:45.0000000+00:00' url: https://github.com/DeltaV-Station/Delta-v/pull/1717 Name: Admin -Order: 3 +Order: 1 diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index 1e2d363be57..83a4f544747 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1,5 +1,4 @@ -Order: 2 -Entries: +Entries: - author: FluffiestFloof changes: - message: Added mothroaches. diff --git a/Resources/Changelog/InfinityChangelog.yml b/Resources/Changelog/InfinityChangelog.yml index 34ec04e1857..abbcddc0209 100644 --- a/Resources/Changelog/InfinityChangelog.yml +++ b/Resources/Changelog/InfinityChangelog.yml @@ -1,8 +1,6 @@ -Order: 1 Entries: - author: MilonPL changes: - message: Added changelogs! type: Add id: 1 - time: '2024-09-05T00:00:00.0000000+00:00 diff --git a/Resources/Locale/en-US/changelog/changelog-window.ftl b/Resources/Locale/en-US/changelog/changelog-window.ftl index 87a7252368f..bea3e1c65a6 100644 --- a/Resources/Locale/en-US/changelog/changelog-window.ftl +++ b/Resources/Locale/en-US/changelog/changelog-window.ftl @@ -13,4 +13,3 @@ changelog-button-new-entries = Changelog (new!) changelog-tab-title-Changelog = Upstream changelog-tab-title-Admin = Admin changelog-tab-title-DeltaV = Delta-V -changelog-tab-title-Infinity = Infinity diff --git a/Tools/actions_changelog_rss.py b/Tools/actions_changelog_rss.py index d0c24591f2f..3aa8e0ee8b6 100755 --- a/Tools/actions_changelog_rss.py +++ b/Tools/actions_changelog_rss.py @@ -29,7 +29,7 @@ # Change these to suit your server settings # https://docs.fabfile.org/en/stable/getting-started.html#run-commands-via-connections-and-run -SSH_HOST = "infinitystation14.com" +SSH_HOST = "game.infinitystation14.com" SSH_USER = "changelog-rss" SSH_PORT = 22 RSS_FILE = "changelog.xml"