From ae58bbb9804dcd61d2818c8f5ea316cd2386dd86 Mon Sep 17 00:00:00 2001 From: Amber <78602618+Glyceri@users.noreply.github.com> Date: Tue, 10 Sep 2024 20:09:15 +0200 Subject: [PATCH] Update manifest.toml --- stable/PetRenamer/manifest.toml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/stable/PetRenamer/manifest.toml b/stable/PetRenamer/manifest.toml index 59740ca271..1a28d9c8a5 100644 --- a/stable/PetRenamer/manifest.toml +++ b/stable/PetRenamer/manifest.toml @@ -1,8 +1,10 @@ [plugin] repository = "https://github.com/Glyceri/FFXIVPetRenamer.git" -commit = "051258454a98afdcd4ede1bd7b840391b6984204" +commit = "d52fa637037da090d0a164db531048668e748b0a" owners = ["Glyceri"] changelog = """ - [2.2.0.2] - Push from testing to stable. + [2.2.0.3] + Fixed an issue where the Petlist incorrectly thought the selected user was the local user. + Fixed an issue where users wouldn't transform into IPC users upon receiving IPC data (this clears manual shares unless synced, this is intentional from now on). + Fixed an issue where users with zero pets would show up in the Petlist. This was impossible to occur before, since the implementation of sync this occurs when someone has zero pets. """