1
0

Add RetainerTrack

This commit is contained in:
Liza 2023-07-31 03:15:26 +02:00
parent 7e08d9e05c
commit b4b0b92c76
Signed by: liza
GPG Key ID: 7199F8D727D55F67
2 changed files with 33 additions and 6 deletions

View File

@ -18,7 +18,7 @@
"IconUrl": "https://git.carvel.li/liza/plugin-repo/raw/branch/master/dist/SliceIsRight.png",
"Punchline": "Shows where Bamboo falls.",
"AcceptsFeedback": true,
"DownloadCount": 13433,
"DownloadCount": 13435,
"LastUpdate": 1675714523,
"DownloadLinkInstall": "https://git.carvel.li/liza/SliceIsRight/releases/download/v6.1/SliceIsRight-6.1.zip",
"DownloadLinkUpdate": "https://git.carvel.li/liza/SliceIsRight/releases/download/v6.1/SliceIsRight-6.1.zip",
@ -44,10 +44,11 @@
"IconUrl": "https://git.carvel.li/liza/plugin-repo/raw/branch/master/dist/FishNotify.png",
"Punchline": "Plays a sound when a fish is caught",
"AcceptsFeedback": true,
"DownloadCount": 0,
"DownloadCount": 1654,
"LastUpdate": 1673460497,
"DownloadLinkInstall": "https://git.carvel.li/liza/FishNotify/releases/download/v5.0/FishNotify-5.0.zip",
"DownloadLinkUpdate": "https://git.carvel.li/liza/FishNotify/releases/download/v5.0/FishNotify-5.0.zip",
"Changelog": "v5.0 (2023-01-11)\n- Dalamud API 8 update",
"IsHide": false,
"IsTestingExclusive": false
},
@ -73,11 +74,36 @@
"IconUrl": "https://git.carvel.li/liza/plugin-repo/raw/branch/master/dist/Palace%20Pal.png",
"Punchline": "Shows possible trap & hoard coffer locations in Palace of the Dead & Heaven on High.",
"AcceptsFeedback": true,
"DownloadCount": 45082,
"LastUpdate": 1690749171,
"DownloadCount": 45084,
"LastUpdate": 1690765137,
"DownloadLinkInstall": "https://git.carvel.li/liza/PalacePal/releases/download/v4.6/Palace%20Pal-4.6.zip",
"DownloadLinkUpdate": "https://git.carvel.li/liza/PalacePal/releases/download/v4.6/Palace%20Pal-4.6.zip",
"Changelog": "v4.6 (2023-07-30)\n- Update sever url\r\n- Cleanup\n\nv4.5 (2023-04-13)\n- Fix floor change regex (#18) not working anymore; the state of pomanders of sight/safety now gets updated properly again\r\n- Code cleanup\r\n- Server side optimizations\n\nv4.4 (2023-03-26)\n- Dependency Updates\n\nv4.3 (2023-03-25)\n- Update DE localization\r\n- Fix server logic for duplicate seen traps\n\nv4.2 (2023-03-11)\n- Improve error handling\r\n- Update dependencies",
"Changelog": "v4.6 (2023-07-31)\n- Update sever url\r\n- Cleanup\n\nv4.5 (2023-04-13)\n- Fix floor change regex (#18) not working anymore; the state of pomanders of sight/safety now gets updated properly again\r\n- Code cleanup\r\n- Server side optimizations\n\nv4.4 (2023-03-26)\n- Dependency Updates\n\nv4.3 (2023-03-25)\n- Update DE localization\r\n- Fix server logic for duplicate seen traps\n\nv4.2 (2023-03-11)\n- Improve error handling\r\n- Update dependencies",
"IsHide": false,
"IsTestingExclusive": false
},
{
"Author": "Liza Carvelli",
"Name": "RetainerTrack",
"InternalName": "RetainerTrack",
"AssemblyVersion": "1.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",
"Tags": [
"retainer",
"track"
],
"DalamudApiLevel": 8,
"LoadRequiredState": 0,
"LoadSync": false,
"LoadPriority": 0,
"Punchline": "Track who a retainer belongs to.",
"AcceptsFeedback": true,
"DownloadCount": 0,
"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",
"IsHide": false,
"IsTestingExclusive": false
}

View File

@ -8,7 +8,8 @@ plugin_names = [
# [path, internal name, github repo]
["../SliceIsRight", "SliceIsRight", "SliceIsRight"],
["../FishNotify", "FishNotify", "FishNotify"],
["../Pal/Pal.Client", "Palace Pal", "PalacePal"]
["../Pal/Pal.Client", "Palace Pal", "PalacePal"],
["../RetainerTrack/RetainerTrack", "RetainerTrack", "RetainerTrack"]
]
def extract_manifests():