Update README: Add Trade window feature documentation

This commit is contained in:
2026-01-26 22:48:54 -05:00
parent dae9ea1be0
commit 633cd487e4
+8
View File
@@ -9,6 +9,7 @@ A Dalamud plugin for Final Fantasy XIV that adds quick inventory actions via the
## Features ## Features
- **Quick Transfer**: Hold Shift and right-click an item to automatically trigger the matching context menu action - **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 - **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 - **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 - **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** - **Inventory + Armoury Chest**
- (Gear) Inventory → **Place in Armoury Chest** - (Gear) Inventory → **Place in Armoury Chest**
- Armoury → **Return to Inventory** - 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**. 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 ## 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 ### Version 1.0.3
- Fix: inventory **Alt+RightClick Split** now reliably auto-fills **half** (including InventoryExpansion / localized prompts) - 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) - Change: **Debug Mode is disabled by default** (and migrated off on update)