+ Completely re-did the entire sell menu system. Rather than being a single menu, it's now a multiple step process.
+ Depending on what settings you enable/disable for auction house, the sell menu will open differently/show different options. The first menu will show either bin listing or auction listing, then next menu will let you place the item you want to sell or toggle the bundle mode which lets you insert multiple items. The last menu lets you customize auction time, bin price, starting prices, bid increments as well as toggling partial item purchases and buy out ability.
+ Did the internal listing system, the new listing system is much cleaner and straight forward, that being said the old AuctionAPI#listAuction methods have been removed in favour of the AuctionCreator class.
+ Most if not all chat inputs have been moved to a title/subtitle based chat input system.
+ The new title/subtitle input also resolves the issue where when before typing in the chat would break commands until you relog.
+ Fixed the bug when trying to delete transactions within a range, it would be ignored and result in the above issue.
+ Auction Filter click inputs can now be customized (changing category, sort type, and reset)
+ Player crashes/deaths/leaves will give back item in any of the sell menu steps.
+ Merged the new core (used in Spawners, Vouchers, Skulls currently) into v2 of Auction House, same goes for v3 code. While there is no set date at all for v3, I've decided to just merge the code bases somewhat and gradually implement it while still keeping v2 separate in a sense. (i.e. v2 can call some of v3 stuff while v3 won't use anything from v2)
+ I think that's everything but you can just see all the commits made after the 2.78.0 commit here (
https://github.com/kiranhart/Auction-House/commits/main)
(!) I should also note that, some auction settings may be different / not work the same in the new sell menu system. A lot has changed in the new system so somethings might not even be needed. Also sorry... you guys will have a bit of translation to do again