Skip to content

Commit

Permalink
Version 0.24 Beta 9
Browse files Browse the repository at this point in the history
  • Loading branch information
hannibal002 committed Mar 10, 2024
1 parent d2aa31e commit ba88d54
Show file tree
Hide file tree
Showing 4 changed files with 48 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.24.Beta.8"
version = "0.24.Beta.9"

val gitHash by lazy {
val baos = ByteArrayOutputStream()
Expand Down
37 changes: 35 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.24 (Unreleased)
## Version 0.24 (In Beta)

### New Features

Expand All @@ -22,6 +22,26 @@
#### Chat Features
+ Hide chat message about bank interest when the received interest is zero coins. - Alexia (https://github.com/hannibal002/SkyHanni/pull/1117)

#### Dungeon Features

+ Added available classes in the tooltip. - Conutik
+ Shows in the dungeon party finder when hovering over a group.
+ Highlights your selected class in green if it's available.
+ Kismet tracking for dungeon chests. - Thunderblade73
+ Highlight chests which have been rerolled inside Croesus
+ Shows kismet amount at the reroll button

#### Garden Features

+ Lane Switch Notification - ILike2WatchMemes
+ Sends a notification when approaching the end of a lane in Garden while farming.
+ Displays the distance until the end of a lane.

#### Mining Features

+ Display upcoming mining events. - CalMWolfs
+ Show what mining events are currently occurring in both the Dwarven Mines and Crystal Hollows.

#### Misc Features

+ Added command `/shlimbo` for easier Limbo access. - martimavocado (https://github.com/hannibal002/SkyHanni/pull/848)
Expand Down Expand Up @@ -52,6 +72,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

#### Chat Improvements

+ Hide the TNT Run Tournament advertisement message in the main lobby. - Alexia

#### Misc Improvements

+ Added option to show some features outside SkyBlock. - Obsidian
Expand Down Expand Up @@ -87,7 +111,10 @@

#### Garden Fixes

+ Stop SkyHanni from saying that Next Visitor is visiting your garden. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1125)
+ Stop SkyHanni from saying that Next Visitor is visiting your garden. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1125)
+ Fixed typos/grammar. - Obsidian
+ Typos in pest features.
+ Grammar in Farming Weight Display

#### Command Fixes

Expand All @@ -99,6 +126,7 @@
+ Fixed SkyHanni not working on Alpha. - hannibal2 & CalMWolfs
+ Fixed getting profile name from tab list on alpha for special profiles. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1120)
+ Fixes for any Ironman, Stranded and maybe Bingo players.
+ Fixed minion hopper profit display feature not getting changed by /shdefaultoptions. - hannibal2

### Technical Details

Expand Down Expand Up @@ -135,6 +163,11 @@
+ Fix entity click not being canceled - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/1072)
+ Cleanup ItemClickData. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/1072)
+ Fixes minecraft bug where text that is bold can render weirdly. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1126)
+ Added "unlocked" parameter for the GardenPlotAPI - ILike2WatchMemes (https://github.com/hannibal002/SkyHanni/pull/1075)
+ Updated MovementSpeedDisplay to use new calculations - ILike2WatchMemes (https://github.com/hannibal002/SkyHanni/pull/1075)
+ Added Track Sounds Command - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/855)
+ Removed unused Sound Test - martimavocado (https://github.com/hannibal002/SkyHanni/pull/855)
+ Gson serialize the mining event data sent and received. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1040)

### Removed Features

Expand Down
11 changes: 11 additions & 0 deletions docs/FEATURES.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game.
+ Soulweaver Skull Hider in the Dungeon Object Hider. - nea
+ Hide the annoying soulweaver skulls that float around you if you have the soulweaver gloves equipped.
+ Hide particles and damage splashes during the terracotta phase in dungeons F6 and M6. - hannibal2
+ Added available classes in the tooltip. - Conutik
+ Shows in the dungeon party finder when hovering over a group.
+ Highlights your selected class in green if it's available.
+ Kismet tracking for dungeon chests. - Thunderblade73
+ Highlight chests which have been rerolled inside Croesus
+ Shows kismet amount at the reroll button

</details>
<details open><summary>
Expand Down Expand Up @@ -615,6 +621,9 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game.
+ Changes by how much the sensitivity is lowered by.
+ Show a GUI element while the feature is enabled.
+ Option to only allow this feature while on ground and/or on barn plot.
+ Lane Switch Notification - ILike2WatchMemes
+ Sends a notification when approaching the end of a lane in Garden while farming.
+ Displays the distance until the end of a lane.

</details>
<details open><summary>
Expand Down Expand Up @@ -710,6 +719,8 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game.
+ Option to hide while not grinding powder.
+ Added Deep Caverns Parkour. - hannibal2
+ Shows a parkour to the bottom of Deep Caverns and to Rhys.
+ Display upcoming mining events. - CalMWolfs
+ Show what mining events are currently occurring in both the Dwarven Mines and Crystal Hollows.

</details>
<details open><summary>
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 @@ -400,7 +400,7 @@ import org.apache.logging.log4j.Logger
clientSideOnly = true,
useMetadata = true,
guiFactory = "at.hannibal2.skyhanni.config.ConfigGuiForgeInterop",
version = "0.24.Beta.8",
version = "0.24.Beta.9",
)
class SkyHanniMod {

Expand Down

0 comments on commit ba88d54

Please sign in to comment.