Deliveroo 2.0
This commit is contained in:
parent
517965b14d
commit
f39bea7c7f
25
dist/pluginmaster.json
vendored
25
dist/pluginmaster.json
vendored
@ -102,7 +102,7 @@
|
||||
"LoadPriority": 0,
|
||||
"Punchline": "Track who a retainer belongs to.",
|
||||
"AcceptsFeedback": true,
|
||||
"DownloadCount": 15,
|
||||
"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",
|
||||
@ -154,5 +154,28 @@
|
||||
"Changelog": "v3.0 (2023-10-04)\n- API 9\n\nv2.5 (2023-09-26)\n- Make it possible to auto-discard Onion Doublet/Gaskins/Patterns\n\nv2.4 (2023-09-21)\n- Add stack limit for items to discard\r\n- Context menu integration for armoury chest\n\nv2.3 (2023-09-18)\n- Fix itemId = 0 causing problems\r\n- Improve some conditions\r\n- Optimize gear set checks\r\n- Cleanup\n\nv2.2 (2023-09-16)\n- (Experimental) Context Menu Integration",
|
||||
"IsHide": false,
|
||||
"IsTestingExclusive": false
|
||||
},
|
||||
{
|
||||
"Author": "Liza Carvelli",
|
||||
"Name": "Deliveroo",
|
||||
"InternalName": "Deliveroo",
|
||||
"AssemblyVersion": "2.0",
|
||||
"Description": "",
|
||||
"ApplicableVersion": "any",
|
||||
"RepoUrl": "https://git.carvel.li/liza/Deliveroo",
|
||||
"DalamudApiLevel": 9,
|
||||
"LoadRequiredState": 0,
|
||||
"LoadSync": false,
|
||||
"CanUnloadAsync": false,
|
||||
"LoadPriority": 0,
|
||||
"Punchline": "Better Grand Company Deliveries",
|
||||
"AcceptsFeedback": true,
|
||||
"DownloadCount": 0,
|
||||
"LastUpdate": 1696409406,
|
||||
"DownloadLinkInstall": "https://git.carvel.li/liza/Deliveroo/releases/download/v2.0/Deliveroo-2.0.zip",
|
||||
"DownloadLinkUpdate": "https://git.carvel.li/liza/Deliveroo/releases/download/v2.0/Deliveroo-2.0.zip",
|
||||
"Changelog": "v2.0 (2023-10-04)\n- Initial Public Release",
|
||||
"IsHide": false,
|
||||
"IsTestingExclusive": false
|
||||
}
|
||||
]
|
@ -12,6 +12,7 @@ plugin_names = [
|
||||
["../RetainerTrack/RetainerTrack", "RetainerTrack", "RetainerTrack"],
|
||||
["../NewGamePlusAnywhere/NewGamePlusAnywhere", "NewGamePlusAnywhere", "NewGamePlusAnywhere"],
|
||||
["../ARDiscard/ARDiscard", "ARDiscard", "ARDiscard"],
|
||||
["../Deliveroo/Deliveroo", "Deliveroo", "Deliveroo"],
|
||||
]
|
||||
|
||||
def extract_manifests():
|
||||
|
Loading…
Reference in New Issue
Block a user