From 061a94698a06480b771f0e1293b03dee1f1c5558 Mon Sep 17 00:00:00 2001 From: goat <16760685+goaaats@users.noreply.github.com> Date: Sun, 4 Oct 2020 15:31:50 +0200 Subject: [PATCH 1/3] feat: changelog time --- Dalamud/Interface/DalamudChangelogWindow.cs | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Dalamud/Interface/DalamudChangelogWindow.cs b/Dalamud/Interface/DalamudChangelogWindow.cs index be30e35d2..e58bdd308 100644 --- a/Dalamud/Interface/DalamudChangelogWindow.cs +++ b/Dalamud/Interface/DalamudChangelogWindow.cs @@ -11,13 +11,11 @@ namespace Dalamud.Interface { private readonly Dalamud dalamud; private string assemblyVersion = Util.AssemblyVersion; - private const bool WarrantsChangelog = false; + private const bool WarrantsChangelog = true; private const string ChangeLog = - @"* The /xlbonus command was removed - it has been remade as the ""Adventurer in Need"" plugin by Caraxi and is way better now. Please check it out! -* Plugin UI is now also hidden when in GPose or in a cutscene. You can disable this in the /xlsettings window. -* Universalis will now be updated when a shown item has no listings. -* Updated the localization files -* Added Norwegian, Korean and Russian localization - thanks a lot to all of our translators, especially Ridge, Hibiya and xDarkOne! If you wish to join the effort, please check our #translations channel."; + @"* Various backend changes that will allow for more involved plugins +* Fixed an issue wherein, in particular cases, chat messages from plugins would be incorrectly allocated +* Beta/Testing plugins can now be used in conjunction with regular plugins. Join our discord to check out plugins for testing!"; public DalamudChangelogWindow(Dalamud dalamud) { this.dalamud = dalamud; From 4737a78c971664245da4a2c2c6f6e7fd7de5ef50 Mon Sep 17 00:00:00 2001 From: goat <16760685+goaaats@users.noreply.github.com> Date: Sun, 4 Oct 2020 15:32:16 +0200 Subject: [PATCH 2/3] add daemitus to credits --- Dalamud/Interface/DalamudCreditsWindow.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Dalamud/Interface/DalamudCreditsWindow.cs b/Dalamud/Interface/DalamudCreditsWindow.cs index f99af3154..4fa4e189b 100644 --- a/Dalamud/Interface/DalamudCreditsWindow.cs +++ b/Dalamud/Interface/DalamudCreditsWindow.cs @@ -29,6 +29,7 @@ Adam nibs/Poliwrath karashiiro Pohky +daemitus From 9467c1249c083a166d10ce83e77ab6035e4a2e93 Mon Sep 17 00:00:00 2001 From: goat <16760685+goaaats@users.noreply.github.com> Date: Sun, 4 Oct 2020 15:32:30 +0200 Subject: [PATCH 3/3] build: v5.1.0.9 --- Dalamud.Injector/Dalamud.Injector.csproj | 6 +++--- Dalamud/Dalamud.csproj | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dalamud.Injector/Dalamud.Injector.csproj b/Dalamud.Injector/Dalamud.Injector.csproj index 79a2b874a..4684d3641 100644 --- a/Dalamud.Injector/Dalamud.Injector.csproj +++ b/Dalamud.Injector/Dalamud.Injector.csproj @@ -14,10 +14,10 @@ true - 5.1.0.8 - 5.1.0.8 + 5.1.0.9 + 5.1.0.9 XIVLauncher addon injection - 5.1.0.8 + 5.1.0.9 diff --git a/Dalamud/Dalamud.csproj b/Dalamud/Dalamud.csproj index f3eea6ec2..5ed7a8cad 100644 --- a/Dalamud/Dalamud.csproj +++ b/Dalamud/Dalamud.csproj @@ -15,9 +15,9 @@ true - 5.1.0.8 - 5.1.0.8 - 5.1.0.8 + 5.1.0.9 + 5.1.0.9 + 5.1.0.9