Mercurial > wow > inventory
comparison Changelog.txt @ 90:7c12a96fb6f7 v0.2.2-BETA
Changelog update.
author | Zerotorescue |
---|---|
date | Fri, 07 Jan 2011 22:28:26 +0100 |
parents | e01e6642df57 |
children | bb65a57046f1 |
comparison
equal
deleted
inserted
replaced
89:a12d22ef3f39 | 90:7c12a96fb6f7 |
---|---|
1 v0.2.2-BETA Zerotorescue Fri, Jan 07 2011 22:30:00 +0200 | |
2 | |
3 * Fixed item queueing error. | |
4 * Queue all when there's a group without any items inside no longer crashes. | |
5 * Skipping items which are tagged locked by the client while not tagged as locked in our addon. | |
6 * AceSerializer has been enabled again as it's used when exporting/importing groups. All other unused libraries are now really removed. | |
7 * Now trying to continue moving items 0.5 seconds after the last ITEM_LOCK_CHANGED-event, rather than 1 second after BAG_UPDATE. | |
8 * Todo-list update. | |
9 | |
1 v0.2.1-BETA Zerotorescue Thu, Jan 06 2011 20:00:00 +0200 | 10 v0.2.1-BETA Zerotorescue Thu, Jan 06 2011 20:00:00 +0200 |
2 | 11 |
3 ! You must quit the client before updating in order to update to this version properly. | 12 ! You must quit the client before updating in order to update to this version properly. |
4 ! Added automatic refilling from (guild) bank when below minimum local stock (minor version increased to 2). | 13 ! Added automatic refilling from (guild) bank when below minimum local stock (minor version increased to 2). |
5 * Disabled a bunch of probably unused libraries, their files are still present until everything is confirmed to be working. | 14 * Disabled a bunch of probably unused libraries, their files are still present until everything is confirmed to be working. |
40 * Seperated the config from Core.lua. | 49 * Seperated the config from Core.lua. |
41 * Lots of code cleaning up for the sake of code-readability. This means almost everything was repositioned and previously working code might no longer do so. | 50 * Lots of code cleaning up for the sake of code-readability. This means almost everything was repositioned and previously working code might no longer do so. |
42 * Moved widgets to a new file for readability. | 51 * Moved widgets to a new file for readability. |
43 * Fixed queueing to properly use the track at property of virtual groups. | 52 * Fixed queueing to properly use the track at property of virtual groups. |
44 * Fixed queueing to display the item id instead of the item link if the item link could not be loaded. | 53 * Fixed queueing to display the item id instead of the item link if the item link could not be loaded. |
45 * Speed slider at the summary now has an interval of 1% down from 5% and rounds rather than ceils itīs value so 101% will become 100% rather than 105%. | 54 * Speed slider at the summary now has an interval of 1% down from 5% and rounds rather than ceils it's value so 101% will become 100% rather than 105%. |
46 * Now using the proper minimum stock properties at the summary. | 55 * Now using the proper minimum stock properties at the summary. |
47 | |
48 v0.1.13-BETA Zerotorescue Tue, Dec 21 2010 14:30:00 +0200 | |
49 | |
50 + Added a minimum local stock option. I reckon people will want to keep maybe a stack in their bags and another backup stack in their bank or something like that. | |
51 + Added a seperate alert option for the minimum local stock option. | |
52 * When your selected item count addon isnīt enabled the options help text will now display the reason for this. No more debugging of something that ainīt broken. | |
53 * The minimum stock will now be displayed next to the current stock values (e.g. 4 / 20) rather than as a seperate column. | |
54 | |
55 v0.1.12-BETA Zerotorescue Mon, Dec 20 2010 14:30:00 +0200 | |
56 | |
57 * Selecting DataStore as item count addons should no longer break. | |
58 * The local item count displayed in the summary is now actually local rather than global. | |
59 * Altoholic should now properly show an on select message when chosen. | |
60 * Updated the author part of the TOC. | |
61 | |
62 v0.1.11-BETA Zerotorescue Sat, Dec 18 2010 00:30:00 +0200 | |
63 | |
64 + Added OnSelect event support to both item count as crafting addons. Now warning a user that mailbox data isn't recorded by ItemCount. | |
65 + Added basic local item count data support. | |
66 * Fixed "Show in summary when below" option to allow a value of up to 10.000%. | |
67 * Summary should now respect virtual groups. | |
68 | 56 |
69 ------------------------------------------------------------ | 57 ------------------------------------------------------------ |
70 Legend: | 58 Legend: |
71 | 59 |
72 ! Notable change / important information | 60 ! Notable change / important information |