From f39bea7c7f3ff1d7e0af82f43c325bd2bc93a14d Mon Sep 17 00:00:00 2001 From: Liza Carvelli Date: Wed, 4 Oct 2023 10:52:06 +0200 Subject: [PATCH] Deliveroo 2.0 --- dist/pluginmaster.json | 25 ++++++++++++++++++++++++- generate_pluginmaster.py | 1 + 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/dist/pluginmaster.json b/dist/pluginmaster.json index d1c057b..a365476 100644 --- a/dist/pluginmaster.json +++ b/dist/pluginmaster.json @@ -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 } ] \ No newline at end of file diff --git a/generate_pluginmaster.py b/generate_pluginmaster.py index 39b393d..438da21 100644 --- a/generate_pluginmaster.py +++ b/generate_pluginmaster.py @@ -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():