Skip to content

Commit eb84f3c

Browse files
chore(release): bump to 0.4.0 — gear, mount & collection sync
1 parent b0dcdcf commit eb84f3c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

XIVRaidPlannerPlugin/XIVRaidPlannerPlugin.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Dalamud.NET.Sdk/15.0.0">
33
<PropertyGroup>
4-
<Version>0.3.3</Version>
4+
<Version>0.4.0</Version>
55
<PackageProjectUrl>https://github.com/aaronbcarlisle/XIVRaidPlannerPlugin</PackageProjectUrl>
66
<PackageLicenseExpression>AGPL-3.0-or-later</PackageLicenseExpression>
77
<IsPackable>false</IsPackable>

XIVRaidPlannerPlugin/XIVRaidPlannerPlugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"Author": "FFXIV Raid Planner",
33
"Name": "XIV Raid Planner",
44
"Punchline": "In-game loot priority overlay and auto-logging for FFXIV Raid Planner.",
5-
"Description": "Displays loot priority rankings during savage raids and auto-logs loot drops to your FFXIV Raid Planner static. Requires an API key from the web app.\n\nCommands:\n/xrp - Toggle BiS gear viewer\n/xrp priority - Toggle priority overlay\n/xrp sync - Sync equipped gear to web app\n/xrp config - Open configuration",
5+
"Description": "Displays loot priority rankings during savage raids and auto-logs loot drops to your FFXIV Raid Planner static. Syncs gear, saved gearsets, mounts, and collection progress to the web app. Requires an API key from the web app.\n\nCommands:\n/xrp - Toggle BiS gear viewer\n/xrp priority - Toggle priority overlay\n/xrp split - Toggle split-clear assignment overlay\n/xrp sync - Run all enabled sync modules (gearsets, mounts)\n/xrp gearsync - Sync saved gearsets for all tracked jobs\n/xrp syncgear - Sync currently equipped gear\n/xrp mountsync - Sync owned mounts and totem counts\n/xrp config - Open configuration",
66
"ApplicableVersion": "any",
77
"IconUrl": "https://raw.githubusercontent.com/aaronbcarlisle/XIVRaidPlannerPlugin/main/XIVRaidPlannerPlugin/Images/icon.png",
8-
"Changelog": "v0.3.3Refresh button fixes\n\nFixed\n- Clicking Refresh in the BiS viewer no longer hides the Sync Gear button or wipes the equipped column. The viewer now correctly recognizes you're still viewing yourself after a refresh.\n- Changing gear sets in-game and clicking Refresh now reliably updates the equipped column.\n- Plugin icon now ships in the embedded manifest, so the installer renders it without needing a separate fetch.\n- Switching party members in the BiS viewer no longer races with cache invalidation; the dropdown delegates the fetch through the same force-refresh path the Refresh button uses.\n\nv0.3.2 highlights still apply: Dalamud Open button → BiS viewer, auto-config of Static/Tier after sign-in, party dropdown for all roles, BiS auto-refresh on open.",
8+
"Changelog": "v0.4.0Gear, mount & collection sync\n\nAdded\n- Mount farm sync: /xrp mountsync (also runs as part of /xrp sync) syncs owned mounts and totem counts to your static.\n- Batch gearset sync: /xrp gearsync syncs your saved gearsets for every tracked job in one pass.\n- /xrp syncgear syncs only your currently equipped gear.\n- Character window Gear Sync overlay — an FFXIV-native sync tray with gear, mount, and collection actions right on your Character window.\n- Collection participant sync and a catalog ID resolver (/xrp resolve-ids).\n- Split Clear overlay: /xrp split surfaces in-game run assignments for split-clear nights.\n\nv0.3.3 fixes still apply: BiS viewer Refresh no longer hides the Sync Gear button or wipes the equipped column, and the embedded plugin icon renders in the installer.",
99
"Tags": [
1010
"raid",
1111
"loot",

0 commit comments

Comments
 (0)