Skip to content

Commit

Permalink
Version 0.23 Beta 5
Browse files Browse the repository at this point in the history
  • Loading branch information
hannibal002 committed Jan 7, 2024
1 parent 03ba858 commit e14ea55
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 5 deletions.
28 changes: 25 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
+ Added Sea Creature Tracker. - hannibal2
+ Allows to only show single variants, e.g. water or lava or winter.

### Changed
### Changes

#### Garden Changes

Expand All @@ -42,6 +42,10 @@

+ Odger highlight feature tells in description that it is only useful for users without abiphone. - hannibal2

#### Mining Changes

+ Show Powder Tracker immediately after joining the Crystal Hollows. - hannibal2

#### Bingo Changes

+ Show the guide text when hovering over the missing bingo goal list. - hannibal2
Expand All @@ -50,11 +54,16 @@

+ Removed flawless gemstones from sack display. - CalMWolfs
+ Hypixel removed them from sacks.
+ Show a warning in Bestiary Display when Overall Progress is not enabled. - HiZe

#### Dungeon Changes

+ Changed the description of the Dungeon Chat Filter feature to be more descriptive. - Wambo

#### Chat Changes

+ Hide new Fire Sale message format. - Thunderblade73

#### Misc Changes

+ Tia Relay Helper: Suggest /togglemusic. - alexia
Expand All @@ -67,8 +76,14 @@
+ Fixed progress to maxed milestone appearing twice in the crop milestone menu when having milestone 20. - Empa
+ Fixed max crop milestone display being too long in the crop milestone menu. - obsidian
+ Fixed Mooshroom Cow Perk counter when farming sugar cane/cactus with Mooshroom Cow. - alexia
+ Show an error message for the commands /shcropsin and /shcroptime if show money per hour display is not loaded. - hannibal2
+ Show an error message for the commands /shcropsin and /shcroptime if show money per hour display is not loaded. -
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

#### Mining Fixes

+ Fixed an error when showing all elements in Powder Tracker. - hannibal2

#### Rift Fixes

Expand All @@ -88,10 +103,13 @@
#### Bingo Fixes

+ Fixed detecting bingo profile while visiting other players bingo island. - hannibal2
+ Fixed performance issues with Bingo Minion Craft Helper. - hannibal2
+ Fixed Bingo Minion Craft Helper not detecting crafted tier one minion. - hannibal2

#### Misc Fixes

+ Maybe fixed Tia Relay Helper. - Thunderblade73
+ Fixed wording in trackers when the item is newly obtained. - hannibal2

### Technical Changes

Expand All @@ -103,7 +121,11 @@
+ Added Dark Auction as IslandType and fixed IslandType detection for dungeons. - j10a1n15
+ Modify instead of blocking trophy fishing and sea creature chat messages. - appable
+ Changed regex in case Hypixel changes color codes for island names in the tab list. - Empa
+ Extract FirstMinionTier logic from the Bingo Minion Craft Helper to better analyze the performance problems some users have. - hannibal2
+ Extract FirstMinionTier logic from the Bingo Minion Craft Helper to better analyze the performance problems some users
have. - hannibal2
+ 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

## Version 0.22

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
}

group = "at.hannibal2.skyhanni"
version = "0.23.Beta.4"
version = "0.23.Beta.5"

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 @@ -363,7 +363,7 @@ import org.apache.logging.log4j.Logger
clientSideOnly = true,
useMetadata = true,
guiFactory = "at.hannibal2.skyhanni.config.ConfigGuiForgeInterop",
version = "0.23.Beta.4",
version = "0.23.Beta.5",
)
class SkyHanniMod {
@Mod.EventHandler
Expand Down

0 comments on commit e14ea55

Please sign in to comment.