This is my first major functionality release. I will appreciate your feedback either here or on GitHub.
There is a new preference, "Disable Composing Prompts". If you do a lot of composing and find the prompts annoying then this is for you. If you compose while drunk then this is probably not for you. There are new buttons in composing. [Quick Create] which will create a single potion based on the template selection without a page refresh. [Create All] which will create all potions if they have a valid template selected. If they are all successful it will refresh the page.
I have been able to restore "Auto Fill Min Bid Price" function in AH by checking the box for you. We will also sort by current bid by default. Does this need to be a preference? It wasn't before. There is now a [Cancel All] button in AH. It can only cancel auctions that it can see so a maximum of 20 per page. On the upside it means you can use the filters to only cancel auctions of a certain type. The code for this is a bit ugly. You'll notice some odd page refresh behaviour. I am having to move on to some of the more resource intensive operations but I wanted to get this out there now and I'll come back and tidy it up later.
Quick extract will now only show resources. This screen, the trade screen and the inventory managers have been updated to use asynchronous calls. This is important as synchronous calls are deprecated and will be removed in future browser versions. Synchronous calls are detrimental to the browsing experience, they make it look as if the browser has locked up.
==Revision 1499 (PointyHair)==
# (major) FS: Composing enhancements
# (minor) FS: Fix Profile Inventory Select All
# (minor) FS: Move JQ_Wrapper after GM_ shim
# (minor) FS: Update buff list
# (minor) FS: Remove more Old UI code
# (minor) FS: Remove old AH functions
# (minor) FS: Fix Quick Extract
# (minor) FS: Fix trade screen
# (minor) FS: Remove synchronous calls from inventory manager