view Changelog.txt @ 89:a12d22ef3f39

AceSerializer has been enabled again as it?s used when exporting/importing groups. All other unused libraries are now really removed. Adjusted debug function to format only when a debug channel is available. Fixed moving from guild banks, checking if items are locked is different then with banks. Now unregistering the item locking event so it doesn?t continue to try to move every time an item is switched after the automated cycle has finished. (geeezus, this description is a total overkill) Fixed item queueing. Queue all when there?s a group without any items inside no longer crashes. Removing cached container data after closing a container.
author Zerotorescue
date Fri, 07 Jan 2011 22:19:03 +0100
parents e01e6642df57
children 7c12a96fb6f7
line wrap: on
line source
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.

v0.1.13-BETA	Zerotorescue		Tue, Dec 21 2010 14:30:00 +0200

	+ 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.
	+ Added a seperate alert option for the minimum local stock option.
	* 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.
	* The minimum stock will now be displayed next to the current stock values (e.g. 4 / 20) rather than as a seperate column.

v0.1.12-BETA	Zerotorescue		Mon, Dec 20 2010 14:30:00 +0200

	* Selecting DataStore as item count addons should no longer break.
	* The local item count displayed in the summary is now actually local rather than global.
	* Altoholic should now properly show an on select message when chosen.
	* Updated the author part of the TOC.

v0.1.11-BETA	Zerotorescue		Sat, Dec 18 2010 00:30:00 +0200

	+ Added OnSelect event support to both item count as crafting addons. Now warning a user that mailbox data isn't recorded by ItemCount.
	+ Added basic local item count data support.
	* Fixed "Show in summary when below" option to allow a value of up to 10.000%.
	* Summary should now respect virtual groups.

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

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

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