RetainerTrack 4.0
This commit is contained in:
parent
b2fa27f881
commit
97ba31f7ed
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> v3.2</small></h4>
|
<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>
|
||||||
|
|
||||||
<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>
|
||||||
|
18
dist/pluginmaster.json
vendored
18
dist/pluginmaster.json
vendored
@ -88,7 +88,7 @@
|
|||||||
"Author": "Liza Carvelli",
|
"Author": "Liza Carvelli",
|
||||||
"Name": "RetainerTrack",
|
"Name": "RetainerTrack",
|
||||||
"InternalName": "RetainerTrack",
|
"InternalName": "RetainerTrack",
|
||||||
"AssemblyVersion": "3.2",
|
"AssemblyVersion": "4.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'.",
|
"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": 1269,
|
"DownloadCount": 1271,
|
||||||
"LastUpdate": 1718577266,
|
"LastUpdate": 1719961407,
|
||||||
"DownloadLinkInstall": "https://git.carvel.li/liza/RetainerTrack/releases/download/v3.2/RetainerTrack-3.2.zip",
|
"DownloadLinkInstall": "https://git.carvel.li/liza/RetainerTrack/releases/download/v4.0/RetainerTrack-4.0.zip",
|
||||||
"DownloadLinkUpdate": "https://git.carvel.li/liza/RetainerTrack/releases/download/v3.2/RetainerTrack-3.2.zip",
|
"DownloadLinkUpdate": "https://git.carvel.li/liza/RetainerTrack/releases/download/v4.0/RetainerTrack-4.0.zip",
|
||||||
"Changelog": "v3.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.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",
|
||||||
"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": 5101,
|
"DownloadCount": 5152,
|
||||||
"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": 12932,
|
"DownloadCount": 13052,
|
||||||
"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",
|
||||||
@ -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": 562,
|
"DownloadCount": 582,
|
||||||
"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",
|
||||||
|
Loading…
Reference in New Issue
Block a user