From 9e9c2880ae03ff553964d874979601abb82cf95d Mon Sep 17 00:00:00 2001 From: NotAKidoS <37721153+NotAKidOnSteam@users.noreply.github.com> Date: Wed, 1 Feb 2023 19:15:17 -0600 Subject: [PATCH] bump --- AASBufferFix/Properties/AssemblyInfo.cs | 2 +- AASBufferFix/format.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/AASBufferFix/Properties/AssemblyInfo.cs b/AASBufferFix/Properties/AssemblyInfo.cs index 2797515..0f06601 100644 --- a/AASBufferFix/Properties/AssemblyInfo.cs +++ b/AASBufferFix/Properties/AssemblyInfo.cs @@ -25,6 +25,6 @@ using System.Reflection; namespace AASBufferFix.Properties; internal static class AssemblyInfoParams { - public const string Version = "1.0.3"; + public const string Version = "1.0.4"; public const string Author = "NotAKidoS"; } \ No newline at end of file diff --git a/AASBufferFix/format.json b/AASBufferFix/format.json index 7fa27a9..97d5894 100644 --- a/AASBufferFix/format.json +++ b/AASBufferFix/format.json @@ -1,12 +1,12 @@ { "_id": 126, "name": "AASBufferFix", - "modversion": "1.0.3", + "modversion": "1.0.4", "gameversion": "2022r170", "loaderversion": "0.5.7", "modtype": "Mod", "author": "NotAKidoS", - "description": "Fixes two AAS buffer issues. Remote avatars with AAS will no longer experience wardrobe malfunctions on initialization. (only affects avatar load)\n\nAAS will not be applied unless the synced data matches what is expected of the loaded avatar.", + "description": "Fixes two issues with the Avatar Advanced Settings buffers when loading remote avatars. In simple terms, it means 'fewer wardrobe malfunctions'.\n\nEmpty buffer (all 0/false) will no longer be applied on load.\nReceived AAS data is ignored until the wearer has loaded into the expected avatar.\n(The avatar will sit in its default state until the wearer has loaded and started syncing correct AAS)\n\nPlease view the GitHub README for links to relevant feedback posts.", "searchtags": [ "aas", "sync", @@ -16,8 +16,8 @@ "requirements": [ "None" ], - "downloadlink": "https://github.com/NotAKidOnSteam/AASBufferFix/releases/download/v1.0.3/AASBufferFix.dll", + "downloadlink": "https://github.com/NotAKidOnSteam/AASBufferFix/releases/download/v1.0.4/AASBufferFix.dll", "sourcelink": "https://github.com/NotAKidOnSteam/AASBufferFix/", - "changelog": "- Initial Release\n- Fixed extremely rare condition where AAS would be applied before ready.\n- Don't destroy helper on first load...'", + "changelog": "- Initial Release", "embedcolor": "9b59b6" } \ No newline at end of file