From 34c90f2b12356d043726b8bbd99b6aad3a3bd8b0 Mon Sep 17 00:00:00 2001 From: Marcel Baumgartner Date: Wed, 26 Apr 2023 20:29:50 +0200 Subject: [PATCH] Update Changelog.razor --- Moonlight/Shared/Views/Changelog.razor | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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" } };