annotate Changelog.txt @ 77:b9659df656b9

Changelog update.
author Zerotorescue
date Sun, 26 Dec 2010 03:48:35 +0100
parents c2ee8d717142
children f27246aeda08
rev   line source
Zerotorescue@77 1 v0.1.16-BETA Zerotorescue Sun, Dec 26 2010 03:30:00 +0200
Zerotorescue@77 2
Zerotorescue@77 3 + Now providing full support for the Cauldron crafting addon.
Zerotorescue@77 4 * Now coloring entire messages green/red when an action was successful or not rather than only the first word.
Zerotorescue@77 5 * Default summary width is now 700 pixels (up from 650).
Zerotorescue@77 6 * Adjusted changelog format, this should prove more useful. See the legend for details.
Zerotorescue@77 7 * All cases where an item was added or removed to a group were adjusted a little for code readability. Something might have broken, although most things were tested.
Zerotorescue@77 8 * Summary item caching was patched for readability. Something might have broken, although most things were tested.
Zerotorescue@77 9 - Fixed an error when items were attempted to be queued while no tradeskill window was open.
Zerotorescue@77 10 - Overriding toggle boxes should no longer give errors.
Zerotorescue@77 11 - Bug fix for when the min value for the color red was set above 0. Color coding now defaults to white.
Zerotorescue@77 12
Zerotorescue@70 13 v0.1.15-BETA Zerotorescue Thu, Dec 23 2010 14:00:00 +0200
Zerotorescue@67 14
Zerotorescue@77 15 - The database updater should work again. Updating to this version might just get your settings back if you lost it in the previous version (although a backup is still recommended)...
Zerotorescue@77 16 - Fixed an issue where changing the value of track at of a group would also change the defaults.
Zerotorescue@77 17 * Premade groups check now occurs when the config is opened rather than upon login.
Zerotorescue@77 18 * All multiselects are now dropdowns as they are meant to be. Please ensure the pullouts are closed before switching groups or closing the window or you may get some LUA errors (thanks Wowace for not fixing what appears to be a year old issue).
Zerotorescue@77 19 + Hopefully added support for the crafting addon "Cauldron", but this still has to be tested.
Zerotorescue@77 20 + Added warning to AuctionLite pricing addon selection stating the addon wasn't tested properly yet and might not fully work.
Zerotorescue@67 21
Zerotorescue@63 22 v0.1.14-BETA Zerotorescue Wed, Dec 22 2010 20:00:00 +0200
Zerotorescue@63 23
Zerotorescue@77 24 + Added database updating mechanism for whenever major changes are applied that would otherwise cause settings to be reset.
Zerotorescue@77 25 + Added a help group to the config.
Zerotorescue@77 26 * All database vars are now stored in profiles rather than global.
Zerotorescue@77 27 * Now refreshing options when a different profile is selected.
Zerotorescue@77 28 * Fixed an issue with minimum local and global stock values not being inherited from the defaults.
Zerotorescue@77 29 * Seperated the config from Core.lua.
Zerotorescue@77 30 * 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.
Zerotorescue@77 31 * Moved widgets to a new file for readability.
Zerotorescue@77 32 * Fixed queueing to properly use the track at property of virtual groups.
Zerotorescue@77 33 * Fixed queueing to display the item id instead of the item link if the item link could not be loaded.
Zerotorescue@77 34 * 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%.
Zerotorescue@77 35 * Now using the proper minimum stock properties at the summary.
Zerotorescue@63 36
Zerotorescue@59 37 v0.1.13-BETA Zerotorescue Tue, Dec 21 2010 14:30:00 +0200
Zerotorescue@58 38
Zerotorescue@77 39 + 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.
Zerotorescue@77 40 + Added a seperate alert option for the minimum local stock option.
Zerotorescue@77 41 * 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.
Zerotorescue@77 42 * The minimum stock will now be displayed next to the current stock values (e.g. 4 / 20) rather than as a seperate column.
Zerotorescue@58 43
Zerotorescue@55 44 v0.1.12-BETA Zerotorescue Mon, Dec 20 2010 14:30:00 +0200
Zerotorescue@55 45
Zerotorescue@77 46 * Selecting DataStore as item count addons should no longer break.
Zerotorescue@77 47 * The local item count displayed in the summary is now actually local rather than global.
Zerotorescue@77 48 * Altoholic should now properly show an on select message when chosen.
Zerotorescue@77 49 * Updated the author part of the TOC.
Zerotorescue@55 50
Zerotorescue@51 51 v0.1.11-BETA Zerotorescue Sat, Dec 18 2010 00:30:00 +0200
Zerotorescue@51 52
Zerotorescue@77 53 + Added OnSelect event support to both item count as crafting addons. Now warning a user that mailbox data isn't recorded by ItemCount.
Zerotorescue@77 54 + Added basic local item count data support.
Zerotorescue@77 55 * Fixed "Show in summary when below" option to allow a value of up to 10.000%.
Zerotorescue@77 56 * Summary should now respect virtual groups.
Zerotorescue@0 57
Zerotorescue@0 58 ------------------------------------------------------------
Zerotorescue@0 59 Legend:
Zerotorescue@0 60
Zerotorescue@77 61 ! Notable change / important information
Zerotorescue@77 62 * Changed
Zerotorescue@77 63 + Added feature or improvement
Zerotorescue@77 64 - Something removed or a bug fix