view Changelog.txt @ 103:f49060d05d1c

Added tag v0.2.6-BETA for changeset bca5a75bf022
author Zerotorescue
date Tue, 11 Jan 2011 19:51:30 +0100
parents bca5a75bf022
children aa675033abdc
line wrap: on
line source
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.

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:

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

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