From 951bb6a26559b6db288a68a00f83d9ea45b0c3d8 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Thu, 14 Mar 2024 21:49:16 +0100 Subject: Version 0.24 Beta 13 --- docs/CHANGELOG.md | 32 ++++++++++++++++++++++++++++++-- docs/FEATURES.md | 5 +++++ 2 files changed, 35 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 44ca93e28..b77b7a056 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -13,6 +13,11 @@ + Copies the price of the hovered item in Auction House minus 1 coin into the clipboard for easier under-bidding. + Gfs message after super crafting. — Zickles + Adding a clickable message to pick up the super crafted items from sacks. ++ Added Craft Materials From Bazaar. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1104) + + Show in a crafting view a shopping list of materials needed when buying from the Bazaar. ++ Added AH Show Price Comparison. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/339) + + Highlight auctions based on the difference between their estimated value and the value they are listed for. + + Options to change the colours #### Minion Features @@ -88,6 +93,7 @@ + Added a warning to config about other mods. + Added three empty lines. + Added option to hide empty lines at the top/bottom. ++ Option to change line spacing in Custom Scoreboard. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/1174) #### Chat Improvements @@ -100,7 +106,8 @@ #### Crimson Improvelemts -+ Show Town Board waypoint when there is an accepted Rescue Mission quest. - Alexia (https://github.com/hannibal002/SkyHanni/pull/1157) ++ Show Town Board waypoint when there is an accepted Rescue Mission quest. - + Alexia (https://github.com/hannibal002/SkyHanni/pull/1157) #### Misc Improvements @@ -168,7 +175,8 @@ #### Gui Fixes -+ Fixed voting line, dojo, server-restart & plot pasting errors in custom scoreboard. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/1152) ++ Fixed voting line, dojo, server-restart & plot pasting errors in custom scoreboard. - + j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/1152) + Fixed Mithril Powder showing Gemstone Powder instead. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/1152) + Custom Scoreboard fixes. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/1156) + Fixed Jacob's Contest, Trevor the Trapper & M7 Dragons. @@ -180,11 +188,23 @@ + Fixed garden spam because of wrong tab list visitor format. + Fixed the next visitor timer. + Allowed you to use extended visitor info and still have visitor display work. ++ Scoreboard Fixed. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/1174) + + Fixed "Hide empty lines at top/bottom" sometimes not actually hiding them . + + Fixed Server ID sometimes not showing. + + Fixed instance shutdown error while in Kuudra. ++ Fixed Hypixel scoreboard never reappearing. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/1170) ++ Fixed pet name in tab list getting detected as player name with widget settings. - + hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1166) #### Dungeon Fixes + Fixed error in Dungeon Finder Features. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/1162) +#### Crimson Isle Fixes + ++ Fixed wrong crimson isle quests detection after tab list widget update. - + hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1167) + #### Misc Fixes + Fixed skill level up message when below level 60. - HiZe @@ -279,11 +299,19 @@ hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1047) + Fixed unknown power errors in the Custom Scoreboard. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/1156) + Use a repo pattern for getting the visitor count. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1121) ++ Calling server ID getter method now in HypixelData. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/1174) ++ Revert shader version for Mac compatibility. - Vixid (https://github.com/hannibal002/SkyHanni/pull/1176) ++ Added ItemStack.toPrimitiveStackOrNull(). - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1104) ++ Added InventoryOpenEvent.inventoryItemsPrimitive. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1104) ### Removed Features + Removed Advanced Stats in SkyMart Copper price. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1116) + The same information is now always visible via hovering. ++ Removed desk in the SB menu in favour of Hypixel's version. - + CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1158) ++ Removed Plot Name in Scoreboard. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1168) + + Hypixel added their own compact format now. ## Version 0.23 diff --git a/docs/FEATURES.md b/docs/FEATURES.md index 6fe5beeb2..027a7d497 100644 --- a/docs/FEATURES.md +++ b/docs/FEATURES.md @@ -168,6 +168,9 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + Adding a clickable message to pick up the super crafted items from sacks. + Added Inferno Minion Fuel pickup prevention. - Zickles (https://github.com/hannibal002/SkyHanni/pull/1103) + Blocks picking up the Inferno Minion or replacing the fuel inside when expensive minion fuels are in use. ++ AH Show Price Comparison. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/339) + + Highlight auctions based on the difference between their estimated value and the value they are listed for. + + Options to change the colours
@@ -244,6 +247,8 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + Update Timer showing when the next api data update happens. + Price Website button. - hannibal2 + Adds a button to the bazaar product inventory that will open the item page in skyblock.bz. ++ Craft Materials From Bazaar. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1104) + + Show in a crafting view a shopping list of materials needed when buying from the Bazaar.
-- cgit