1
0

RetainerTrack 3.2

This commit is contained in:
Liza 2024-06-17 00:35:55 +02:00
parent 89fa26f65e
commit 0f0119b64d
Signed by: liza
GPG Key ID: 7199F8D727D55F67
2 changed files with 6 additions and 6 deletions

2
dist/index.html vendored
View File

@ -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>

View File

@ -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
}, },