RetainerTrack 4.1
This commit is contained in:
parent
68f98fda9a
commit
28746fb035
2
dist/index.html
vendored
2
dist/index.html
vendored
@ -79,7 +79,7 @@
|
|||||||
<p>Simplified Squadron Calculator, heavily inspired by https://ffxivsquadron.com/</p>
|
<p>Simplified Squadron Calculator, heavily inspired by https://ffxivsquadron.com/</p>
|
||||||
</article>
|
</article>
|
||||||
<article>
|
<article>
|
||||||
<h4><img src="https://plugins.carvel.li/icons/RetainerTrack.png"/> <a href="https://git.carvel.li/liza/RetainerTrack">RetainerTrack</a><small> v4.0</small></h4>
|
<h4><img src="https://plugins.carvel.li/icons/RetainerTrack.png"/> <a href="https://git.carvel.li/liza/RetainerTrack">RetainerTrack</a><small> v4.1</small></h4>
|
||||||
|
|
||||||
<p>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).</p>
|
<p>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).</p>
|
||||||
<p>Tracking is unavailable if the crafter isn't the retainer owner (to avoid resellers being attributed incorrectly), and if the tooltip says 'Obtaining Signature'.</p>
|
<p>Tracking is unavailable if the crafter isn't the retainer owner (to avoid resellers being attributed incorrectly), and if the tooltip says 'Obtaining Signature'.</p>
|
||||||
|
28
dist/pluginmaster.json
vendored
28
dist/pluginmaster.json
vendored
@ -11,7 +11,7 @@
|
|||||||
"gold saucer",
|
"gold saucer",
|
||||||
"yojimbo"
|
"yojimbo"
|
||||||
],
|
],
|
||||||
"DalamudApiLevel": 9,
|
"DalamudApiLevel": 10,
|
||||||
"LoadRequiredState": 0,
|
"LoadRequiredState": 0,
|
||||||
"LoadSync": false,
|
"LoadSync": false,
|
||||||
"CanUnloadAsync": false,
|
"CanUnloadAsync": false,
|
||||||
@ -88,7 +88,7 @@
|
|||||||
"Author": "Liza Carvelli",
|
"Author": "Liza Carvelli",
|
||||||
"Name": "RetainerTrack",
|
"Name": "RetainerTrack",
|
||||||
"InternalName": "RetainerTrack",
|
"InternalName": "RetainerTrack",
|
||||||
"AssemblyVersion": "4.0",
|
"AssemblyVersion": "4.1",
|
||||||
"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'.",
|
"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",
|
"ApplicableVersion": "any",
|
||||||
"RepoUrl": "https://git.carvel.li/liza/RetainerTrack",
|
"RepoUrl": "https://git.carvel.li/liza/RetainerTrack",
|
||||||
@ -104,11 +104,11 @@
|
|||||||
"IconUrl": "https://plugins.carvel.li/icons/RetainerTrack.png",
|
"IconUrl": "https://plugins.carvel.li/icons/RetainerTrack.png",
|
||||||
"Punchline": "Track who a retainer belongs to.",
|
"Punchline": "Track who a retainer belongs to.",
|
||||||
"AcceptsFeedback": false,
|
"AcceptsFeedback": false,
|
||||||
"DownloadCount": 1423,
|
"DownloadCount": 1433,
|
||||||
"LastUpdate": 1719961407,
|
"LastUpdate": 1720119110,
|
||||||
"DownloadLinkInstall": "https://git.carvel.li/liza/RetainerTrack/releases/download/v4.0/RetainerTrack-4.0.zip",
|
"DownloadLinkInstall": "https://git.carvel.li/liza/RetainerTrack/releases/download/v4.1/RetainerTrack-4.1.zip",
|
||||||
"DownloadLinkUpdate": "https://git.carvel.li/liza/RetainerTrack/releases/download/v4.0/RetainerTrack-4.0.zip",
|
"DownloadLinkUpdate": "https://git.carvel.li/liza/RetainerTrack/releases/download/v4.1/RetainerTrack-4.1.zip",
|
||||||
"Changelog": "v4.0 (2024-07-02)\n- API 10\n- Remove LiteDB support\n\nv3.2 (2024-06-16)\n- Persistence fixes\n\nv3.1 (2024-06-10)\n- Fix issue where player names aren't saved\n\nv3.0 (2024-05-24)\n- Migrate from LiteDB to SQLite as database backend\n- Update to .NET 8\n- Add /rwho\n\nv2.0 (2023-10-05)\n- API 9",
|
"Changelog": "v4.1 (2024-07-04)\n- Performance optimization\n\nv4.0 (2024-07-02)\n- API 10\n- Remove LiteDB support\n\nv3.2 (2024-06-16)\n- Persistence fixes\n\nv3.1 (2024-06-10)\n- Fix issue where player names aren't saved\n\nv3.0 (2024-05-24)\n- Migrate from LiteDB to SQLite as database backend\n- Update to .NET 8\n- Add /rwho",
|
||||||
"IsHide": false,
|
"IsHide": false,
|
||||||
"IsTestingExclusive": false
|
"IsTestingExclusive": false
|
||||||
},
|
},
|
||||||
@ -158,7 +158,7 @@
|
|||||||
"IconUrl": "https://plugins.carvel.li/icons/ARDiscard.png",
|
"IconUrl": "https://plugins.carvel.li/icons/ARDiscard.png",
|
||||||
"Punchline": "Discard items automatically via a command or as a post-venture task for AutoRetainer",
|
"Punchline": "Discard items automatically via a command or as a post-venture task for AutoRetainer",
|
||||||
"AcceptsFeedback": false,
|
"AcceptsFeedback": false,
|
||||||
"DownloadCount": 5304,
|
"DownloadCount": 5324,
|
||||||
"LastUpdate": 1719940298,
|
"LastUpdate": 1719940298,
|
||||||
"DownloadLinkInstall": "https://git.carvel.li/liza/ARDiscard/releases/download/v6.0/ARDiscard-6.0.zip",
|
"DownloadLinkInstall": "https://git.carvel.li/liza/ARDiscard/releases/download/v6.0/ARDiscard-6.0.zip",
|
||||||
"DownloadLinkUpdate": "https://git.carvel.li/liza/ARDiscard/releases/download/v6.0/ARDiscard-6.0.zip",
|
"DownloadLinkUpdate": "https://git.carvel.li/liza/ARDiscard/releases/download/v6.0/ARDiscard-6.0.zip",
|
||||||
@ -182,7 +182,7 @@
|
|||||||
"IconUrl": "https://plugins.carvel.li/icons/Deliveroo.png",
|
"IconUrl": "https://plugins.carvel.li/icons/Deliveroo.png",
|
||||||
"Punchline": "Better Grand Company Deliveries",
|
"Punchline": "Better Grand Company Deliveries",
|
||||||
"AcceptsFeedback": false,
|
"AcceptsFeedback": false,
|
||||||
"DownloadCount": 13399,
|
"DownloadCount": 13426,
|
||||||
"LastUpdate": 1719948559,
|
"LastUpdate": 1719948559,
|
||||||
"DownloadLinkInstall": "https://git.carvel.li/liza/Deliveroo/releases/download/v5.0/Deliveroo-5.0.zip",
|
"DownloadLinkInstall": "https://git.carvel.li/liza/Deliveroo/releases/download/v5.0/Deliveroo-5.0.zip",
|
||||||
"DownloadLinkUpdate": "https://git.carvel.li/liza/Deliveroo/releases/download/v5.0/Deliveroo-5.0.zip",
|
"DownloadLinkUpdate": "https://git.carvel.li/liza/Deliveroo/releases/download/v5.0/Deliveroo-5.0.zip",
|
||||||
@ -206,7 +206,7 @@
|
|||||||
"IconUrl": "https://plugins.carvel.li/icons/ARControl.png",
|
"IconUrl": "https://plugins.carvel.li/icons/ARControl.png",
|
||||||
"Punchline": "Better AutoRetainer Venture Planner",
|
"Punchline": "Better AutoRetainer Venture Planner",
|
||||||
"AcceptsFeedback": false,
|
"AcceptsFeedback": false,
|
||||||
"DownloadCount": 3991,
|
"DownloadCount": 4022,
|
||||||
"LastUpdate": 1720026631,
|
"LastUpdate": 1720026631,
|
||||||
"DownloadLinkInstall": "https://git.carvel.li/liza/ARControl/releases/download/v5.0/ARControl-5.0.zip",
|
"DownloadLinkInstall": "https://git.carvel.li/liza/ARControl/releases/download/v5.0/ARControl-5.0.zip",
|
||||||
"DownloadLinkUpdate": "https://git.carvel.li/liza/ARControl/releases/download/v5.0/ARControl-5.0.zip",
|
"DownloadLinkUpdate": "https://git.carvel.li/liza/ARControl/releases/download/v5.0/ARControl-5.0.zip",
|
||||||
@ -230,7 +230,7 @@
|
|||||||
"IconUrl": "https://plugins.carvel.li/icons/Workshoppa.png",
|
"IconUrl": "https://plugins.carvel.li/icons/Workshoppa.png",
|
||||||
"Punchline": "Better Company Workshop Turn-In",
|
"Punchline": "Better Company Workshop Turn-In",
|
||||||
"AcceptsFeedback": false,
|
"AcceptsFeedback": false,
|
||||||
"DownloadCount": 5834,
|
"DownloadCount": 6152,
|
||||||
"LastUpdate": 1720087531,
|
"LastUpdate": 1720087531,
|
||||||
"DownloadLinkInstall": "https://git.carvel.li/liza/Workshoppa/releases/download/v6.0/Workshoppa-6.0.zip",
|
"DownloadLinkInstall": "https://git.carvel.li/liza/Workshoppa/releases/download/v6.0/Workshoppa-6.0.zip",
|
||||||
"DownloadLinkUpdate": "https://git.carvel.li/liza/Workshoppa/releases/download/v6.0/Workshoppa-6.0.zip",
|
"DownloadLinkUpdate": "https://git.carvel.li/liza/Workshoppa/releases/download/v6.0/Workshoppa-6.0.zip",
|
||||||
@ -279,7 +279,7 @@
|
|||||||
"IconUrl": "https://plugins.carvel.li/icons/Gearsetter.png",
|
"IconUrl": "https://plugins.carvel.li/icons/Gearsetter.png",
|
||||||
"Punchline": "Find gear upgrades",
|
"Punchline": "Find gear upgrades",
|
||||||
"AcceptsFeedback": false,
|
"AcceptsFeedback": false,
|
||||||
"DownloadCount": 617,
|
"DownloadCount": 626,
|
||||||
"LastUpdate": 1719952363,
|
"LastUpdate": 1719952363,
|
||||||
"DownloadLinkInstall": "https://git.carvel.li/liza/Gearsetter/releases/download/v0.7/Gearsetter-0.7.zip",
|
"DownloadLinkInstall": "https://git.carvel.li/liza/Gearsetter/releases/download/v0.7/Gearsetter-0.7.zip",
|
||||||
"DownloadLinkUpdate": "https://git.carvel.li/liza/Gearsetter/releases/download/v0.7/Gearsetter-0.7.zip",
|
"DownloadLinkUpdate": "https://git.carvel.li/liza/Gearsetter/releases/download/v0.7/Gearsetter-0.7.zip",
|
||||||
@ -304,7 +304,7 @@
|
|||||||
"IconUrl": "https://plugins.carvel.li/icons/Influx.png",
|
"IconUrl": "https://plugins.carvel.li/icons/Influx.png",
|
||||||
"Punchline": "Sync game stats to InfluxDB",
|
"Punchline": "Sync game stats to InfluxDB",
|
||||||
"AcceptsFeedback": false,
|
"AcceptsFeedback": false,
|
||||||
"DownloadCount": 389,
|
"DownloadCount": 391,
|
||||||
"LastUpdate": 1719995088,
|
"LastUpdate": 1719995088,
|
||||||
"DownloadLinkInstall": "https://git.carvel.li/liza/Influx/releases/download/v1.0/Influx-1.0.zip",
|
"DownloadLinkInstall": "https://git.carvel.li/liza/Influx/releases/download/v1.0/Influx-1.0.zip",
|
||||||
"DownloadLinkUpdate": "https://git.carvel.li/liza/Influx/releases/download/v1.0/Influx-1.0.zip",
|
"DownloadLinkUpdate": "https://git.carvel.li/liza/Influx/releases/download/v1.0/Influx-1.0.zip",
|
||||||
@ -331,7 +331,7 @@
|
|||||||
"IconUrl": "https://plugins.carvel.li/icons/KitchenSink.png",
|
"IconUrl": "https://plugins.carvel.li/icons/KitchenSink.png",
|
||||||
"Punchline": "A plugin for things that aren't worth their own plugins.",
|
"Punchline": "A plugin for things that aren't worth their own plugins.",
|
||||||
"AcceptsFeedback": false,
|
"AcceptsFeedback": false,
|
||||||
"DownloadCount": 678,
|
"DownloadCount": 771,
|
||||||
"LastUpdate": 1720083512,
|
"LastUpdate": 1720083512,
|
||||||
"DownloadLinkInstall": "https://git.carvel.li/liza/KitchenSink/releases/download/v1.0/KitchenSink-1.0.zip",
|
"DownloadLinkInstall": "https://git.carvel.li/liza/KitchenSink/releases/download/v1.0/KitchenSink-1.0.zip",
|
||||||
"DownloadLinkUpdate": "https://git.carvel.li/liza/KitchenSink/releases/download/v1.0/KitchenSink-1.0.zip",
|
"DownloadLinkUpdate": "https://git.carvel.li/liza/KitchenSink/releases/download/v1.0/KitchenSink-1.0.zip",
|
||||||
|
Loading…
Reference in New Issue
Block a user