changeset 77:b9659df656b9

Changelog update.
author Zerotorescue
date Sun, 26 Dec 2010 03:48:35 +0100
parents 958aba5f3297
children f27246aeda08
files Changelog.txt
diffstat 1 files changed, 46 insertions(+), 139 deletions(-) [+]
line wrap: on
line diff
--- a/Changelog.txt	Sat Dec 25 22:07:07 2010 +0100
+++ b/Changelog.txt	Sun Dec 26 03:48:35 2010 +0100
@@ -1,157 +1,64 @@
+v0.1.16-BETA	Zerotorescue		Sun, Dec 26 2010 03:30:00 +0200
+
+	+ Now providing full support for the Cauldron crafting addon.
+	* 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
 
-	M 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)...
-	M Fixed an issue where changing the value of track at of a group would also change the defaults.
-	M Premade groups check now occurs when the config is opened rather than upon login.
-	M 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).
-	M Hopefully added support for the crafting addon "Cauldron", but this still has to be tested.
-	M Added warning to AuctionLite pricing addon selection stating the addon wasn't tested properly yet and might not fully work.
+	- 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
 
-	A Added database updating mechanism for whenever major changes are applied that would otherwise cause settings to be reset.
-	A Added a help group to the config.
-	M All database vars are now stored in profiles rather than global.
-	M Now refreshing options when a different profile is selected.
-	M Fixed an issue with minimum local and global stock values not being inherited from the defaults.
-	M Seperated the config from Core.lua.
-	M 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.
-	M Moved widgets to a new file for readability.
-	M Fixed queueing to properly use the track at property of virtual groups.
-	M Fixed queueing to display the item id instead of the item link if the item link could not be loaded.
-	M 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%.
-	M Now using the proper minimum stock properties at the summary.
+	+ 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
 
-	A 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.
-	A Added a seperate alert option for the minimum local stock option.
-	M 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.
-	M The minimum stock will now be displayed next to the current stock values (e.g. 4 / 20) rather than as a seperate column.
+	+ 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
 
-	M Selecting DataStore as item count addons should no longer break.
-	M The local item count displayed in the summary is now actually local rather than global.
-	M Altoholic should now properly show an on select message when chosen.
-	M Updated the author part of the TOC.
+	* 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
 
-	A Added OnSelect event support to both item count as crafting addons. Now warning a user that mailbox data isn't recorded by ItemCount.
-	A Added basic local item count data support.
-	M Fixed "Show in summary when below" option to allow a value of up to 10.000%.
-	M Summary should now respect virtual groups.
-
-v0.1.10-BETA	Zerotorescue		Sun, Dec 12 2010 17:30:00 +0200
-
-	M The premade group update processor should now properly add items when they were added to a premade group and items can now be automatically removed.
-	R Removed Enchanted Spellthread from the Cataclysm enchants premade group.
-
-v0.1.9-BETA		Zerotorescue		Sun, Dec 12 2010 16:30:00 +0200
-
-	M Added premade groups for Cataclysm gems and enchants and verified the other groups.
-	M Updated scroll ids to include Cataclysm scrolls. Please report any enchant still malfunctioning.
-
-v0.1.8-BETA		Zerotorescue		Sat, Nov 20 2010 17:30:00 +0200
-
-	A Added a description for which item count addon is used.
-	A Added an optional event function to registering auction pricing addons, when defined this will be executed when the pricing addon gets selected.
-	A Added ¨AuctionProfitMaster¨ and ¨ZeroAuctions¨ pricing support. The pricing info displayed in the summary window will be used for this.
-	M Virtual group option should no longer get disabled.
-	M The list of possible commands when you write /im without any arguement will now include commands inserted by modules with their own descriptions.
-	M Clicking a command in this list will now execute it.
-	M The slash command handler function is now a global so you can invoke these through other methods.
-	M Trying to queue without any items in the summary should no longer give an error.
-	R Removed the unused ¨Override local item data¨ option.
-
-v0.1.7-BETA		Zerotorescue		Sat, Oct 30 2010 23:00:00 +0200
-
-	M Changelog update. I forgot to commit this before tagging.
-
-v0.1.6-BETA		Zerotorescue		Sat, Oct 30 2010 23:00:00 +0200
-
-	A Added tag "NYI" to the "Alert when below minimum" option.
-	A Added "virtual" groups (feel free to suggest a better name :P), with these groups you can override the defaults for multiple groups. By default, settings will be retrieved as CURRENT_GROUP -> DEFAULTS, with this it can become CURRENT_GROUP -> VIRTUAL_GROUP -> DEFAULTS. This will come in handy when managing a lot of groups.
-	A Added an info box to the top of the general group.
-	A Added help text at the replenishing stock indicating how auction values are used when queueing.
-	A "Include in local item data" can now be overridden in every group.
-	M Reduced the softmax for the restock target option from 1000 to 100 to make the slider actually useful. You can still enter a value of upto 100.000 in the edit box below.
-	M The auction value/price threshold for items will now be used when queueing items.
-
-v0.1.5-BETA		Zerotorescue		Thu, Oct 28 2010 19:30:00 +0200
-
-	M Fixed the "Hide when below threshold" option to properly hide items.
-
-v0.1.4-BETA		Zerotorescue		Thu, Oct 28 2010 19:00:00 +0200
-
-	A Added clicking functionality to the item links in the summary window. You can now shift-click item links into other text fields and alt-click while the auction house window is open to search it.
-	A Added an option to the config to select the data which should be used for getting the local item data. This option currently does nothing and is just a placeholder (just like the "alert when below threshold" option).
-	A Added an option to always show the auction value, even when the threshold is nil.
-	A Added the option to override the preferred addons to individual groups.
-	A Added tooltip descriptions to the "Add items" and "Current items" tabs.
-	A Added slash command arguement "reset" (or the short version "r") to reset the size of the summary frame (I messed mine up while making some screenshots /facepalm).
-	A You can now close the summary frame with escape.
-	M If Auctioneer data can not be retrieved, it will now display as "Error" rather than break the caching.
-	M The premade group update check should now be fully functional .
-	M Removed useless pullout hiding code for the track at characters option.
-	M When overriding an option, the default value should now be copied into the group, even without you changing it back and forth (previously if you overridden an option and didn't change the value, it would still use the default value).
-	M The "Stock settings" tab is now called the "General" tab.
-	M The "Group Management" tab is now called "Management" tab.
-	M No longer copying tables when making the groups list in the config. We can just reference it (saves quite some memory).
-	M Bumped the interface version from 30300 to 40000.
-
-v0.1.3-BETA		Zerotorescue		Wed, Oct 20 2010 01:30:00 +0200
-
-	A Added an option to the "add items" tab called "Import premade data" which allows a user to import item data from a premade group shipped with the addon. (not yet functional:) If this premade data ever changes, the user will be notified and queried for an update.
-	A Added a "mass remove" option to the "current items" tab.
-	A Added "DataStore (current account only)", "DataStore (with guilds)" and "DataStore (without guilds)" item count options. One might prefer these over Altoholic for a few reasons.
-	M Reduced the visual max of most sliders from 1.000 to 100. This should make the sliders actually useful. You can still manually enter an amount in the text box below the sliders of up to 100.000.
-	M The help text for the "Replenishing stock" category now includes bonus queue information.
-	M Item data should now properly be imported when importing an entire group.
-	M Scroll IDs are now stored in a seperate file in a new "data" folder. Premade group data can be found there too.
-	M Bonus queue and min crafting queue options should now be fully functional.
-	M Enchanting scrolls should now work properly.
-	M Text in the summary of the value of items below the price threshold window will now be colored completely grey.
-
-v0.1.2-BETA		Zerotorescue		Mon, Oct 18 2010 19:30:00 +0200
-
-	A Added a duplicate group button.
-	A Added a button to refresh the cache.
-	A Added a slider to increase caching speed.
-	A Added an option to include tadeskill items above a certain item level in the add items config tab.
-	A Auction addons, crafting addons and itemcount addons can now register themselves through a few global functions. The most used addons have been included in the addon folder.
-	A You can now select the prefered default pricing, item count and crafting addons.
-	A Added a "queue all" button to the summary window.
-	M Renamed addon from Inventory to Inventorium.
-	M Whenever your items cache has been reset (and thus certain items are new to your client), Inventorium should default to itemname and link "Unknown (#ITEMID)" and white rarity.
-	M Close the summary frame when opening the config.
-	M Remove "track at" data when exporting/importing a group.
-	M Don't add items when importing a group that are already inside a group.
-	M Cleaned up group management layout.
-	M Track at character data is erased when exporting/importing groups.
-	M Duplicate items are erased when importing groups.
-	M Bug fixes and speed increases in Summary.
-	M Auction value will no longer be cached if the threshold was set to 0.
-	M Removed sound media registrations since we don't use them.
-	M Renamed the variable for toggling hiding from summary when below price threshold-option. You will have to re-set it.
-	M Summary size and processing speed will now be remembered.
-	M Processing speed slider can now go up to 500% (up from 100%).
-	M Silver will be hidden from money when it includes more than 10 gold (down from 100g) and copper will be hidden if it includes more than 1 gold (down from 10g).
-	M Temporarily removed the "dialogControl = "DropDown"" from the track at select boxes. This functionality is broken within the Ace3 library and until it is fixed I wish to keep these options somewhat functional.
-	M The item list will now be truncated before rebuilding. Previously items disappearing from your inventory would still appear in this list.
-	M Mass add is now functional.
-	M All buttons and sliders that were meant to receive a tooltip (including the sort-headers), now have one.
-	M If the value of an item is not retrieved from the auction prices database (because we don't need it), it will appear as a dash (-) rather than "0c".
-	M If no item count is enabled, item counts will appear as "Unknown" instead of breaking (or defaulting to 0).
-	M Altoholic is now marked as an optional dependency.
-	M Fixed the queue button so it doesn't get recreated when a widget is re-used from the pool.
-	M Queue all button and queue single group buttons are now working.
-	M Items within a group being queued that couldn't be found in the current profession will be announced. The goal is to put these into a new window from which you can queue these at a later time.
+	+ 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:
 
-R Removed
-A Added
-M Modified
+! Notable change / important information
+* Changed
++ Added feature or improvement
+- Something removed or a bug fix