RetainerTrack 3.2
This commit is contained in:
parent
89fa26f65e
commit
0f0119b64d
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.1</small></h4>
|
<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>
|
||||||
|
|
||||||
<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>
|
||||||
|
10
dist/pluginmaster.json
vendored
10
dist/pluginmaster.json
vendored
@ -88,7 +88,7 @@
|
|||||||
"Author": "Liza Carvelli",
|
"Author": "Liza Carvelli",
|
||||||
"Name": "RetainerTrack",
|
"Name": "RetainerTrack",
|
||||||
"InternalName": "RetainerTrack",
|
"InternalName": "RetainerTrack",
|
||||||
"AssemblyVersion": "3.1",
|
"AssemblyVersion": "3.2",
|
||||||
"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",
|
||||||
@ -105,10 +105,10 @@
|
|||||||
"Punchline": "Track who a retainer belongs to.",
|
"Punchline": "Track who a retainer belongs to.",
|
||||||
"AcceptsFeedback": false,
|
"AcceptsFeedback": false,
|
||||||
"DownloadCount": 1001,
|
"DownloadCount": 1001,
|
||||||
"LastUpdate": 1718041937,
|
"LastUpdate": 1718577266,
|
||||||
"DownloadLinkInstall": "https://git.carvel.li/liza/RetainerTrack/releases/download/v3.1/RetainerTrack-3.1.zip",
|
"DownloadLinkInstall": "https://git.carvel.li/liza/RetainerTrack/releases/download/v3.2/RetainerTrack-3.2.zip",
|
||||||
"DownloadLinkUpdate": "https://git.carvel.li/liza/RetainerTrack/releases/download/v3.1/RetainerTrack-3.1.zip",
|
"DownloadLinkUpdate": "https://git.carvel.li/liza/RetainerTrack/releases/download/v3.2/RetainerTrack-3.2.zip",
|
||||||
"Changelog": "v3.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": "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",
|
||||||
"IsHide": false,
|
"IsHide": false,
|
||||||
"IsTestingExclusive": false
|
"IsTestingExclusive": false
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user