diff --git a/Glamourer.zip b/Glamourer.zip index 41d3a02..a352ea8 100644 Binary files a/Glamourer.zip and b/Glamourer.zip differ diff --git a/Glamourer/Glamourer.csproj b/Glamourer/Glamourer.csproj index 4ce5c04..f9a928c 100644 --- a/Glamourer/Glamourer.csproj +++ b/Glamourer/Glamourer.csproj @@ -5,8 +5,8 @@ x64 Glamourer Glamourer - 1.0.0.0 - 1.0.0.0 + 1.0.0.1 + 1.0.0.1 SoftOtter Glamourer Copyright © 2023 diff --git a/Glamourer/Glamourer.json b/Glamourer/Glamourer.json index 3d3375a..fdad3d8 100644 --- a/Glamourer/Glamourer.json +++ b/Glamourer/Glamourer.json @@ -5,7 +5,7 @@ "Description": "Adds functionality to change and store appearance of players, customization and equip. Requires Penumbra to be installed and activated to work. Can also add preview options to the Changed Items tab for Penumbra.", "Tags": [ "Appearance", "Glamour", "Race", "Outfit", "Armor", "Clothes", "Skins", "Customization", "Design", "Character" ], "InternalName": "Glamourer", - "AssemblyVersion": "1.0.0.0", + "AssemblyVersion": "1.0.0.1", "RepoUrl": "https://github.com/Ottermandias/Glamourer", "ApplicableVersion": "any", "DalamudApiLevel": 8, diff --git a/Glamourer/Gui/GlamourerChangelog.cs b/Glamourer/Gui/GlamourerChangelog.cs index ddbf208..dbce8de 100644 --- a/Glamourer/Gui/GlamourerChangelog.cs +++ b/Glamourer/Gui/GlamourerChangelog.cs @@ -14,6 +14,7 @@ public class GlamourerChangelog Changelog = new Changelog("Glamourer Changelog", ConfigData, Save); Add1_0_0_0(Changelog); + Add1_0_0_1(Changelog); } private (int, ChangeLogDisplayType) ConfigData() @@ -26,6 +27,17 @@ public class GlamourerChangelog _config.Save(); } + private static void Add1_0_0_1(Changelog log) + => log.NextVersion("Version 1.0.0.1") + .RegisterImportant("Fixed Issue with Migration of identically named designs. " + + "If you lost any designs during migration, try going to \"%appdata%\\XIVLauncher\\pluginConfigs\\Glamourer\\\" " + + "and renaming the file \"Designs.json.bak\" to \"Designs.json\", then restarting.") + .RegisterEntry("This may cause some duplicated entries", 1) + .RegisterEntry("Added a highlight border around the Enable/Disable All toggle for Automated Designs.") + .RegisterEntry("Fixed newly created designs not being moved to folders when using paths like 'path/to/design' anymore.") + .RegisterEntry("Added a tooltip to clarify the intent of the Mod Associations tab.") + .RegisterEntry("Fixed an issue with some weapons not being recognized as offhands correctly."); + private static void Add1_0_0_0(Changelog log) => log.NextVersion("Version 1.0.0.0 (Full Rework)") .RegisterHighlight( diff --git a/repo.json b/repo.json index b76e45c..7c64231 100644 --- a/repo.json +++ b/repo.json @@ -6,8 +6,8 @@ "Description": "Adds functionality to change and store appearance of players, customization and equip. Requires Penumbra to be installed and activated to work. Can also add preview options to the Changed Items tab for Penumbra.", "Tags": [ "Appearance", "Glamour", "Race", "Outfit", "Armor", "Clothes", "Skins", "Customization", "Design", "Character" ], "InternalName": "Glamourer", - "AssemblyVersion": "1.0.0.0", - "TestingAssemblyVersion": "1.0.0.0", + "AssemblyVersion": "1.0.0.1", + "TestingAssemblyVersion": "1.0.0.1", "RepoUrl": "https://github.com/Ottermandias/Glamourer", "ApplicableVersion": "any", "DalamudApiLevel": 8,