comparison CHANGELOG.txt @ 71:aaf9a155995b

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.
author Asa Ayers <Asa.Ayers@Gmail.com>
date Wed, 28 Jul 2010 22:46:13 -0700
parents 3930518cb8d9
children 8e9beb8a0330
comparison
equal deleted inserted replaced
70:3930518cb8d9 71:aaf9a155995b
1 2010-07-28 Asa Ayers <Asa.Ayers@Gmail.com> 1 2010-07-28 Asa Ayers <Asa.Ayers@Gmail.com>
2 2
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 change 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 8
8 2010-07-27 Asa Ayers <Asa.Ayers@Gmail.com> 9 2010-07-27 Asa Ayers <Asa.Ayers@Gmail.com>
9 10
10 - Fixed an infinite loop when when adding items to the Skillet queue from the crafting interface. 11 - Fixed an infinite loop when when adding items to the Skillet queue from the crafting interface.
11 - For Developers: Changed ItemAuditor to no longer be in the global namespace 12 - For Developers: Changed ItemAuditor to no longer be in the global namespace