From f71f3c54ecec48f832e96b6c9a9d67e5874f2a44 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Thu, 11 Jan 2024 20:55:34 +0100 Subject: [PATCH] Version 0.23 Beta 7 --- CHANGELOG.md | 36 +++++++++++++++++++ FEATURES.md | 6 ++++ build.gradle.kts | 2 +- .../java/at/hannibal2/skyhanni/SkyHanniMod.kt | 2 +- 4 files changed, 44 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfe6bc44e54e..a773164acb58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,21 @@ + Added Sea Creature Tracker. - hannibal2 + Allows to only show single variants, e.g. water or lava or winter. +#### Inventory Features + ++ Added Power Stone Guide features. - hannibal2 + + Highlight missing power stones, show their total bazaar price, and allows to open the bazaar when clicking on the + items in the Power Stone Guide. ++ Option to make normal clicks to shift clicks in equipment inventory. - Thunderblade73 + +#### Item Features + ++ Lesser Orb of Healing Hider. - jani + +#### Chat Features + ++ Add tab list fire sale advertisement hider. - nea + ### Changes #### Garden Changes @@ -29,6 +44,9 @@ + Don't count Bountiful as a max reforge fortune on tools. - alexia + /shcroptime now supports k, m and b numbers. - DylanBruner + Only show the Garden Vacuum Bag on your own vacuums. - alexia ++ Jacob Contest feature now has clickable calendar open command when Elite API is not ready yet. - alexia ++ Mark carrot/pumpkin fortune as completed when giving to Carrolyn after already done. - alexia ++ Added ability to get unique visitors served without Green Thumb. - alexia #### Rift Changes @@ -41,6 +59,7 @@ #### Fishing Changes + Odger highlight feature tells in description that it is only useful for users without abiphone. - hannibal2 ++ Added toggle to count double hook catches as two catches in Sea Creature Tracker. - hannibal2 #### Mining Changes @@ -60,6 +79,7 @@ #### Dungeon Changes + Changed the description of the Dungeon Chat Filter feature to be more descriptive. - Wambo ++ Added options to change exactly what part of the Dungeon Chat Filter should be used. - Wambo #### Chat Changes @@ -81,15 +101,21 @@ hannibal2 + Auto-fixing plots marked as pests when killing all pests without SkyHanni earlier. - hannibal2 + Fixed error message that nearest pests cannot get removed properly. - hannibal2 ++ Fixed grammar in Jacob Contest chat messages. - alexia ++ Fixed rarity error for items thrown around when using Sprayanator. - hannibal2 #### Combat Fixes + Fixed corrupted Kada Knight getting detected as Revenant Slayer mini boss. - hannibal2 ++ Fixed Daily Kuudra part of Crimson Isle Reputation Helper not detecting completed runs. - hannibal2 ++ Fixed wrong calculation when zero bosses killed in slayer profit trackers. - hannibal2 ++ Hide No Fishing Bait warning during Kuudra fight. - hannibal2 #### Mining Fixes + Fixed an error when showing all elements in Powder Tracker. - hannibal2 + Fixed powder tracker detecting gemstone chat messages. - CalMWolfs ++ Fixed Mining Chat Filter not hiding gemstone messages. - CalMWolfs #### Rift Fixes @@ -117,6 +143,10 @@ + Fixed poisoned candy potion chat message not getting compacted. - alexia +#### GUI Fixes + ++ Fixed items in SkyHanni GUI elements rendering over minecraft menus. - Thunderblade73 + #### Misc Fixes + Maybe fixed Tia Relay Helper. - Thunderblade73 @@ -138,6 +168,12 @@ + Moving minion craft helper fully over to neu internal names. - hannibal2 + Added information about trackers to the Discord FAQ. - j10a1n15 + Defined the way how dependent PRs should be written in contributing.md. - Thunderblade73 ++ Added debug command /shtestburrow. - hannibal2 ++ Using SkyHanniMod.coroutineScope instead of CoroutineScope(Dispatchers.Default). - CalMWolfs ++ Creating function addTotalProfit for item trackers. - hannibal2 ++ Tell people how to name a pattern variable. - CalMWolfs ++ Typo fixes in contributing md. - CalMWolfs ++ Make Repo Pattern keys more consistent for Farming Gear. - CalMWolfs ## Version 0.22 diff --git a/FEATURES.md b/FEATURES.md index 836aecfedff3..76a8ee2e16a7 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -30,6 +30,7 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + Optional if left or right side of name. + Should not break with other mods. + Hide the repeating fire sale reminder chat messages. - hannibal2 ++ Add tab list fire sale advertisement hider. - nea #### Chat Filter @@ -132,6 +133,10 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + 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. ++ Added Power Stone Guide features. - hannibal2 + + Highlight missing power stones, show their total bazaar price, and allows to open the bazaar when clicking on the + items in the Power Stone Guide. ++ Option to make normal clicks to shift clicks in equipment inventory. - Thunderblade73
@@ -145,6 +150,7 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + Supports dungeon mage cooldown reduction. - Cad + Hiding the flame particles when using the Fire Veil Wand ability. + Circle around the player when having the Fire Veil Wand ability active. ++ Lesser Orb of Healing Hider. - jani
diff --git a/build.gradle.kts b/build.gradle.kts index 23773b307343..e7f55fadd021 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,7 +13,7 @@ plugins { } group = "at.hannibal2.skyhanni" -version = "0.23.Beta.6" +version = "0.23.Beta.7" 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 f93a36c48134..f2635880673c 100644 --- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt +++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt @@ -367,7 +367,7 @@ import org.apache.logging.log4j.Logger clientSideOnly = true, useMetadata = true, guiFactory = "at.hannibal2.skyhanni.config.ConfigGuiForgeInterop", - version = "0.23.Beta.6", + version = "0.23.Beta.7", ) class SkyHanniMod { @Mod.EventHandler