From 2be6566e81c30e55eb39246536826b5c4b5d9234 Mon Sep 17 00:00:00 2001 From: goaaats Date: Thu, 16 Oct 2025 20:34:20 +0200 Subject: [PATCH 1/2] Fix broken spacing in update chat message --- Dalamud/Game/ChatHandlers.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dalamud/Game/ChatHandlers.cs b/Dalamud/Game/ChatHandlers.cs index c57dd70b8..b5639c4d3 100644 --- a/Dalamud/Game/ChatHandlers.cs +++ b/Dalamud/Game/ChatHandlers.cs @@ -124,11 +124,11 @@ internal partial class ChatHandlers : IServiceType var updateMessage = new SeStringBuilder() .AddText(Loc.Localize("DalamudUpdated", "Dalamud has been updated successfully!")) .AddUiForeground(500) - .AddText(" [") + .AddText(" [ ") .Add(linkPayload) - .AddText(Loc.Localize("DalamudClickToViewChangelogs", " Click here to view the changelog.")) + .AddText(Loc.Localize("DalamudClickToViewChangelogs", "Click here to view the changelog.")) .Add(RawPayload.LinkTerminator) - .AddText("]") + .AddText(" ]") .AddUiForegroundOff(); chatGui.Print(new XivChatEntry From 116e8aadbc641472c69ab6ae6ea87d4640b5cc59 Mon Sep 17 00:00:00 2001 From: goaaats Date: Thu, 16 Oct 2025 21:10:27 +0200 Subject: [PATCH 2/2] build: 13.0.0.6 --- Dalamud/Dalamud.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dalamud/Dalamud.csproj b/Dalamud/Dalamud.csproj index 75ec61ec3..371235c89 100644 --- a/Dalamud/Dalamud.csproj +++ b/Dalamud/Dalamud.csproj @@ -6,7 +6,7 @@ XIV Launcher addon framework - 13.0.0.5 + 13.0.0.6 $(DalamudVersion) $(DalamudVersion) $(DalamudVersion)