ARC 2.5
This commit is contained in:
parent
fff4decdd0
commit
68c74ba6e7
2
dist/index.html
vendored
2
dist/index.html
vendored
@ -69,7 +69,7 @@
|
|||||||
<p>Discard items automatically via a command or as a post-venture task for AutoRetainer</p>
|
<p>Discard items automatically via a command or as a post-venture task for AutoRetainer</p>
|
||||||
</article>
|
</article>
|
||||||
<article>
|
<article>
|
||||||
<h4><img src="https://plugins.carvel.li/icons/ARControl.png"/> <a href="https://git.carvel.li/liza/ARControl">ARC</a><small> v2.4</small></h4>
|
<h4><img src="https://plugins.carvel.li/icons/ARControl.png"/> <a href="https://git.carvel.li/liza/ARControl">ARC</a><small> v2.5</small></h4>
|
||||||
|
|
||||||
<p>Better AutoRetainer Venture Planner</p>
|
<p>Better AutoRetainer Venture Planner</p>
|
||||||
</article>
|
</article>
|
||||||
|
12
dist/pluginmaster.json
vendored
12
dist/pluginmaster.json
vendored
@ -170,7 +170,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": 497,
|
"DownloadCount": 543,
|
||||||
"LastUpdate": 1697616764,
|
"LastUpdate": 1697616764,
|
||||||
"DownloadLinkInstall": "https://git.carvel.li/liza/Deliveroo/releases/download/v2.12/Deliveroo-2.12.zip",
|
"DownloadLinkInstall": "https://git.carvel.li/liza/Deliveroo/releases/download/v2.12/Deliveroo-2.12.zip",
|
||||||
"Changelog": "v2.12 (2023-10-18)\n- Add option for a different (e.g. 0 or 3000 if you want to afford squadron missions) reserved seal cap at max GC rank\n\nv2.11 (2023-10-17)\n- Add IPC\n\nv2.10 (2023-10-15)\n- Items in the turn-in window can now be disabled temporarily\n- Items in the turn-in window can now be moved\n- Instead of clicking 'Add Item' and having an '---' item be added, 'Add Item' will now show a popup to pick which item to add\n\nv2.9 (2023-10-12)\n- Fix exception when changing zones\n\nv2.8 (2023-10-12)\n- Add a button to use a priority seal allowance (if you have any in your inventory)\n- Add command line options to enable/disable the plugin while you're near the GC Turn-In (/deliveroo enable, /deliveroo disable)",
|
"Changelog": "v2.12 (2023-10-18)\n- Add option for a different (e.g. 0 or 3000 if you want to afford squadron missions) reserved seal cap at max GC rank\n\nv2.11 (2023-10-17)\n- Add IPC\n\nv2.10 (2023-10-15)\n- Items in the turn-in window can now be disabled temporarily\n- Items in the turn-in window can now be moved\n- Instead of clicking 'Add Item' and having an '---' item be added, 'Add Item' will now show a popup to pick which item to add\n\nv2.9 (2023-10-12)\n- Fix exception when changing zones\n\nv2.8 (2023-10-12)\n- Add a button to use a priority seal allowance (if you have any in your inventory)\n- Add command line options to enable/disable the plugin while you're near the GC Turn-In (/deliveroo enable, /deliveroo disable)",
|
||||||
@ -181,7 +181,7 @@
|
|||||||
"Author": "Liza Carvelli",
|
"Author": "Liza Carvelli",
|
||||||
"Name": "ARC",
|
"Name": "ARC",
|
||||||
"InternalName": "ARControl",
|
"InternalName": "ARControl",
|
||||||
"AssemblyVersion": "2.4",
|
"AssemblyVersion": "2.5",
|
||||||
"Description": "",
|
"Description": "",
|
||||||
"ApplicableVersion": "any",
|
"ApplicableVersion": "any",
|
||||||
"RepoUrl": "https://git.carvel.li/liza/ARControl",
|
"RepoUrl": "https://git.carvel.li/liza/ARControl",
|
||||||
@ -193,10 +193,10 @@
|
|||||||
"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": 170,
|
"DownloadCount": 174,
|
||||||
"LastUpdate": 1697539895,
|
"LastUpdate": 1697671388,
|
||||||
"DownloadLinkInstall": "https://git.carvel.li/liza/ARControl/releases/download/v2.4/ARControl-2.4.zip",
|
"DownloadLinkInstall": "https://git.carvel.li/liza/ARControl/releases/download/v2.5/ARControl-2.5.zip",
|
||||||
"Changelog": "v2.4 (2023-10-17)\n- Add UI options tab\n- Minor UI adjustments\n\nv2.3 (2023-10-13)\n- Fix retainers repeating the last venture when out of tasks (instead of continuing with Quick Ventures as they're supposed to)\n\nv2.2 (2023-10-12)\n- Don't open UI when loading the plugin\n- Change log levels\n\nv2.1 (2023-10-12)\nImportant: Your old venture list configuration was not migrated from v1.0 to v2.0. Please make sure you set up a new list for the items you're still wanting to get!\n\n- Complete Venture List overhaul\n - support for multiple lists\n - improved list editing\n - different venture list types\n- Characters can now be assigned to individual venture lists\n- Character Groups: multiple characters can be grouped together, and assigned shared venture lists\n- Retainers under Level 90 can now be enabled",
|
"Changelog": "v2.5 (2023-10-18)\n- Add a configurable minimum venture count, under which only quick ventures are assigned\n\nv2.4 (2023-10-17)\n- Add UI options tab\n- Minor UI adjustments\n\nv2.3 (2023-10-13)\n- Fix retainers repeating the last venture when out of tasks (instead of continuing with Quick Ventures as they're supposed to)\n\nv2.2 (2023-10-12)\n- Don't open UI when loading the plugin\n- Change log levels\n\nv2.1 (2023-10-12)\nImportant: Your old venture list configuration was not migrated from v1.0 to v2.0. Please make sure you set up a new list for the items you're still wanting to get!\n\n- Complete Venture List overhaul\n - support for multiple lists\n - improved list editing\n - different venture list types\n- Characters can now be assigned to individual venture lists\n- Character Groups: multiple characters can be grouped together, and assigned shared venture lists\n- Retainers under Level 90 can now be enabled",
|
||||||
"IsHide": false,
|
"IsHide": false,
|
||||||
"IsTestingExclusive": false
|
"IsTestingExclusive": false
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user