From 633cd487e4fbf9b886812f5c06841966d4bf3f98 Mon Sep 17 00:00:00 2001 From: Knack117 Date: Mon, 26 Jan 2026 22:48:54 -0500 Subject: [PATCH] Update README: Add Trade window feature documentation --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 5786c26..d073f8e 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ A Dalamud plugin for Final Fantasy XIV that adds quick inventory actions via the ## Features - **Quick Transfer**: Hold Shift and right-click an item to automatically trigger the matching context menu action +- **Trade Window Support**: Shift + Right Click items from inventory into Trade window with auto-fill max quantity - **Armoury Mode**: Hold Ctrl and right-click to prioritize armoury actions while a special container is open - **Split Half**: Hold Alt and right-click to split a stack and auto-fill half - **Cooldown Protection**: Built-in cooldown to prevent accidental double-moves @@ -55,6 +56,8 @@ The plugin only clicks **existing** context menu options when they are available - **Inventory + Armoury Chest** - (Gear) Inventory → **Place in Armoury Chest** - Armoury → **Return to Inventory** +- **Trade Window** + - Inventory → **Trade** (auto-fills and confirms max quantity for stackable items) If an option is not present for the clicked item, **nothing happens**. @@ -184,6 +187,11 @@ This plugin is licensed under the MIT License - see the `LICENSE` file for detai ## Changelog +### Version 1.0.4 +- **New**: Trade window support - Shift + Right Click items from inventory into Trade window +- **New**: Auto-fill and confirm max quantity when trading stackable items +- Trade window actions work independently of Company Chest settings + ### Version 1.0.3 - Fix: inventory **Alt+RightClick Split** now reliably auto-fills **half** (including InventoryExpansion / localized prompts) - Change: **Debug Mode is disabled by default** (and migrated off on update)