1
0

RetainerTrack 2.0

This commit is contained in:
Liza 2023-10-05 17:34:36 +02:00
parent 04ff87bfa5
commit 5b98530f9a
Signed by: liza
GPG Key ID: 7199F8D727D55F67

View File

@ -88,7 +88,7 @@
"Author": "Liza Carvelli",
"Name": "RetainerTrack",
"InternalName": "RetainerTrack",
"AssemblyVersion": "1.0",
"AssemblyVersion": "2.0",
"Description": "Keeps track of who a retainer belongs to - if you have seen the retainer's owner locally (if you were on the same party, or if you have seen an item crafted by them).\n\nTracking is unavailable if the crafter isn't the retainer owner (to avoid resellers being attributed incorrectly), and if the tooltip says 'Obtaining Signature'.",
"ApplicableVersion": "any",
"RepoUrl": "https://git.carvel.li/liza/RetainerTrack",
@ -96,16 +96,19 @@
"retainer",
"track"
],
"DalamudApiLevel": 8,
"DalamudApiLevel": 9,
"LoadRequiredState": 0,
"LoadSync": false,
"CanUnloadAsync": false,
"LoadPriority": 0,
"IconUrl": "https://git.carvel.li/liza/plugin-repo/raw/branch/master/dist/RetainerTrack.png",
"Punchline": "Track who a retainer belongs to.",
"AcceptsFeedback": true,
"DownloadCount": 17,
"LastUpdate": 1690765909,
"DownloadLinkInstall": "https://git.carvel.li/liza/RetainerTrack/releases/download/v1.0/RetainerTrack-1.0.zip",
"DownloadLinkUpdate": "https://git.carvel.li/liza/RetainerTrack/releases/download/v1.0/RetainerTrack-1.0.zip",
"LastUpdate": 1696519978,
"DownloadLinkInstall": "https://git.carvel.li/liza/RetainerTrack/releases/download/v2.0/RetainerTrack-2.0.zip",
"DownloadLinkUpdate": "https://git.carvel.li/liza/RetainerTrack/releases/download/v2.0/RetainerTrack-2.0.zip",
"Changelog": "v2.0 (2023-10-05)\n- API 9",
"IsHide": false,
"IsTestingExclusive": false
},