Mercurial > wow > itemauditor
comparison CHANGELOG.txt @ 72:8e9beb8a0330
Added options to enable or disable crafting deciders.
author | Asa Ayers <Asa.Ayers@Gmail.com> |
---|---|
date | Wed, 28 Jul 2010 23:17:30 -0700 |
parents | aaf9a155995b |
children | 71de6e86a1a4 |
comparison
equal
deleted
inserted
replaced
71:aaf9a155995b | 72:8e9beb8a0330 |
---|---|
3 - Fixed a bug with the crafting threshold options. | 3 - Fixed a bug with the crafting threshold options. |
4 - Updated /ia queue so that it is a shortcut to using /ia crafting and then clicking export. | 4 - Updated /ia queue so that it is a shortcut to using /ia crafting and then clicking export. |
5 - Added integration with ArkInventory. You can set up rules that use "itemauditor('profitable')" or "itemauditor('qa')" to find items managed by QuickAuctions. | 5 - Added integration with ArkInventory. You can set up rules that use "itemauditor('profitable')" or "itemauditor('qa')" to find items managed by QuickAuctions. |
6 - Added a public API so other addon developers can register themselves as a queue destination and added a UI so users can select that destination. | 6 - Added a public API so other addon developers can register themselves as a queue destination and added a UI so users can select that destination. |
7 - Added a config option to control how many extra copies of an item are created if its being managed with QA. The previous behaveior was to add 25% to whatever QA would normally post. Now it defaults to 0% and is user configurable. | 7 - Added a config option to control how many extra copies of an item are created if its being managed with QA. The previous behaveior was to add 25% to whatever QA would normally post. Now it defaults to 0% and is user configurable. |
8 - Added options to enable or disable crafting deciders. | |
8 | 9 |
9 2010-07-27 Asa Ayers <Asa.Ayers@Gmail.com> | 10 2010-07-27 Asa Ayers <Asa.Ayers@Gmail.com> |
10 | 11 |
11 - Fixed an infinite loop when when adding items to the Skillet queue from the crafting interface. | 12 - Fixed an infinite loop when when adding items to the Skillet queue from the crafting interface. |
12 - For Developers: Changed ItemAuditor to no longer be in the global namespace | 13 - For Developers: Changed ItemAuditor to no longer be in the global namespace |