annotate Changelog.txt @ 120:00cf4fc1697f

addon.Locations table is used at multiple modules, definition moved to Core.lua.
author Zerotorescue
date Sat, 15 Jan 2011 17:09:08 +0100
parents b5dca5462004
children d226a09066d0
rev   line source
Zerotorescue@115 1 v0.2.8-BETA Zerotorescue Fri, Jan 14 2011 23:30:00 +0200
Zerotorescue@115 2
Zerotorescue@115 3 ! Very few notable changes but lots of hidden code changes to the item refill algorithm. Please report any issues.
Zerotorescue@115 4 * Now only giving the ¨bags are full¨ message once per item rather then for every queued move.
Zerotorescue@115 5 * Items that belong to speciality bags are now put there. Other items should now ignore spaciality bags.
Zerotorescue@115 6 * The guild withdrawal limit is now taken into consideration.
Zerotorescue@115 7 - Fixed items appearing in the refill window twice; the queue is now reset before scanning again.
Zerotorescue@115 8 - Fixed positioning of static popups after closing the refill window. Now properly removing our refill window from the displayed static popup windows list so new popups won´t be aligned at odd locations.
Zerotorescue@115 9
Zerotorescue@107 10 v0.2.7-BETA Zerotorescue Wed, Jan 12 2011 20:00:00 +0200
Zerotorescue@107 11
Zerotorescue@107 12 ! 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.
Zerotorescue@107 13 + Added premade groups where glyphs are grouped by inks.
Zerotorescue@107 14 + Added tooltips to the item refill window headers.
Zerotorescue@107 15 + Added a hide help text option (which is off by default).
Zerotorescue@107 16 + 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.
Zerotorescue@107 17 * Now color coding the availibility of items at the item refill window based on color coding rules in the config.
Zerotorescue@107 18 * 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.
Zerotorescue@107 19 * Moving and available columns are now aligned to the right.
Zerotorescue@107 20 - Item mover window is no longer setting point to itself when it is opened for a second time. Fixes an error.
Zerotorescue@107 21 * To-do list updated.
Zerotorescue@107 22
Zerotorescue@102 23 v0.2.6-BETA Zerotorescue Tue, Jan 11 2011 20:00:00 +0200
Zerotorescue@102 24
Zerotorescue@102 25 + Added a proper window displaying a list of movable items when at least one is available at the (guild) bank and refilling is enabled.
Zerotorescue@102 26 * The confirmation window before moving items when refilling from the (guild) bank can now be skipped at the general config. You will be prompted for your wanted action by default.
Zerotorescue@102 27 * The moves queue is now reset when closing the storage.
Zerotorescue@102 28
Zerotorescue@99 29 v0.2.5-BETA Zerotorescue Sun, Jan 09 2011 18:00:00 +0200
Zerotorescue@99 30
Zerotorescue@102 31 - Fixed errors in some options in the config window, mainly importing premade groups and adding items should no longer break after the first item.
Zerotorescue@99 32 * The cursor will be cleared of any items/spells before moving as well as when the mover aborts.
Zerotorescue@99 33
Zerotorescue@99 34 v0.2.4-BETA Zerotorescue Sat, Jan 07 2011 01:30:00 +0200
Zerotorescue@96 35
Zerotorescue@96 36 - Fixed multiple errors in some tabs of the config.
Zerotorescue@96 37
Zerotorescue@93 38 v0.2.3-BETA Zerotorescue Fri, Jan 07 2011 23:00:00 +0200
Zerotorescue@93 39
Zerotorescue@93 40 - Fixed queueing of items which have none at the AH.
Zerotorescue@93 41
Zerotorescue@90 42 v0.2.2-BETA Zerotorescue Fri, Jan 07 2011 22:30:00 +0200
Zerotorescue@90 43
Zerotorescue@93 44 - Fixed item queueing error.
Zerotorescue@93 45 - Queue all when there's a group without any items inside no longer crashes.
Zerotorescue@90 46 * Skipping items which are tagged locked by the client while not tagged as locked in our addon.
Zerotorescue@90 47 * AceSerializer has been enabled again as it's used when exporting/importing groups. All other unused libraries are now really removed.
Zerotorescue@90 48 * Now trying to continue moving items 0.5 seconds after the last ITEM_LOCK_CHANGED-event, rather than 1 second after BAG_UPDATE.
Zerotorescue@90 49 * Todo-list update.
Zerotorescue@90 50
Zerotorescue@85 51 v0.2.1-BETA Zerotorescue Thu, Jan 06 2011 20:00:00 +0200
Zerotorescue@85 52
Zerotorescue@85 53 ! You must quit the client before updating in order to update to this version properly.
Zerotorescue@85 54 ! Added automatic refilling from (guild) bank when below minimum local stock (minor version increased to 2).
Zerotorescue@85 55 * Disabled a bunch of probably unused libraries, their files are still present until everything is confirmed to be working.
Zerotorescue@85 56 * Updated todo list.
Zerotorescue@85 57 * Probably now with nolib-creation support.
Zerotorescue@85 58 * 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.
Zerotorescue@85 59 * Fixed the default local item count setting, you can now exclude bag and AH data from it.
Zerotorescue@85 60
Zerotorescue@0 61 ------------------------------------------------------------
Zerotorescue@0 62 Legend:
Zerotorescue@0 63
Zerotorescue@77 64 ! Notable change / important information
Zerotorescue@77 65 * Changed
Zerotorescue@77 66 + Added feature or improvement
Zerotorescue@77 67 - Something removed or a bug fix
Zerotorescue@85 68
Zerotorescue@107 69 Version numbering: major.minor.build (optional -BETA appended)