From 0fdbc482f6c3ba5a3fa522924177e5e94504d905 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sun, 17 Dec 2023 21:00:51 +0100 Subject: [PATCH] Version 0.22 Beta 15 --- CHANGELOG.md | 20 +++++++++++++++++++ FEATURES.md | 2 ++ build.gradle.kts | 2 +- .../java/at/hannibal2/skyhanni/SkyHanniMod.kt | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92d75e984650..667899031d86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -70,6 +70,8 @@ + Added bottle of Jyrre time overlay in stack size feature. - HiZe + Added show special edition number as stack size when below 1k. - hannibal2 ++ Added Copy Underbid Price. - hannibal2 + + Copies the price of an item in the "Create BIN Auction" minus 1 coin into the clipboard for faster under-bidding. #### Minion Features @@ -128,6 +130,11 @@ + Display Farming Fortune reduction from pests on the HUD. - alexia + Allow showing optimal speed warning without HUD enabled. - alexia + Highlight Rancher Boots speed in green when a Racing Helmet is equipped. — walker ++ Show the closest plot border when outside a garden plot. - hannibal2 + + Especially useful when building farms. ++ Show the garden build limit with F3+G on. - hannibal2 ++ Added an option to show if the plot is not sprayed. - alexia ++ Changed pest spawn message format. - hannibal2 #### Fishing Changes @@ -172,6 +179,7 @@ + Added Support to read Badlion sendcoords format. - Cad + Added an option to not show cooldown when ability is ready. - Obsidian + Added an option to highlight dungeon perm/vc parties. - Cad ++ Added Glowing Mush Mixin support to the Non-God Pod display. - jani ### Fixes @@ -202,6 +210,10 @@ + Fixed rancher boots speed stack size. - walker + Fixed overflow garden level detection. - hannibal2 + Fixed pet level up check in /ff. - alexia ++ Fixed next visitor time while farming. - alexia ++ Fixed sixth visitor warning title showing when disabled. - alexia ++ Show not revealed brackets in the Jacob Contest time needed display. - hannibal2 ++ Fixed wrong Rancher Boots item stack size color in combination with Black Cat or Racing Helmet.- hannibal2 #### Bingo Fixes @@ -219,15 +231,19 @@ #### Fishing Fixes + Fixed Water Hydra warning showing up multiple times. - Cad ++ Fixed Shark Message missing a color code. - jani ++ Fixed /shresetfishingtracker description - absterge #### Diana Fixes + Fixed the closest burrow warp point being off, especially for the castle. - hannibal2 + Fixed show inquisitor waypoints outside the hub. - Cad ++ Fixed Minos Inquisitor highlighting not working while the mob is getting damage. - hannibal2 #### Chat Fixes + Fixed an error message on /pt. - nea ++ Fixed the fire sale filter when a rune is selling. - j10a1n15 #### Misc Fixes @@ -246,6 +262,8 @@ + Fixed finished city project still reminding and suggests buying items. - hannibal2 + Open the city project inventory once again to fix warnings correctly. + Fixed kick alert triggering instantly. - alexia ++ Fixed daily boss kill detection in Crimson Isle Reputation Helper. - hannibal2 ++ Fixed Estimated Item Value error in Jerry's Island Deliveries menu. - hannibal2 #### Config Fixes @@ -297,6 +315,8 @@ + Add limbo time PB. - mar + Added helper functions for armor. - walker + Created PetAPI.isCurrentPet. - hannibal2 ++ Refactored Duplicate Code in SkyHanniInstallerFrame. - walker ++ Removed unnecessary non-capturing groups. - walker ## Version 0.21.1 diff --git a/FEATURES.md b/FEATURES.md index 7e30b940b301..48d793893fd1 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -124,6 +124,8 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + Sack items can be crafted normally. + **Shift Click Equipment**. - Thunderblade73 + This removes the need to shift-click to swap the equipment items, without the annoying "pick up animation". ++ Added Copy Underbid Price. - hannibal2 + + Copies the price of an item in the "Create BIN Auction" minus 1 coin into the clipboard for faster under-bidding.
diff --git a/build.gradle.kts b/build.gradle.kts index 8a2e7f4a2898..10873818e015 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,7 +12,7 @@ plugins { } group = "at.hannibal2.skyhanni" -version = "0.22.Beta.14" +version = "0.22.Beta.15" val gitHash by lazy { val baos = ByteArrayOutputStream() diff --git a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt index f1e88412b357..a5e0487c5e68 100644 --- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt +++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt @@ -360,7 +360,7 @@ import org.apache.logging.log4j.Logger clientSideOnly = true, useMetadata = true, guiFactory = "at.hannibal2.skyhanni.config.ConfigGuiForgeInterop", - version = "0.22.Beta.14", + version = "0.22.Beta.15", ) class SkyHanniMod { @Mod.EventHandler