Skip to content

Commit

Permalink
Version 0.24 Beta 12
Browse files Browse the repository at this point in the history
  • Loading branch information
hannibal002 committed Mar 13, 2024
1 parent f3d251b commit c9e1fa7
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
}

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

val gitHash by lazy {
val baos = ByteArrayOutputStream()
Expand Down
29 changes: 29 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@

+ Added option to only show Custom Text Box while an inventory is open. - martimavocado
+ Added option to hide Profit Trackers while not inside an inventory. - hannibal2
+ Custom Scoreboard improvements. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/1156)
+ Added a warning to config about other mods.
+ Added three empty lines.
+ Added option to hide empty lines at the top/bottom.

#### Chat Improvements

Expand All @@ -94,6 +98,10 @@
+ Show calculation breakdowns when hovering over Anita Medal Profit or SkyMart Coins per copper displays. -
hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1116)

#### Crimson Improvelemts

+ Show Town Board waypoint when there is an accepted Rescue Mission quest. - Alexia (https://github.com/hannibal002/SkyHanni/pull/1157)

#### Misc Improvements

+ Added option to show some features outside SkyBlock. - Obsidian
Expand Down Expand Up @@ -158,6 +166,25 @@
+ Added Burningsoul Demon (75M HP miniboss) to line to miniboss and highlight slayer minibosses. -
Empa (https://github.com/hannibal002/SkyHanni/pull/1144)

#### Gui Fixes

+ Fixed voting line, dojo, server-restart & plot pasting errors in custom scoreboard. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/1152)
+ Fixed Mithril Powder showing Gemstone Powder instead. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/1152)
+ Custom Scoreboard fixes. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/1156)
+ Fixed Jacob's Contest, Trevor the Trapper & M7 Dragons.
+ Fixed the bottom border not working when using a custom background.
+ Fixed Hypixel scoreboard being shown while using Apec.
+ Fixed skill detection from tab list again. - HiZe_ (https://github.com/hannibal002/SkyHanni/pull/1160)
+ Fixed other GUIs rendering over Compact Tab List. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/1161)
+ Tab list fixes. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1121)
+ Fixed garden spam because of wrong tab list visitor format.
+ Fixed the next visitor timer.
+ Allowed you to use extended visitor info and still have visitor display work.

#### Dungeon Fixes

+ Fixed error in Dungeon Finder Features. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/1162)

#### Misc Fixes

+ Fixed skill level up message when below level 60. - HiZe
Expand Down Expand Up @@ -250,6 +277,8 @@
+ Code cleanup in LaneSwitchUtils.isBoundaryPlot. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1143)
+ Creating and using ContainerChest.getAllItems(), getUpperItems() and getLowerItems(). -
hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1047)
+ Fixed unknown power errors in the Custom Scoreboard. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/1156)
+ Use a repo pattern for getting the visitor count. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1121)

### Removed Features

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

Expand Down

0 comments on commit c9e1fa7

Please sign in to comment.