Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pet Nicknames v2.2.0.4 #4589

Merged
merged 1 commit into from
Sep 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions stable/PetRenamer/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
[plugin]
repository = "https://github.com/Glyceri/FFXIVPetRenamer.git"
commit = "69c46fae34f81a5fa561a71f78f9baeea752f5ea"
commit = "9fb2cde217a6ff3900010b4c7c928c6f31a96cf3"
owners = ["Glyceri"]
changelog = """
[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.
Added a subtle outline on input fields that are empty.
[2.2.0.4]
Empty data will get send over IPC a lot less. (This shouldn't happen actually, I just haven't found the underlying issue yet.)
Made the rename window's minimum width slightly smaller so people won't hamstring themselves into not seeing the input field.
Added a couple tags so people will find the plugin via very specific search querries easier.
"""
Loading