Skip to content

Commit

Permalink
Version 0.23 Beta 9
Browse files Browse the repository at this point in the history
  • Loading branch information
hannibal002 committed Jan 18, 2024
1 parent 422aef3 commit e8bfe63
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 2 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand All @@ -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

Expand Down Expand Up @@ -81,13 +94,18 @@
+ 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
+ Added Hypixel Lobby chat messages "SMP" and "Snow Particles" to the Spam Filter. - walker
+ 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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand All @@ -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

Expand Down
6 changes: 6 additions & 0 deletions FEATURES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down

0 comments on commit e8bfe63

Please sign in to comment.