diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 33 |
1 files changed, 33 insertions, 0 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 |