Merge pull request #182 from goaaats/build/v5.1.0.9

This commit is contained in:
goaaats 2020-10-04 15:36:14 +02:00 committed by GitHub
commit 5e0ee1b897
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 12 deletions

View file

@ -14,10 +14,10 @@
</PropertyGroup> </PropertyGroup>
<PropertyGroup Label="Feature"> <PropertyGroup Label="Feature">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AssemblyVersion>5.1.0.8</AssemblyVersion> <AssemblyVersion>5.1.0.9</AssemblyVersion>
<FileVersion>5.1.0.8</FileVersion> <FileVersion>5.1.0.9</FileVersion>
<Description>XIVLauncher addon injection</Description> <Description>XIVLauncher addon injection</Description>
<Version>5.1.0.8</Version> <Version>5.1.0.9</Version>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile></DocumentationFile> <DocumentationFile></DocumentationFile>

View file

@ -15,9 +15,9 @@
</PropertyGroup> </PropertyGroup>
<PropertyGroup Label="Feature"> <PropertyGroup Label="Feature">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AssemblyVersion>5.1.0.8</AssemblyVersion> <AssemblyVersion>5.1.0.9</AssemblyVersion>
<Version>5.1.0.8</Version> <Version>5.1.0.9</Version>
<FileVersion>5.1.0.8</FileVersion> <FileVersion>5.1.0.9</FileVersion>
</PropertyGroup> </PropertyGroup>
<ItemGroup Label="Resources"> <ItemGroup Label="Resources">
<None Include="$(SolutionDir)/Resources/**/*" CopyToOutputDirectory="PreserveNewest" Visible="false" /> <None Include="$(SolutionDir)/Resources/**/*" CopyToOutputDirectory="PreserveNewest" Visible="false" />

View file

@ -11,13 +11,11 @@ namespace Dalamud.Interface {
private readonly Dalamud dalamud; private readonly Dalamud dalamud;
private string assemblyVersion = Util.AssemblyVersion; private string assemblyVersion = Util.AssemblyVersion;
private const bool WarrantsChangelog = false; private const bool WarrantsChangelog = true;
private const string ChangeLog = 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! @"* Various backend changes that will allow for more involved plugins
* Plugin UI is now also hidden when in GPose or in a cutscene. You can disable this in the /xlsettings window. * Fixed an issue wherein, in particular cases, chat messages from plugins would be incorrectly allocated
* Universalis will now be updated when a shown item has no listings. * Beta/Testing plugins can now be used in conjunction with regular plugins. Join our discord to check out plugins for testing!";
* 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.";
public DalamudChangelogWindow(Dalamud dalamud) { public DalamudChangelogWindow(Dalamud dalamud) {
this.dalamud = dalamud; this.dalamud = dalamud;

View file

@ -29,6 +29,7 @@ Adam
nibs/Poliwrath nibs/Poliwrath
karashiiro karashiiro
Pohky Pohky
daemitus