Skip to content

Commit

Permalink
Version 0.24 Beta 16
Browse files Browse the repository at this point in the history
  • Loading branch information
hannibal002 committed Mar 19, 2024
1 parent 1c0cb4f commit 6b01166
Show file tree
Hide file tree
Showing 4 changed files with 32 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.15"
version = "0.24.Beta.16"

val gitHash by lazy {
val baos = ByteArrayOutputStream()
Expand Down
27 changes: 27 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
+ 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.
+ Made Rancher's Boots the stack size display account for the Cactus Knife now giving +100 speed cap while in the Garden. - Alexia Luna (https://github.com/hannibal002/SkyHanni/pull/1149)
+ Speed cap above 500 will now display as red because Hypixel now allows this for some reason, but it is practically unachievable. Also, the 1000 speed cap will now show up as 1k, so the text doesn't overflow into the slot to the left.

#### Mining Features

Expand All @@ -59,6 +61,10 @@
+ Supports colored month names & better garden plot names.
+ A ton of settings.

#### Event Features

+ Easter Egg Hunt 2024 waypoints. - Erymanthus + walker (https://github.com/hannibal002/SkyHanni/pull/1193)

#### Misc Features

+ Added command `/shlimbo` for easier Limbo access. - martimavocado (https://github.com/hannibal002/SkyHanni/pull/848)
Expand Down Expand Up @@ -103,6 +109,12 @@
+ Show calculation breakdowns when hovering over Anita Medal Profit or SkyMart Coins per copper displays. -
hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1116)
+ Get garden level from SkyBlock Menu and Desk. - Empa (https://github.com/hannibal002/SkyHanni/pull/1164)
+ Partially rewrote the Lane Switch Warning feature. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1208)
+ Works with every lane size.
+ Option to show the corner of the current lane.
+ Removed the need to open the plot inventory.
+ More precise timer/distance calculation.
+ Reordered Farming Lane config.

#### Crimson Improvelemts

Expand All @@ -125,6 +137,7 @@
+ Option to show in compact mode.
+ Supports "Values First" option.
+ Change the number of tunings shown.
+ Improved the stats tuning message when Hypixel auto-adjusts your tuning points. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/1212)

#### Fishing Improvements

Expand Down Expand Up @@ -162,6 +175,7 @@
+ Fixed copy underbid keybind not working. - Obsidian
+ Fixed SkyBlock guide highlight missing tasks not working properly for minions and collections. - Thunderblade73
+ Fixed Harp Quick Restart not working when Harp GUI Scale is disabled. - Zickles
+ Fixed "Mark Missing Class" highlighting every party. - martimavocado (https://github.com/hannibal002/SkyHanni/pull/1211)

#### Chat Fixes

Expand All @@ -188,6 +202,7 @@
+ Fixed tab list visitor name detection breaking when tab list said "new" -
hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1151)
+ Fixed garden features appearing while visiting other player's garden. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1188)
+ Fixed rare crash in /ff display. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1217)

#### Command Fixes

Expand All @@ -198,6 +213,7 @@
+ Added Burningsoul Demon (75M HP miniboss) to line to miniboss and highlight slayer minibosses. -
Empa (https://github.com/hannibal002/SkyHanni/pull/1144)
+ Fixed Damage Indicator not hiding vanilla names. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1179)
+ Fixed Slayer Profit Tracker not detecting the slayer spawn cost when taking money from the bank. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1218)

#### Gui Fixes

Expand Down Expand Up @@ -234,6 +250,11 @@
+ Fixed dragon's line not being properly removed.
+ Fixed a line randomly showing "0" sometimes.
+ Fixed "Cleared..." line sometimes being black.
+ Custom Scoreboard Fixes. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/1212)
+ Fixed IndexOutOfBoundException.
+ Fixed Instance Shutdown Line not being hidden.
+ Fixed a broken Hypixel Scoreboard Line.
+ Fixed New Year Line appearing twice.

#### Dungeon Fixes

Expand Down Expand Up @@ -360,6 +381,12 @@
+ Added more repo patterns to the trapper feature and improved enum names. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1186)
+ Extracted player and profile specific storage into their own classes in a new packet. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1171)
+ Moved Thaumaturgy Tuning Points detection into MaxwellAPI, and saving it in the profile-specific config. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1201)
+ Add "open in regex101.com" IntelliJ intention. - !nea (https://github.com/hannibal002/SkyHanni/pull/1210)
+ Press ALT+ENTER while hovering over a RepoPattern.pattern call with your text cursor to select the "Open regex101.com" option
+ Add a Kotlin doc comment with `REGEX-TEST: someString` lines to add test cases
+ Creating and using FarmingLaneSwitchEvent. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1208)
+ Refactored all of `DungeonFinderFeatures.kt`. - Conutik (https://github.com/hannibal002/SkyHanni/pull/1180)
+ Less laggy and resource intensive.

### Removed Features

Expand Down
3 changes: 3 additions & 0 deletions docs/FEATURES.md
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,8 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game.
+ 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.
+ Made Rancher's Boots the stack size display account for the Cactus Knife now giving +100 speed cap while in the Garden. - Alexia Luna (https://github.com/hannibal002/SkyHanni/pull/1149)
+ Speed cap above 500 will now display as red because Hypixel now allows this for some reason, but it is practically unachievable. Also, the 1000 speed cap will now show up as 1k, so the text doesn't overflow into the slot to the left.

</details>
<details open><summary>
Expand Down Expand Up @@ -758,6 +760,7 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game.
+ A timer showing the remaining duration of your intelligence boost.
+ Option to show the timer when inactive rather than removing it.
+ New Year Cake Reminder. - hannibal2
+ Easter Egg Hunt 2024 waypoints. - Erymanthus + walker (https://github.com/hannibal002/SkyHanni/pull/1193)

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

Expand Down

0 comments on commit 6b01166

Please sign in to comment.