view Changelog.txt @ 115:b5dca5462004 v0.2.8-BETA

Changelog update.
author Zerotorescue
date Fri, 14 Jan 2011 23:45:58 +0100
parents aa675033abdc
children d226a09066d0
line wrap: on
line source
v0.2.8-BETA		Zerotorescue		Fri, Jan 14 2011 23:30:00 +0200

	! Very few notable changes but lots of hidden code changes to the item refill algorithm. Please report any issues.
	* Now only giving the ¨bags are full¨ message once per item rather then for every queued move.
	* Items that belong to speciality bags are now put there. Other items should now ignore spaciality bags.
	* The guild withdrawal limit is now taken into consideration.
	- Fixed items appearing in the refill window twice; the queue is now reset before scanning again.
	- 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.

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.
	* 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.
	* The moves queue is now reset when closing the storage.

v0.2.5-BETA		Zerotorescue		Sun, Jan 09 2011 18:00:00 +0200

	- Fixed errors in some options in the config window, mainly importing premade groups and adding items should no longer break after the first item.
	* The cursor will be cleared of any items/spells before moving as well as when the mover aborts.
	
v0.2.4-BETA		Zerotorescue		Sat, Jan 07 2011 01:30:00 +0200

	- Fixed multiple errors in some tabs of the config.
	
v0.2.3-BETA		Zerotorescue		Fri, Jan 07 2011 23:00:00 +0200

	- Fixed queueing of items which have none at the AH.

v0.2.2-BETA		Zerotorescue		Fri, Jan 07 2011 22:30:00 +0200

	- Fixed item queueing error.
	- Queue all when there's a group without any items inside no longer crashes.
	* Skipping items which are tagged locked by the client while not tagged as locked in our addon.
	* AceSerializer has been enabled again as it's used when exporting/importing groups. All other unused libraries are now really removed.
	* Now trying to continue moving items 0.5 seconds after the last ITEM_LOCK_CHANGED-event, rather than 1 second after BAG_UPDATE.
	* Todo-list update.

v0.2.1-BETA		Zerotorescue		Thu, Jan 06 2011 20:00:00 +0200

	! You must quit the client before updating in order to update to this version properly.
	! Added automatic refilling from (guild) bank when below minimum local stock (minor version increased to 2).
	* Disabled a bunch of probably unused libraries, their files are still present until everything is confirmed to be working.
	* Updated todo list.
	* Probably now with nolib-creation support.
	* 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.

------------------------------------------------------------
Legend:

! Notable change / important information
* Changed
+ Added feature or improvement
- Something removed or a bug fix

Version numbering: major.minor.build (optional -BETA appended)