diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-12-16 13:34:32 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-12-16 13:34:32 +0100 |
commit | 10982789588017f36bbfaea13b76bdd02029e166 (patch) | |
tree | f145642f5ea39818a8dc8e7d5adb31d30c5b62d9 | |
parent | a9a19661ce38a7208ff4c86777f4accb4e495bfb (diff) | |
download | skyhanni-10982789588017f36bbfaea13b76bdd02029e166.tar.gz skyhanni-10982789588017f36bbfaea13b76bdd02029e166.tar.bz2 skyhanni-10982789588017f36bbfaea13b76bdd02029e166.zip |
Version 0.22 Beta 13
-rw-r--r-- | CHANGELOG.md | 24 | ||||
-rw-r--r-- | FEATURES.md | 7 | ||||
-rw-r--r-- | build.gradle.kts | 2 | ||||
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt | 2 |
4 files changed, 31 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c0b0a307c..1b8b14ac3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,10 @@ + Option to only show the time while holding vacuum in the hand. + Mark the plots with pests on them in the world. - hannibal2 + Press the key to warp to the nearest plot with pests on it. - hannibal2 -+ Draw plot borders when holding the Sprayonator. - HiZe ++ Draw plot borders when holding the Sprayonator. - HiZe ++ Added Spray Display and Spray Expiration Notice. - appable + + Show the active spray and duration for your current plot. + + Show a notification in chat when a spray runs out in any plot. Only active in the Garden. #### Fishing Features @@ -80,6 +83,7 @@ #### Event Features + Added Waypoints for 2023 Lobby Presents. - walker ++ Added New Year Cake Reminder. - hannibal2 #### Stranded Featuers @@ -89,8 +93,11 @@ + Added Diana Profit Tracker. - hannibal2 + Same options as slayer and fising trackers. ++ Added highlight for the Minos Inquisitors to make them easier to see. - Cad -#### +#### Rift Features + ++ Added Vermin Tracker. - walker ### Changes @@ -114,6 +121,7 @@ + Added command /shclearcontestdata to Reset Jacob's Contest Data. - martimavocado + 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 #### Fishing Changes @@ -138,6 +146,10 @@ + Added the community goal percentage to the bingo card display. - hannibal2 + Saving minion craft helper crafted tier 1 minions and bingo card goals per bingo session/month. - hannibal2 +#### Diana Changes + ++ Resetting the guess and burrow locations when clearing the burrows at Diana NPC. - hannibal2 + #### Misc Changes + Titles sent by SkyHanni look better now. - Cad @@ -152,6 +164,7 @@ + Not only Slayer, also Fishing and Diana item drops will now show in chat & title when over a custom defined price. - hannibal2 + 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 ### Fixes @@ -181,6 +194,7 @@ + Ignoring custom NEU items like copper that causes wrong coins per copper price. - hannibal2 + Fixed rancher boots speed stack size. - walker + Fixed overflow garden level detection. - hannibal2 ++ Fixed pet level up check in /ff. - alexia #### Bingo Fixes @@ -204,6 +218,10 @@ + Fixed the closest burrow warp point being off, especially for the castle. - hannibal2 + Fixed show inquisitor waypoints outside the hub. - Cad +#### Chat Fixes + ++ Fixed an error message on /pt. - nea + #### Misc Fixes + Fixed Item Tracker not ignoring manual sack movements. - hannibal2 @@ -270,6 +288,8 @@ + Migrate Deprecated Config Values to Enums. - walker + Migrate Config Value in EliteFarmingWeight. - walker + Add limbo time PB. - mar ++ Added helper functions for armor. - walker ++ Created PetAPI.isCurrentPet. - hannibal2 ## Version 0.21.1 diff --git a/FEATURES.md b/FEATURES.md index ba94d9fc2..e1d46f613 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -326,6 +326,7 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + Show a timer until the inquisitor will despawn. + Diana Profit Tracker. - hannibal2 + Same options as slayer and fising trackers. ++ Highlight for the Minos Inquisitors to make them easier to see. - Cad </details> <details open><summary> @@ -531,6 +532,9 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + Mark the plots with pests on them in the world. - hannibal2 + Press the key to warp to the nearest plot with pests on it. - hannibal2 + Draw plot borders when holding the Sprayonator. - HiZe ++ Added Spray Display and Spray Expiration Notice. - appable + + Show the active spray and duration for your current plot. + + Show a notification in chat when a spray runs out in any plot. Only active in the Garden. </details> <details open><summary> @@ -604,6 +608,7 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + Option to hide the wilted berberis particles + **Horsezooka Hider** + Hide horses while holding the Horsezooka in the hand. ++ Vermin Tracker. - walker </details> <details open><summary> @@ -647,6 +652,8 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + Jyrre Timer for Bottle of Jyrre. - walker + A timer showing the remaining duration of your intelligence boost. + Option to show the timer when inactive rather than removing it. ++ New Year Cake Reminder. - hannibal2 + </details> <details open><summary> diff --git a/build.gradle.kts b/build.gradle.kts index 8a1dad0cc..7512cf213 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,7 +12,7 @@ plugins { } group = "at.hannibal2.skyhanni" -version = "0.22.Beta.12" +version = "0.22.Beta.13" 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 d6c6b62e1..964cd2181 100644 --- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt +++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt @@ -358,7 +358,7 @@ import org.apache.logging.log4j.Logger clientSideOnly = true, useMetadata = true, guiFactory = "at.hannibal2.skyhanni.config.ConfigGuiForgeInterop", - version = "0.22.Beta.12", + version = "0.22.Beta.13", ) class SkyHanniMod { @Mod.EventHandler |