Mercurial > wow > inventory
changeset 107:aa675033abdc v0.2.7-BETA
Changelog & to-do list updated.
author | Zerotorescue |
---|---|
date | Wed, 12 Jan 2011 20:09:00 +0100 |
parents | d3fbb5676a5e |
children | 3688fdd14fef |
files | Changelog.txt Todo.txt |
diffstat | 2 files changed, 20 insertions(+), 43 deletions(-) [+] |
line wrap: on
line diff
--- a/Changelog.txt Wed Jan 12 19:58:39 2011 +0100 +++ b/Changelog.txt Wed Jan 12 20:09:00 2011 +0100 @@ -1,3 +1,16 @@ +v0.2.7-BETA Zerotorescue Wed, Jan 12 2011 20:00:00 +0200 + + ! Renamed all premade groups to a new naming pattern; ¨Profession - Category - Detail¨, e.g. ¨Inscription - Glyphs by class - Death Knight¨. To continue getting notified about updates to a selected premade group, you must re-add them. + + Added premade groups where glyphs are grouped by inks. + + Added tooltips to the item refill window headers. + + Added a hide help text option (which is off by default). + + Added an ¨extra¨ config group which contains the additional (but completely optional) settings. Moved color codes adjustments, forget character, auto refill skip confirm and hide help info options to this group. + * Now color coding the availibility of items at the item refill window based on color coding rules in the config. + * Merged missing and available columns together (showing available / missing) and sorting on available now sorts on percentage of how many of the missing items are available. + * Moving and available columns are now aligned to the right. + - Item mover window is no longer setting point to itself when it is opened for a second time. Fixes an error. + * To-do list updated. + v0.2.6-BETA Zerotorescue Tue, Jan 11 2011 20:00:00 +0200 + Added a proper window displaying a list of movable items when at least one is available at the (guild) bank and refilling is enabled. @@ -36,43 +49,6 @@ * Cleaned the Inventorium folder; moved all classes to "Classes" directory, modules to "Modules" directory and support addons to "Plugins" directory. In addition support addons are now references within XML files rather than inside the TOC. * Fixed the default local item count setting, you can now exclude bag and AH data from it. -v0.1.16-BETA Zerotorescue Sun, Dec 26 2010 03:30:00 +0200 - - + Now providing full support for the Cauldron crafting addon. - + Added a new subgroup under the "General" config group called "Extra" which will provide simple features such as database character removal and perhaps guild selection for addons like DataStore. - * Now coloring entire messages green/red when an action was successful or not rather than only the first word. - * Default summary width is now 700 pixels (up from 650). - * Adjusted changelog format, this should prove more useful. See the legend for details. - * 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. - * Summary item caching was patched for readability. Something might have broken, although most things were tested. - - Fixed an error when items were attempted to be queued while no tradeskill window was open. - - Overriding toggle boxes should no longer give errors. - - Bug fix for when the min value for the color red was set above 0. Color coding now defaults to white. - -v0.1.15-BETA Zerotorescue Thu, Dec 23 2010 14:00:00 +0200 - - - 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)... - - Fixed an issue where changing the value of track at of a group would also change the defaults. - * Premade groups check now occurs when the config is opened rather than upon login. - * 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). - + Hopefully added support for the crafting addon "Cauldron", but this still has to be tested. - + Added warning to AuctionLite pricing addon selection stating the addon wasn't tested properly yet and might not fully work. - -v0.1.14-BETA Zerotorescue Wed, Dec 22 2010 20:00:00 +0200 - - + Added database updating mechanism for whenever major changes are applied that would otherwise cause settings to be reset. - + Added a help group to the config. - * All database vars are now stored in profiles rather than global. - * Now refreshing options when a different profile is selected. - * Fixed an issue with minimum local and global stock values not being inherited from the defaults. - * Seperated the config from Core.lua. - * 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. - * Moved widgets to a new file for readability. - * Fixed queueing to properly use the track at property of virtual groups. - * Fixed queueing to display the item id instead of the item link if the item link could not be loaded. - * 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%. - * Now using the proper minimum stock properties at the summary. - ------------------------------------------------------------ Legend: @@ -81,4 +57,4 @@ + Added feature or improvement - Something removed or a bug fix -Version numbering: major.minor.build (optional -BETA appended) \ No newline at end of file +Version numbering: major.minor.build (optional -BETA appended)
--- a/Todo.txt Wed Jan 12 19:58:39 2011 +0100 +++ b/Todo.txt Wed Jan 12 20:09:00 2011 +0100 @@ -1,10 +1,11 @@ + * Item count alerts (required for v1) + * Window containing a list of items that were unqueueable when a group is queued (high) + * Restock from vendor (similar to ATSW reagent buying) (medium) + * Verify AuctionLite support. (medium) + * Remember size and position of item mover window. (medium) * Functionality to keep track of restocked items (items that were queued, thus items which are popular) - Simple implementation: whenever items are queued increment a number specific to each item by the queued amount and display that as an additional column in the summary (make optional) (medium) Might also need an undo button - Advanced implementation: record queueing with exact time and date and show a nice linechart for each item. Probably would have to write a new lib for the symbols. (low) - * Restock from vendor (similar to ATSW reagent buying) (medium) - * Window containing a list of items that were unqueueable when a group is queued (medium) * Enchanting -> scroll self-learning (low) - * Item count alerts (high) - * Verify AuctionLite support. (medium) - * Remember position of the summary window. (low) + * Remember position of the summary window. (low) \ No newline at end of file