Skip to content

Commit

Permalink
Version 0.22 Beta 12
Browse files Browse the repository at this point in the history
  • Loading branch information
hannibal002 committed Dec 14, 2023
1 parent 2aa92c8 commit 8455628
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@
+ Improve accuracy of movement speed display. - alexia
+ Added toggle to hide autopet messages. - CalMWolfs
+ Not only Slayer, also Fishing and Diana item drops will now show in chat & title when over a custom defined price. - hannibal2
+ Added Support to read Badlion sendcoords format. - Cad
+ Added an option to not show cooldown when ability is ready. - Obsidian

### Fixes

Expand All @@ -176,6 +178,9 @@
+ Fix typo with Not Clickable Items in Composter. - absterge
+ Added missing preview number from Visitor Drop Statistics. - absterge
+ Fixed error message with newly bought fungi cutter. - hannibal2
+ Ignoring custom NEU items like copper that causes wrong coins per copper price. - hannibal2
+ Fixed rancher boots speed stack size. - walker
+ Fixed overflow garden level detection. - hannibal2

#### Bingo Fixes

Expand All @@ -194,6 +199,11 @@

+ Fixed Water Hydra warning showing up multiple times. - Cad

#### Diana Fixes

+ Fixed the closest burrow warp point being off, especially for the castle. - hannibal2
+ Fixed show inquisitor waypoints outside the hub. - Cad

#### Misc Fixes

+ Fixed Item Tracker not ignoring manual sack movements. - hannibal2
Expand All @@ -208,6 +218,9 @@
+ Fixed Slayer Profit Tracker display and price problems with Wisp's Ice Flavored Water Potion. - hannibal2
+ Fixed an error message when closing the wheat minion in the Hub. - Thunderblade73
+ Fixed locraw sending outside Hypixel. - walker
+ Fixed finished city project still reminding and suggests buying items. - hannibal2
+ Open the city project inventory once again to fix warnings correctly.
+ Fixed kick alert triggering instantly. - alexia

#### Config Fixes

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

group = "at.hannibal2.skyhanni"
version = "0.22.Beta.11"
version = "0.22.Beta.12"

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

0 comments on commit 8455628

Please sign in to comment.