Mercurial > wow > inventory
changeset 63:533761fef07b v0.1.14-BETA
Changelog update.
author | Zerotorescue |
---|---|
date | Wed, 22 Dec 2010 20:01:05 +0100 |
parents | fee06221176f |
children | 0bd50500561c |
files | Changelog.txt |
diffstat | 1 files changed, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Changelog.txt Wed Dec 22 19:56:55 2010 +0100 +++ b/Changelog.txt Wed Dec 22 20:01:05 2010 +0100 @@ -1,3 +1,18 @@ +v0.1.14-BETA Zerotorescue Wed, Dec 22 2010 20:00:00 +0200 + + A Added database updating mechanism for whenever major changes are applied that would otherwise cause settings to be reset. + A Added a help group to the config. + M All database vars are now stored in profiles rather than global. + M Now refreshing options when a different profile is selected. + M Fixed an issue with minimum local and global stock values not being inherited from the defaults. + M Seperated the config from Core.lua. + 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. + M Moved widgets to a new file for readability. + M Fixed queueing to properly use the track at property of virtual groups. + M Fixed queueing to display the item id instead of the item link if the item link could not be loaded. + 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%. + M Now using the proper minimum stock properties at the summary. + v0.1.13-BETA Zerotorescue Tue, Dec 21 2010 14:30:00 +0200 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.