Release v1.0.3

Add Alt split helpers and update plugin metadata.
This commit is contained in:
2026-01-26 11:27:20 -05:00
parent 3177248635
commit 2f8427b20b
7 changed files with 2999 additions and 101 deletions
+3 -3
View File
@@ -2,8 +2,8 @@
"Author": "flick",
"Name": "QuickTransfer",
"InternalName": "QuickTransfer",
"AssemblyVersion": "1.0.2.0",
"Description": "Automate inventory transfers with Shift/Ctrl + Right-Click.",
"AssemblyVersion": "1.0.3.0",
"Description": "Automate inventory transfers with Shift/Ctrl/Alt + Right-Click.",
"ApplicableVersion": "any",
"RepoUrl": "https://github.com/Knack117/QuickTransfer",
"Tags": [
@@ -16,6 +16,6 @@
"LoadSync": false,
"CanUnloadAsync": false,
"LoadPriority": 0,
"Punchline": "Quick item transfer helpers.",
"Punchline": "Quick item transfer + split helpers.",
"AcceptsFeedback": true
}