Skip to content

Commit

Permalink
[Testing] PetRenamer v0.2.4 (#2176)
Browse files Browse the repository at this point in the history
* PetNicknames

* [Testing] PetRenamer v0.2.4

Changelog:
+ Added the /minion list command. This will show you an overview of all the minions you have nicknamed with quick access to adding, removing and/or renaming them.

+ Save system has been updated to a new format, saving nicknames to a user instead of nicknames as a whole (this will be used later). Don't worry, your old nicknames won't get lost. There is a legacy system in place that will convert your old save file to the new save file system.

+ Renamed the final instance of pet to minion (except for the plugin title, I will keep it like that).

* Delete testing/live/PetNicknames directory

An old folder that I f'ed up :D
  • Loading branch information
Glyceri committed Aug 1, 2023
1 parent 3b5f94a commit 101b61e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions testing/live/PetRenamer/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[plugin]
repository = "https://github.com/Glyceri/FFXIVPetRenamer.git"
commit = "0de852c76eb748b5f78ae0e79ffa401e973818cb"
commit = "5c99e9236b56adb157474ec1bc317c9d0afa1f41"
owners = [
"Glyceri",
]
project_path = "PetRenamer"
changelog = """
+ Name will now filter out weird characters, warn the user and NOT apply them so their game wont crash. Yes... youre welcome
+ Upon clearing all or a single name, resummoning or looking away and back to a pet will change their name again.
+ Added the /minion list command. This will show you an overview of all the minions you have nicknamed with quick access to adding, removing and/or renaming them.
+ Save system has been updated to a new format, saving nicknames to a user instead of nicknames as a whole (this will be used later). Don't worry, your old nicknames won't get lost. There is a legacy system in place that will convert your old save file to the new save file system.
+ Renamed the final instance of pet to minion (except for the plugin title, I will keep it like that).
"""

0 comments on commit 101b61e

Please sign in to comment.