diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-01-18 22:14:43 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-01-18 22:14:43 +0100 |
commit | e8bfe63417de890f4ff34d93766ccc882841e48a (patch) | |
tree | 00d118d4ece2839cc5e3034588858ed231e6e6e6 | |
parent | 422aef39d8a6c26eac7f883ec2648f7557d8c0e4 (diff) | |
download | skyhanni-e8bfe63417de890f4ff34d93766ccc882841e48a.tar.gz skyhanni-e8bfe63417de890f4ff34d93766ccc882841e48a.tar.bz2 skyhanni-e8bfe63417de890f4ff34d93766ccc882841e48a.zip |
Version 0.23 Beta 9
-rw-r--r-- | CHANGELOG.md | 33 | ||||
-rw-r--r-- | FEATURES.md | 6 | ||||
-rw-r--r-- | build.gradle.kts | 2 | ||||
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt | 2 |
4 files changed, 41 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b783ad7d..dc67375b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ + 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 ++ Show pet items XP Share and Tier Boost as small icons next to the pet in an inventory. - Thunderblade73 #### Item Features @@ -33,6 +34,17 @@ + Add tab list fire sale advertisement hider. - nea +#### Command Features + ++ Party Kick with reason. - nea + + Added support for the Hypixel command /p kick /pk to add a reason. The reason will be sent in party chat before + kicking the player. + +#### Misc Features + ++ Fixes Ghost Entities. - hannibal2 & nea & Thunderblade73 + + Removes ghost entities caused by a Hypixel bug. This included Diana, Dungeon and Crimson Isle mobs and nametags. + ### Changes #### Garden Changes @@ -47,6 +59,7 @@ + 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 ++ Check if you are sneaking for optimal speed in the Garden and show current speed when wrong. - alexia #### Rift Changes @@ -81,6 +94,10 @@ + 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 +#### Diana Changes + ++ Changed the Griffin Burrow Guess text to a centered title instead of an odd line that goes down. - hannibal2 + #### Chat Changes + Hide new Fire Sale message format. - Thunderblade73 @@ -88,6 +105,7 @@ + Added more messages to Hypixel Lobby spam hider. + SMP and Snow Particles. - walker + Earned mystery dust. - alexia ++ Added the fire sale ended message to the Fire Sale Chat Hider. - hannibal2 #### Misc Changes @@ -116,12 +134,14 @@ + Fixed wrong calculation when zero bosses killed in slayer profit trackers. - hannibal2 + Hide No Fishing Bait warning during Kuudra fight. - hannibal2 + Fixed Dungeon and Kuudra party finder join message not detecting in party member tab complete. - CalMWolfs ++ Fixed Fire Veil Wand circle shows on left-clicking. - 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 ++ Fixed names for the Crystal Hollows Mining Areas feature. - alexia #### Rift Fixes @@ -165,6 +185,7 @@ + Maybe fixed Tia Relay Helper. - Thunderblade73 + Fixed wording in trackers when the item is newly obtained. - hannibal2 + Fixed titles not showing above other SkyHanni GUI elements all the time. - Thunderblade73 ++ Fixed Daily City Project Reminder is still working on already-released projects. - alexia ### Technical Changes @@ -191,6 +212,18 @@ + Don't allow uppercase Repo Pattern keys and added a more descriptive error. - CalMWolfs + Moved party API chat messages to Repo Pattern. - CalMWolfs + Allowing nullable parameters for regex functions matches() and find(). - hannibal2 ++ Cleanup calculate() in Estimated Item Value. - walker ++ Added DebugDataCollectEvent. - hannibal2 ++ Added Diana Burrow Nearest Warp to /shdebugdata - hannibal2 ++ Changed debug commands: - hannibal2 + + /shdebugwaypoint -> /shtestwaypoint + + /shdebugtablist -> /shtesttablist + + /shdebugdata -> /shdebug ++ Moving dungeons and slayer related debug data into DebugDataCollectEvent. - hannibal2 + + Allowing to hide/search for specific debug data with /shdebug <search> - hannibal2 ++ Per default only active/relevant data is shown. ++ Added visitor status to /shdebug - hannibal2 ++ Added hotswap detection and reloading all listeners on hotswap. - nea ## Version 0.22 diff --git a/FEATURES.md b/FEATURES.md index 76a8ee2e1..a958b9fd4 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -137,6 +137,7 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + 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 ++ Show pet items XP Share and Tier Boost as small icons next to the pet in an inventory. - Thunderblade73 </details> <details open><summary> @@ -917,6 +918,11 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + Added AFK time to Discord RPC. - NetheriteMiner + Added the option to change Hypixel Wiki to the fandom Wiki in more areas than just the /wiki command. - Erymanthus + E.g. inside the SkyBlock leveling guide. ++ Fixes Ghost Entities. - hannibal2 & nea & Thunderblade73 + + Removes ghost entities caused by a Hypixel bug. This included Diana, Dungeon and Crimson Isle mobs and nametags. ++ Party Kick with reason. - nea + + Added support for the Hypixel command /p kick /pk to add a reason. The reason will be sent in party chat before + kicking the player. </details> <details open><summary> diff --git a/build.gradle.kts b/build.gradle.kts index e2d7e04fa..eba41e4ec 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -14,7 +14,7 @@ plugins { } group = "at.hannibal2.skyhanni" -version = "0.23.Beta.8" +version = "0.23.Beta.9" 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 40af07f90..029a9dac9 100644 --- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt +++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt @@ -370,7 +370,7 @@ import org.apache.logging.log4j.Logger clientSideOnly = true, useMetadata = true, guiFactory = "at.hannibal2.skyhanni.config.ConfigGuiForgeInterop", - version = "0.23.Beta.8", + version = "0.23.Beta.9", ) class SkyHanniMod { |