Skip to content

Commit

Permalink
Version 0.23 Beta 3
Browse files Browse the repository at this point in the history
  • Loading branch information
hannibal002 committed Jan 1, 2024
1 parent bc22141 commit b358279
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

+ Renamed Visitor Items Needed to Visitor Shopping List. - hannibal2
+ Added biofuel support to the Composter Overlay get from sack logic. - obsidian
+ Updated max reforge fortune for Fungi Cutter. - alexia
+ Hypixel has increased the base rarity to Epic.

#### Rift Changes

Expand All @@ -29,13 +31,23 @@

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

#### Bingo Changes

+ Show the guide text when hovering over the missing bingo goal list. - hannibal2

#### Inventory Changes

+ Removed flawless gemstones from sack display. - CalMWolfs
+ Hypixel removed them from sacks.

### Fixes

#### Garden Fixes

+ Fixed mushrooms being counted with Common/Uncommon Mooshroom Cow Pet. - alexia
+ 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

#### Rift Fixes

Expand All @@ -51,11 +63,21 @@
+ Fixed hide non-clickable items not working in some bazaar pages. - hannibal2
+ Fixed rogue sword ability taking into account mage cooldown reduction. - Empa

#### Bingo Fixes

+ Fixed detecting bingo profile while visiting other players bingo island. - hannibal2

#### Misc Fixes

+ Maybe fixed Tia Relay Helper. - Thunderblade73

### Technical Changes

+ Migrate Hypixel API to v2. - hannibal2
+ Added SackDataUpdateEvent. - CalMWolfs
+ Fixing a mac crash in dev environment automatically. - CalMWolfs
+ Bingo repo change: Make note of an alternative title, and create a guide field for the actual guide text. - hannibal2
+ Moved Tia Relay Helper chat messages into repo patterns. - 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.2"
version = "0.23.Beta.3"

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.2",
version = "0.23.Beta.3",
)
class SkyHanniMod {
@Mod.EventHandler
Expand Down

0 comments on commit b358279

Please sign in to comment.