Mercurial > wow > inventory
comparison Changelog.txt @ 63:533761fef07b v0.1.14-BETA
Changelog update.
author | Zerotorescue |
---|---|
date | Wed, 22 Dec 2010 20:01:05 +0100 |
parents | a4b564219b4d |
children | 67181b118bed |
comparison
equal
deleted
inserted
replaced
62:fee06221176f | 63:533761fef07b |
---|---|
1 v0.1.14-BETA Zerotorescue Wed, Dec 22 2010 20:00:00 +0200 | |
2 | |
3 A Added database updating mechanism for whenever major changes are applied that would otherwise cause settings to be reset. | |
4 A Added a help group to the config. | |
5 M All database vars are now stored in profiles rather than global. | |
6 M Now refreshing options when a different profile is selected. | |
7 M Fixed an issue with minimum local and global stock values not being inherited from the defaults. | |
8 M Seperated the config from Core.lua. | |
9 M 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. | |
10 M Moved widgets to a new file for readability. | |
11 M Fixed queueing to properly use the track at property of virtual groups. | |
12 M Fixed queueing to display the item id instead of the item link if the item link could not be loaded. | |
13 M 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%. | |
14 M Now using the proper minimum stock properties at the summary. | |
15 | |
1 v0.1.13-BETA Zerotorescue Tue, Dec 21 2010 14:30:00 +0200 | 16 v0.1.13-BETA Zerotorescue Tue, Dec 21 2010 14:30:00 +0200 |
2 | 17 |
3 A 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. | 18 A 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. |
4 A Added a seperate alert option for the minimum local stock option. | 19 A Added a seperate alert option for the minimum local stock option. |
5 M 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. | 20 M 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. |