From 79f7741f3f17c615c5f25e90c9c7f1542625f4e5 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Fri, 1 Mar 2024 18:27:59 +0100 Subject: Version 0.24 Beta 1 --- CHANGELOG.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 91cb8e8a4..837b3524b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,48 @@ # SkyHanni - Change Log +## Version 0.24 (Unreleased) + +### New Features + +#### Inventory + ++ Added Max Items With Purse. - NetheriteMiner + + Calculates the maximum number of items that can be purchased from the Bazaar with the number of coins in your + purse. ++ Added Copy Underbid Keybind. - Obsidian + + Copies the price of the hovered item in Auction House minus 1 coin into the clipboard for easier under-bidding. + +### Improvements + +### Bug Fixes + +#### Bingo + ++ Fixed Bingo Card Tips using wrong slot sometimes. - Thunderblade73 + +#### Mining + ++ Fixed a small typo in the Deep Caverns Parkour message. - alexia + +### Technical Details + ++ Auto-enable + configure DevAuth. - nea ++ Improve performance of removeColor. - nea ++ Removed wildcard imports in VisualWorldGui. - CalMWolfs ++ printStackTrace -> ErrorManager. - hannibal2 ++ Added command /shconfig toggle . - Obsidian ++ Removes usage of logError everywhere in the code and replaces it with logErrorWithData. - CalMWolfs ++ Removed ErrorManager.logErrorState(). - CalMWolfs ++ Creating number utils functions for string -> int, long, double, with either error throwing or wrong usage to user + message. ++ Removed RenderWorldLastEvent usage in WorldEdit feature. - hannibal2 ++ Using GardenAPI.storage everywhere. - hannibal2 ++ Added stacking enchants to the repo. - CalMWolfs ++ Moved bazaar config into inventory category. - hannibal2 ++ Optimize IntelliJ icon. - nea + +### Removed Features + ## Version 0.23 ### New Features -- cgit