diff --git a/dist/index.html b/dist/index.html
index 9733de2..4128e64 100644
--- a/dist/index.html
+++ b/dist/index.html
@@ -76,9 +76,9 @@
Small plugin to help keep your inventory organized (especially when automating retainers or submersibles) by discarding items you don't want (e.g. Stuffed Alphas)
-
+
- Find gear upgrades
+ Browse through all gear pieces available for each class/job and show possible upgrades
diff --git a/dist/pluginmaster.json b/dist/pluginmaster.json
index ac6dc02..33bb842 100644
--- a/dist/pluginmaster.json
+++ b/dist/pluginmaster.json
@@ -19,7 +19,7 @@
"IconUrl": "https://plugins.carvel.li/icons/SliceIsRight.png",
"Punchline": "Shows where Bamboo falls.",
"AcceptsFeedback": false,
- "DownloadCount": 19925,
+ "DownloadCount": 19926,
"LastUpdate": 1720209240,
"DownloadLinkInstall": "https://git.carvel.li/liza/SliceIsRight/releases/download/v8.0/SliceIsRight-8.0.zip",
"DownloadLinkUpdate": "https://git.carvel.li/liza/SliceIsRight/releases/download/v8.0/SliceIsRight-8.0.zip",
@@ -134,7 +134,7 @@
"IconUrl": "https://plugins.carvel.li/icons/ARDiscard.png",
"Punchline": "Discard items automatically via a command or as a post-venture task for AutoRetainer",
"AcceptsFeedback": false,
- "DownloadCount": 10008,
+ "DownloadCount": 10019,
"LastUpdate": 1731961131,
"DownloadLinkInstall": "https://git.carvel.li/liza/ARDiscard/releases/download/v7.0/ARDiscard-7.0.zip",
"DownloadLinkUpdate": "https://git.carvel.li/liza/ARDiscard/releases/download/v7.0/ARDiscard-7.0.zip",
@@ -158,7 +158,7 @@
"IconUrl": "https://plugins.carvel.li/icons/Deliveroo.png",
"Punchline": "Better Grand Company Deliveries",
"AcceptsFeedback": false,
- "DownloadCount": 35430,
+ "DownloadCount": 35448,
"LastUpdate": 1731764274,
"DownloadLinkInstall": "https://git.carvel.li/liza/Deliveroo/releases/download/v6.0/Deliveroo-6.0.zip",
"DownloadLinkUpdate": "https://git.carvel.li/liza/Deliveroo/releases/download/v6.0/Deliveroo-6.0.zip",
@@ -182,7 +182,7 @@
"IconUrl": "https://plugins.carvel.li/icons/ARControl.png",
"Punchline": "Better AutoRetainer Venture Planner",
"AcceptsFeedback": false,
- "DownloadCount": 11825,
+ "DownloadCount": 11831,
"LastUpdate": 1731708643,
"DownloadLinkInstall": "https://git.carvel.li/liza/ARControl/releases/download/v6.0/ARControl-6.0.zip",
"DownloadLinkUpdate": "https://git.carvel.li/liza/ARControl/releases/download/v6.0/ARControl-6.0.zip",
@@ -206,7 +206,7 @@
"IconUrl": "https://plugins.carvel.li/icons/Workshoppa.png",
"Punchline": "Better Company Workshop Turn-In",
"AcceptsFeedback": false,
- "DownloadCount": 10558,
+ "DownloadCount": 10689,
"LastUpdate": 1732030460,
"DownloadLinkInstall": "https://git.carvel.li/liza/Workshoppa/releases/download/v7.0/Workshoppa-7.0.zip",
"DownloadLinkUpdate": "https://git.carvel.li/liza/Workshoppa/releases/download/v7.0/Workshoppa-7.0.zip",
@@ -242,11 +242,15 @@
"Author": "Liza Carvelli",
"Name": "Gearsetter",
"InternalName": "Gearsetter",
- "AssemblyVersion": "1.3",
- "Description": "",
+ "AssemblyVersion": "2.0",
+ "Description": "Browse through all gear pieces available for each class/job and show possible upgrades",
"ApplicableVersion": "any",
"RepoUrl": "https://git.carvel.li/liza/Gearsetter",
- "DalamudApiLevel": 10,
+ "Tags": [
+ "gearset",
+ "gearsets"
+ ],
+ "DalamudApiLevel": 11,
"LoadRequiredState": 0,
"LoadSync": false,
"CanUnloadAsync": false,
@@ -255,10 +259,10 @@
"Punchline": "Find gear upgrades",
"AcceptsFeedback": false,
"DownloadCount": 6193,
- "LastUpdate": 1724871671,
- "DownloadLinkInstall": "https://git.carvel.li/liza/Gearsetter/releases/download/v1.3/Gearsetter-1.3.zip",
- "DownloadLinkUpdate": "https://git.carvel.li/liza/Gearsetter/releases/download/v1.3/Gearsetter-1.3.zip",
- "Changelog": "v1.3 (2024-08-28)\n- Update IPC method ('Gearsetter.GetRecommendationsForGearset') to additionally return the item slot that should be replaced\n\nv1.2 (2024-08-17)\n- Fix inconsistent sorting of preorder (+ experience) earrings\n- Add IPC method ('Gearsetter.GetRecommendationsForGearset')\n- Improved a rare error case\n\nv1.1 (2024-07-08)\n- Run gearset calculation on another thread (not the game's main thread)\n\nv1.0 (testing only) (2024-07-02)\n- API 10 (beta)\n\nv0.7 (2024-06-23)\n- Consider items with materia as separate items to non-melded items",
+ "LastUpdate": 1732033877,
+ "DownloadLinkInstall": "https://git.carvel.li/liza/Gearsetter/releases/download/v2.0/Gearsetter-2.0.zip",
+ "DownloadLinkUpdate": "https://git.carvel.li/liza/Gearsetter/releases/download/v2.0/Gearsetter-2.0.zip",
+ "Changelog": "v2.0 (2024-11-19)\n- API 11\n\nv1.3 (2024-08-28)\n- Update IPC method ('Gearsetter.GetRecommendationsForGearset') to additionally return the item slot that should be replaced\n\nv1.2 (2024-08-17)\n- Fix inconsistent sorting of preorder (+ experience) earrings\n- Add IPC method ('Gearsetter.GetRecommendationsForGearset')\n- Improved a rare error case\n\nv1.1 (2024-07-08)\n- Run gearset calculation on another thread (not the game's main thread)\n\nv1.0 (testing only) (2024-07-02)\n- API 10 (beta)",
"IsHide": false,
"IsTestingExclusive": false
},
@@ -333,7 +337,7 @@
"IconUrl": "https://plugins.carvel.li/icons/Questionable.png",
"Punchline": "A tiny quest helper plugin.",
"AcceptsFeedback": false,
- "DownloadCount": 63632,
+ "DownloadCount": 63659,
"LastUpdate": 1731959836,
"DownloadLinkInstall": "https://git.carvel.li/liza/Questionable/releases/download/v4.2/Questionable-4.2.zip",
"DownloadLinkUpdate": "https://git.carvel.li/liza/Questionable/releases/download/v4.2/Questionable-4.2.zip",