diff options
-rw-r--r-- | build.gradle.kts | 2 | ||||
-rw-r--r-- | docs/CHANGELOG.md | 23 | ||||
-rw-r--r-- | docs/FEATURES.md | 5 | ||||
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt | 2 |
4 files changed, 30 insertions, 2 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index cd8ae9254..66cc8b437 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,7 +15,7 @@ plugins { } group = "at.hannibal2.skyhanni" -version = "0.24.Beta.20" +version = "0.24.Beta.21" val gitHash by lazy { val baos = ByteArrayOutputStream() diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index ac5a144c7..3714b7251 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -54,6 +54,11 @@ left. + Added Plot Menu Highlighting - ILike2WatchMemes (https://github.com/hannibal002/SkyHanni/pull/1181) + Plot highlighting based on plot statuses (pests, active spray, current plot, locked plot) ++ Added Pest Waypoint. - Empa + hannibal2 + Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/1268) + + Show a waypoint of the next pest when using a vacuum. Only points to the center of the plot the pest is in, if too far away. + + Uses the particles and math to detect the location from everywhere in the garden. + + Option to draw a line to waypoint. + + Option to change the number of seconds until the waypoint will disappear. #### Mining Features @@ -157,6 +162,10 @@ + Changed Event used for checking for statuses. + Hide the Sensitivity Reducer overlay when the mouse is locked. - martimavocado (https://github.com/hannibal002/SkyHanni/pull/1253) ++ Hide visitor Jacob messages without hiding real Jacob ones. - Alexia Luna (https://github.com/hannibal002/SkyHanni/pull/1267) + + Previously, we made the Jacob visitor messages not hidden to avoid hiding real Jacob messages. ++ Added the ability to get your current speed on the Garden even if it isn't shown in the tab list. - Alexia Luna (https://github.com/hannibal002/SkyHanni/pull/1277) + + This also means the speed now updates faster. #### Crimson Improvelemts @@ -194,6 +203,7 @@ j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/1221) + Using a draggable list, you can fully customise, what events will be shown which what priority. + Updated default Scoreboard Elements config option. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/1221) ++ Added feature to showcase foxy's extra in Custom Scoreboard. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/1270) #### Fishing Improvements @@ -210,6 +220,10 @@ + Add new class level colors in the Party Finder. - martimavocado (https://github.com/hannibal002/SkyHanni/pull/1219) +#### Mining Improvements + ++ Add the ability to see Mineshaft mining events when that releases to main. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1236) + #### Misc Improvements + Added option to show some features outside SkyBlock. - Obsidian @@ -301,11 +315,13 @@ + Fixed pests in uncleared plots not getting detected. - Empa (https://github.com/hannibal002/SkyHanni/pull/1260) + Fixed another Sensitivity Reducer + Mouse Lock incompatibility. - martimavocado (https://github.com/hannibal002/SkyHanni/pull/1253) ++ Fixed mouse locking not always working. - martimavocado (https://github.com/hannibal002/SkyHanni/pull/1272) #### Command Fixes + Fixed duplicate commands in /shcommands. - CalMWolfs + Fixed inconsistent coloring in `/shlimbostats`. - martimavocado (https://github.com/hannibal002/SkyHanni/pull/1252) ++ Fixed rare bug with gfs from bz. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/1283) #### Slayer Fixes @@ -367,6 +383,11 @@ + Fixed two Scoreboard Errors. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/1255) + During the F3/M3 boss fight. + During a garden cleanup ++ Fixed Mining Events Priority in Custom Scoreboard. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/1278) ++ Fixed powder display always displaying the color first in Custom Scoreboard. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/1275) ++ Fixed Hot Dog Contest error (Rift) in Custom Scoreboard. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/1273) ++ Fixed Cookie time with in custom scoreboard when effects widget is enabled. - j10a1n15 (https://github.com/hannibal002/SkyHanni/pull/1261) ++ Fixed some more cases which would incorrectly show server ID error. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1271) #### Dungeon Fixes @@ -388,6 +409,7 @@ CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1198) + Fixed game crash when open browser button in config fails. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1195) ++ Remove the removed stack size option from config. - CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1274) #### Fishign Fixes @@ -543,6 +565,7 @@ CalMWolfs (https://github.com/hannibal002/SkyHanni/pull/1262) + Repo Pattens now work inside Unit Tests. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/1258) + Added isBeingPasted variable for plots. - ILike2WatchMemes (https://github.com/hannibal002/SkyHanni/pull/1254) ++ Always use local repo patterns when in dev env. - hannibal2 (https://github.com/hannibal002/SkyHanni/pull/1282) ### Removed Features diff --git a/docs/FEATURES.md b/docs/FEATURES.md index 16169d3cb..f296e0332 100644 --- a/docs/FEATURES.md +++ b/docs/FEATURES.md @@ -642,6 +642,11 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + 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. + Plot Menu Highlighting - ILike2WatchMemes (https://github.com/hannibal002/SkyHanni/pull/1181) + Plot highlighting based on plot statuses (pests, active spray, current plot, locked plot) ++ Pest Waypoint. - Empa + hannibal2 + Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/1268) + + Show a waypoint of the next pest when using a vacuum. Only points to the center of the plot the pest is in, if too far away. + + Uses the particles and math to detect the location from everywhere in the garden. + + Option to draw a line to waypoint. + + Option to change the number of seconds until the waypoint will disappear. </details> <details open><summary> diff --git a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt index c1daf704b..839bc8269 100644 --- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt +++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt @@ -418,7 +418,7 @@ import org.apache.logging.log4j.Logger clientSideOnly = true, useMetadata = true, guiFactory = "at.hannibal2.skyhanni.config.ConfigGuiForgeInterop", - version = "0.24.Beta.20", + version = "0.24.Beta.21", ) class SkyHanniMod { |