Skip to content

Commit

Permalink
Version 0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
hannibal002 committed May 20, 2024
1 parent a8c52ab commit d5585f8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 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.25.Beta.29"
version = "0.25"

val gitHash by lazy {
val baos = ByteArrayOutputStream()
Expand Down
15 changes: 13 additions & 2 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SkyHanni - Change Log

## Version 0.25 (In Beta)
## Version 0.25

### New Features

Expand Down Expand Up @@ -639,7 +639,10 @@
+ Fixed unknown scoreboard lines chat error message when Hypixel sends incomplete line data. -
Empa (https://github.com/hannibal002/SkyHanni/pull/1761)
+ Fixed Custom Scoreboard error during Winter Event. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/1789)
+ Fixed max island size display in Crimson Isle and Catacombs in Custom Scoreboard. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/1822)
+ Fixed max island size display in Crimson Isle and Catacombs in Custom Scoreboard. -
j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/1822)
+ Fixed some issues where skyhanni guis would have click and hover events when they shouldn't. -
CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1846)

#### Dungeon Fixes

Expand Down Expand Up @@ -701,6 +704,12 @@
+ Fixed the ability to hide Chocolate Factory upgrade messages. -
seraid (https://github.com/hannibal002/SkyHanni/pull/1820)
+ Fixed Time Until Next Charge display. - seraid (https://github.com/hannibal002/SkyHanni/pull/1806)
+ Fixed typos and formatting in Craft Materials From Bazaar. -
hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1840)
+ Fixed invalid bazaar items being highlighted in the clickable items feature. -
hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1841)
+ Fixed Bazaar price features not working for Ultimate Jerry. -
hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1842)

#### Rift Fixes

Expand Down Expand Up @@ -831,6 +840,8 @@
+ Fixed the armor hider also hiding items in the inventory. -
hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1813)
+ Fixed an error in the Outside SkyBlock setting. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1810)
+ Fixed memory leaks. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1839)
+ Fixed a small Memory Leak in MobData. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/1844)

### Technical Details

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

Expand Down

0 comments on commit d5585f8

Please sign in to comment.