Slice is Right 9.0; FishNotify 8.0
This commit is contained in:
parent
5873b1fe8e
commit
c61b5e82bc
10
dist/index.html
vendored
10
dist/index.html
vendored
@ -49,6 +49,11 @@
|
|||||||
|
|
||||||
<p>Better Grand Company Deliveries</p>
|
<p>Better Grand Company Deliveries</p>
|
||||||
</article>
|
</article>
|
||||||
|
<article>
|
||||||
|
<h4><img src="https://plugins.carvel.li/icons/SliceIsRight.png"/> <a href="https://git.carvel.li/liza/SliceIsRight">Slice is Right</a><small> v9.0</small></h4>
|
||||||
|
|
||||||
|
<p>Shows where Bamboo falls.</p>
|
||||||
|
</article>
|
||||||
<article>
|
<article>
|
||||||
<h4><img src="https://plugins.carvel.li/icons/ARControl.png"/> <a href="https://git.carvel.li/liza/ARControl">ARC</a><small> v6.0</small></h4>
|
<h4><img src="https://plugins.carvel.li/icons/ARControl.png"/> <a href="https://git.carvel.li/liza/ARControl">ARC</a><small> v6.0</small></h4>
|
||||||
|
|
||||||
@ -74,6 +79,11 @@
|
|||||||
|
|
||||||
<p>A plugin for things that aren't worth their own plugins; see commands for details.</p>
|
<p>A plugin for things that aren't worth their own plugins; see commands for details.</p>
|
||||||
</article>
|
</article>
|
||||||
|
<article>
|
||||||
|
<h4><img src="https://plugins.carvel.li/icons/FishNotify.png"/> <a href="https://git.carvel.li/liza/FishNotify">Fish Notify</a><small> v8.0</small></h4>
|
||||||
|
|
||||||
|
<p>Plays a sound when a fish is caught, depending on tug-strength</p>
|
||||||
|
</article>
|
||||||
<article>
|
<article>
|
||||||
<h4><img src="https://plugins.carvel.li/icons/Influx.png"/> <a href="https://git.carvel.li/liza/Influx">Influx</a><small> v2.0</small></h4>
|
<h4><img src="https://plugins.carvel.li/icons/Influx.png"/> <a href="https://git.carvel.li/liza/Influx">Influx</a><small> v2.0</small></h4>
|
||||||
|
|
||||||
|
44
dist/pluginmaster.json
vendored
44
dist/pluginmaster.json
vendored
@ -3,7 +3,7 @@
|
|||||||
"Author": "Liza Carvelli",
|
"Author": "Liza Carvelli",
|
||||||
"Name": "Slice is Right",
|
"Name": "Slice is Right",
|
||||||
"InternalName": "SliceIsRight",
|
"InternalName": "SliceIsRight",
|
||||||
"AssemblyVersion": "8.0",
|
"AssemblyVersion": "9.0",
|
||||||
"Description": "Shows where Bamboo falls.",
|
"Description": "Shows where Bamboo falls.",
|
||||||
"ApplicableVersion": "any",
|
"ApplicableVersion": "any",
|
||||||
"RepoUrl": "https://git.carvel.li/liza/SliceIsRight",
|
"RepoUrl": "https://git.carvel.li/liza/SliceIsRight",
|
||||||
@ -18,12 +18,12 @@
|
|||||||
"IconUrl": "https://plugins.carvel.li/icons/SliceIsRight.png",
|
"IconUrl": "https://plugins.carvel.li/icons/SliceIsRight.png",
|
||||||
"Punchline": "Shows where Bamboo falls.",
|
"Punchline": "Shows where Bamboo falls.",
|
||||||
"AcceptsFeedback": false,
|
"AcceptsFeedback": false,
|
||||||
"DalamudApiLevel": 10,
|
"DalamudApiLevel": 11,
|
||||||
"DownloadCount": 19934,
|
"DownloadCount": 19935,
|
||||||
"LastUpdate": 1720209240,
|
"LastUpdate": 1732404270,
|
||||||
"DownloadLinkInstall": "https://git.carvel.li/liza/SliceIsRight/releases/download/v8.0/SliceIsRight-8.0.zip",
|
"DownloadLinkInstall": "https://git.carvel.li/liza/SliceIsRight/releases/download/v9.0/SliceIsRight-9.0.zip",
|
||||||
"DownloadLinkUpdate": "https://git.carvel.li/liza/SliceIsRight/releases/download/v8.0/SliceIsRight-8.0.zip",
|
"DownloadLinkUpdate": "https://git.carvel.li/liza/SliceIsRight/releases/download/v9.0/SliceIsRight-9.0.zip",
|
||||||
"Changelog": "v8.0 (2024-07-05)\n- API 10\n\nv7.0 (2023-10-03)\n- API 9\n\nv6.1 (2023-02-06)\n- Fix AoE markers generating new entries in dalamudUI.ini\n\nv6.0 (2023-01-11)\n- Dalamud API 8 update",
|
"Changelog": "v9.0 (2024-11-23)\n- API 11\n\nv8.0 (2024-07-05)\n- API 10\n\nv7.0 (2023-10-03)\n- API 9\n\nv6.1 (2023-02-06)\n- Fix AoE markers generating new entries in dalamudUI.ini\n\nv6.0 (2023-01-11)\n- Dalamud API 8 update",
|
||||||
"IsHide": false,
|
"IsHide": false,
|
||||||
"IsTestingExclusive": false
|
"IsTestingExclusive": false
|
||||||
},
|
},
|
||||||
@ -31,7 +31,7 @@
|
|||||||
"Author": "Liza Carvelli",
|
"Author": "Liza Carvelli",
|
||||||
"Name": "Fish Notify",
|
"Name": "Fish Notify",
|
||||||
"InternalName": "FishNotify",
|
"InternalName": "FishNotify",
|
||||||
"AssemblyVersion": "7.0",
|
"AssemblyVersion": "8.0",
|
||||||
"Description": "Plays a sound when a fish is caught, depending on tug-strength",
|
"Description": "Plays a sound when a fish is caught, depending on tug-strength",
|
||||||
"ApplicableVersion": "any",
|
"ApplicableVersion": "any",
|
||||||
"RepoUrl": "https://git.carvel.li/liza/FishNotify",
|
"RepoUrl": "https://git.carvel.li/liza/FishNotify",
|
||||||
@ -45,12 +45,12 @@
|
|||||||
"IconUrl": "https://plugins.carvel.li/icons/FishNotify.png",
|
"IconUrl": "https://plugins.carvel.li/icons/FishNotify.png",
|
||||||
"Punchline": "Plays a sound when a fish is caught",
|
"Punchline": "Plays a sound when a fish is caught",
|
||||||
"AcceptsFeedback": false,
|
"AcceptsFeedback": false,
|
||||||
"DalamudApiLevel": 10,
|
"DalamudApiLevel": 11,
|
||||||
"DownloadCount": 2640,
|
"DownloadCount": 2640,
|
||||||
"LastUpdate": 1720210616,
|
"LastUpdate": 1732404807,
|
||||||
"DownloadLinkInstall": "https://git.carvel.li/liza/FishNotify/releases/download/v7.0/FishNotify-7.0.zip",
|
"DownloadLinkInstall": "https://git.carvel.li/liza/FishNotify/releases/download/v8.0/FishNotify-8.0.zip",
|
||||||
"DownloadLinkUpdate": "https://git.carvel.li/liza/FishNotify/releases/download/v7.0/FishNotify-7.0.zip",
|
"DownloadLinkUpdate": "https://git.carvel.li/liza/FishNotify/releases/download/v8.0/FishNotify-8.0.zip",
|
||||||
"Changelog": "v7.0 (2024-07-05)\n- API 10\n\nv6.0 (2023-10-03)\n- API 9\n\nv5.0 (2023-01-11)\n- Dalamud API 8 update",
|
"Changelog": "v8.0 (2024-11-23)\n- API 11\n\nv7.0 (2024-07-05)\n- API 10\n\nv6.0 (2023-10-03)\n- API 9\n\nv5.0 (2023-01-11)\n- Dalamud API 8 update",
|
||||||
"IsHide": false,
|
"IsHide": false,
|
||||||
"IsTestingExclusive": false
|
"IsTestingExclusive": false
|
||||||
},
|
},
|
||||||
@ -76,7 +76,7 @@
|
|||||||
"Punchline": "Shows possible trap & hoard coffer locations in Palace of the Dead & Heaven on High.",
|
"Punchline": "Shows possible trap & hoard coffer locations in Palace of the Dead & Heaven on High.",
|
||||||
"AcceptsFeedback": false,
|
"AcceptsFeedback": false,
|
||||||
"DalamudApiLevel": 10,
|
"DalamudApiLevel": 10,
|
||||||
"DownloadCount": 48999,
|
"DownloadCount": 49000,
|
||||||
"LastUpdate": 1720265218,
|
"LastUpdate": 1720265218,
|
||||||
"DownloadLinkInstall": "https://git.carvel.li/liza/PalacePal/releases/download/v6.0/Palace%20Pal-6.0.zip",
|
"DownloadLinkInstall": "https://git.carvel.li/liza/PalacePal/releases/download/v6.0/Palace%20Pal-6.0.zip",
|
||||||
"DownloadLinkUpdate": "https://git.carvel.li/liza/PalacePal/releases/download/v6.0/Palace%20Pal-6.0.zip",
|
"DownloadLinkUpdate": "https://git.carvel.li/liza/PalacePal/releases/download/v6.0/Palace%20Pal-6.0.zip",
|
||||||
@ -134,7 +134,7 @@
|
|||||||
"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,
|
||||||
"DalamudApiLevel": 11,
|
"DalamudApiLevel": 11,
|
||||||
"DownloadCount": 10665,
|
"DownloadCount": 10686,
|
||||||
"LastUpdate": 1731961131,
|
"LastUpdate": 1731961131,
|
||||||
"DownloadLinkInstall": "https://git.carvel.li/liza/ARDiscard/releases/download/v7.0/ARDiscard-7.0.zip",
|
"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",
|
"DownloadLinkUpdate": "https://git.carvel.li/liza/ARDiscard/releases/download/v7.0/ARDiscard-7.0.zip",
|
||||||
@ -158,7 +158,7 @@
|
|||||||
"Punchline": "Better Grand Company Deliveries",
|
"Punchline": "Better Grand Company Deliveries",
|
||||||
"AcceptsFeedback": false,
|
"AcceptsFeedback": false,
|
||||||
"DalamudApiLevel": 11,
|
"DalamudApiLevel": 11,
|
||||||
"DownloadCount": 38957,
|
"DownloadCount": 40326,
|
||||||
"LastUpdate": 1732368918,
|
"LastUpdate": 1732368918,
|
||||||
"DownloadLinkInstall": "https://git.carvel.li/liza/Deliveroo/releases/download/v6.2/Deliveroo-6.2.zip",
|
"DownloadLinkInstall": "https://git.carvel.li/liza/Deliveroo/releases/download/v6.2/Deliveroo-6.2.zip",
|
||||||
"DownloadLinkUpdate": "https://git.carvel.li/liza/Deliveroo/releases/download/v6.2/Deliveroo-6.2.zip",
|
"DownloadLinkUpdate": "https://git.carvel.li/liza/Deliveroo/releases/download/v6.2/Deliveroo-6.2.zip",
|
||||||
@ -182,7 +182,7 @@
|
|||||||
"Punchline": "Better AutoRetainer Venture Planner",
|
"Punchline": "Better AutoRetainer Venture Planner",
|
||||||
"AcceptsFeedback": false,
|
"AcceptsFeedback": false,
|
||||||
"DalamudApiLevel": 11,
|
"DalamudApiLevel": 11,
|
||||||
"DownloadCount": 12359,
|
"DownloadCount": 12387,
|
||||||
"LastUpdate": 1731708643,
|
"LastUpdate": 1731708643,
|
||||||
"DownloadLinkInstall": "https://git.carvel.li/liza/ARControl/releases/download/v6.0/ARControl-6.0.zip",
|
"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",
|
"DownloadLinkUpdate": "https://git.carvel.li/liza/ARControl/releases/download/v6.0/ARControl-6.0.zip",
|
||||||
@ -206,7 +206,7 @@
|
|||||||
"Punchline": "Better Company Workshop Turn-In",
|
"Punchline": "Better Company Workshop Turn-In",
|
||||||
"AcceptsFeedback": false,
|
"AcceptsFeedback": false,
|
||||||
"DalamudApiLevel": 11,
|
"DalamudApiLevel": 11,
|
||||||
"DownloadCount": 12131,
|
"DownloadCount": 12154,
|
||||||
"LastUpdate": 1732030460,
|
"LastUpdate": 1732030460,
|
||||||
"DownloadLinkInstall": "https://git.carvel.li/liza/Workshoppa/releases/download/v7.0/Workshoppa-7.0.zip",
|
"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",
|
"DownloadLinkUpdate": "https://git.carvel.li/liza/Workshoppa/releases/download/v7.0/Workshoppa-7.0.zip",
|
||||||
@ -258,7 +258,7 @@
|
|||||||
"Punchline": "Find gear upgrades",
|
"Punchline": "Find gear upgrades",
|
||||||
"AcceptsFeedback": false,
|
"AcceptsFeedback": false,
|
||||||
"DalamudApiLevel": 11,
|
"DalamudApiLevel": 11,
|
||||||
"DownloadCount": 9248,
|
"DownloadCount": 9326,
|
||||||
"LastUpdate": 1732208246,
|
"LastUpdate": 1732208246,
|
||||||
"DownloadLinkInstall": "https://git.carvel.li/liza/Gearsetter/releases/download/v2.1/Gearsetter-2.1.zip",
|
"DownloadLinkInstall": "https://git.carvel.li/liza/Gearsetter/releases/download/v2.1/Gearsetter-2.1.zip",
|
||||||
"DownloadLinkUpdate": "https://git.carvel.li/liza/Gearsetter/releases/download/v2.1/Gearsetter-2.1.zip",
|
"DownloadLinkUpdate": "https://git.carvel.li/liza/Gearsetter/releases/download/v2.1/Gearsetter-2.1.zip",
|
||||||
@ -282,7 +282,7 @@
|
|||||||
"Punchline": "Sync game stats to InfluxDB",
|
"Punchline": "Sync game stats to InfluxDB",
|
||||||
"AcceptsFeedback": false,
|
"AcceptsFeedback": false,
|
||||||
"DalamudApiLevel": 11,
|
"DalamudApiLevel": 11,
|
||||||
"DownloadCount": 982,
|
"DownloadCount": 987,
|
||||||
"LastUpdate": 1732035488,
|
"LastUpdate": 1732035488,
|
||||||
"DownloadLinkInstall": "https://git.carvel.li/liza/Influx/releases/download/v2.0/Influx-2.0.zip",
|
"DownloadLinkInstall": "https://git.carvel.li/liza/Influx/releases/download/v2.0/Influx-2.0.zip",
|
||||||
"DownloadLinkUpdate": "https://git.carvel.li/liza/Influx/releases/download/v2.0/Influx-2.0.zip",
|
"DownloadLinkUpdate": "https://git.carvel.li/liza/Influx/releases/download/v2.0/Influx-2.0.zip",
|
||||||
@ -309,7 +309,7 @@
|
|||||||
"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,
|
||||||
"DalamudApiLevel": 11,
|
"DalamudApiLevel": 11,
|
||||||
"DownloadCount": 5420,
|
"DownloadCount": 5627,
|
||||||
"LastUpdate": 1732377269,
|
"LastUpdate": 1732377269,
|
||||||
"DownloadLinkInstall": "https://git.carvel.li/liza/KitchenSink/releases/download/v2.1/KitchenSink-2.1.zip",
|
"DownloadLinkInstall": "https://git.carvel.li/liza/KitchenSink/releases/download/v2.1/KitchenSink-2.1.zip",
|
||||||
"DownloadLinkUpdate": "https://git.carvel.li/liza/KitchenSink/releases/download/v2.1/KitchenSink-2.1.zip",
|
"DownloadLinkUpdate": "https://git.carvel.li/liza/KitchenSink/releases/download/v2.1/KitchenSink-2.1.zip",
|
||||||
@ -337,7 +337,7 @@
|
|||||||
"Punchline": "A tiny quest helper plugin.",
|
"Punchline": "A tiny quest helper plugin.",
|
||||||
"AcceptsFeedback": false,
|
"AcceptsFeedback": false,
|
||||||
"DalamudApiLevel": 11,
|
"DalamudApiLevel": 11,
|
||||||
"DownloadCount": 69205,
|
"DownloadCount": 69420,
|
||||||
"LastUpdate": 1732311065,
|
"LastUpdate": 1732311065,
|
||||||
"DownloadLinkInstall": "https://git.carvel.li/liza/Questionable/releases/download/v4.4/Questionable-4.4.zip",
|
"DownloadLinkInstall": "https://git.carvel.li/liza/Questionable/releases/download/v4.4/Questionable-4.4.zip",
|
||||||
"DownloadLinkUpdate": "https://git.carvel.li/liza/Questionable/releases/download/v4.4/Questionable-4.4.zip",
|
"DownloadLinkUpdate": "https://git.carvel.li/liza/Questionable/releases/download/v4.4/Questionable-4.4.zip",
|
||||||
|
Loading…
Reference in New Issue
Block a user