diff --git a/Moonlight/Shared/Views/Changelog.razor b/Moonlight/Shared/Views/Changelog.razor index 807163c6..f131d9cf 100644 --- a/Moonlight/Shared/Views/Changelog.razor +++ b/Moonlight/Shared/Views/Changelog.razor @@ -185,6 +185,27 @@ "Added better reconnect screens", "Removed useless logging. Switched to cache mode for support chat", "Fixed statistics system" + }, + new[] + { + "Patch 24, 24.04.2023", + "Add checking user status to login sequence where login form is currently", + "Added config reload button" + }, + new[] + { + "Patch 25, 25.04.2023", + "Update Create.razor", + "Added server count for image overview", + "Implemented owner change option in admin ui" + }, + new[] + { + "Patch 26, 26.04.2023", + "Image import export", + "Fixed import and export", + "Prevent message duplication with sender check", + "Implemented forge version switcher" } };