diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-11-05 23:00:08 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-11-05 23:00:08 +0100 |
commit | 01a61929fffbad63c91f821244e9580b192129cf (patch) | |
tree | e7567c5cc925fb7dfc719d2a12f774c14e1e3fd7 | |
parent | 71a4c42c95902b09f6e0e7f638d82cfc896856c9 (diff) | |
download | skyhanni-01a61929fffbad63c91f821244e9580b192129cf.tar.gz skyhanni-01a61929fffbad63c91f821244e9580b192129cf.tar.bz2 skyhanni-01a61929fffbad63c91f821244e9580b192129cf.zip |
0.21 Beta 19
-rw-r--r-- | CHANGELOG.md | 31 | ||||
-rw-r--r-- | FEATURES.md | 6 | ||||
-rw-r--r-- | build.gradle.kts | 2 | ||||
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt | 2 |
4 files changed, 36 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 718921a2e..9ff1ca07c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -75,8 +75,14 @@ + Highlights Visitors outside the Garden. + Block Interacting with Visitors. - nea + Blocks you from interacting with / unlocking Visitors to allow for Dedication Cycling. -+ Added command /shpumpkin to toggle include/exclude Expired Pumpkin farming fortune in the /ff GUI and in the true ff display. - CalMWolfs ++ Added command **/shpumpkin** to toggle include/exclude Expired Pumpkin farming fortune in the /ff GUI and in the true ff + display. - CalMWolfs + Added auto-detection of Expired Pumpkin farming fortune. - CalMWolfs ++ Added Crimson Isle **Pablo NPC Helper**. - NetheriteMiner + + Similar to Quest Item Helper, shows a clickable message that grabs the flower needed from sacks. ++ Added **Fishing Bait Warnings.** - cimbraien + + Option to warn when no bait is used. + + Option to warn when used bait is changed. #### Events @@ -139,12 +145,15 @@ + Show key to press below burrow warp. - hannibal2 + Makes the Compact Potion message open the Potion effects menu on click. - jani + Added option to show King Talisman Helper outside Dwarven Mines. - hannibal2 -+ In-Game Date: Adds support for reading the in-game scoreboard, and also allow sun/moon symbol customization. - Erymanthus ++ In-Game Date: Adds support for reading the in-game scoreboard, and also allow sun/moon symbol customization. - + Erymanthus + Added Estimated Item Value support to NEU Profile Viewer - hannibal2 + Added support to import SBE Visual Words into SkyHanni. - HiZe + Add custom keybinds for Harp Helper. - Thunderblade73 + Show the custom hotkey name in the Harp inventory. - hannibal2 + Added a GUI element to remind you while /shmouselock is enabled. - CalMWolfs ++ Make Crimson Isle Quest Item Helper only get amount needed. - NetheriteMiner ++ Change config order to alphabetical. - walker ### Bug Fixes @@ -216,6 +225,13 @@ + Fixed tool fortune. - CalMWolfs + Fixed Item Ability Cooldown display not activating for Sword of Bad Health. - hannibal2 + Fixed the crop name gets replaced to internal name in /shwords. - hannibal2 ++ Show obfuscated fish as bait instead of caught item. - cimbraien ++ Fixed Estimated Item Value that renders twice inside NEU PV, by not rendering anything when the cursor is exactly in + between two items. - hannibal2 ++ fixed more error messages with The Great Spook data getting stored in the Reputation Helper quest config + accidentally. - hannibal2 ++ Hopefully fixed resets of Visitor Drops stats. - hannibal2 ++ Fixed typo in The Art Of Peace. - walker #### Config @@ -242,7 +258,16 @@ + Adding 100 lines to MobFinder.kt and making it better readable in the process. - walker + Making ChatFiler.kt way better, storing regex objects for reuse and preparing future repo support. - walker + Added command /shkingfix to reset the internal King Talisman Helper offset. - hannibal2 -+ Updated dependency version of junixsocket in DiscordIPC so that antivirus websites no longer show false positives. - NetheriteMiner ++ Updated dependency version of junixsocket in DiscordIPC so that antivirus websites no longer show false positives. - + NetheriteMiner ++ Changed wrong/missing neu version message to show NEU version 2.1.1-Pre-4 instead of beta versions. - CalMWolfs ++ Deleting the old "hidden" part of the config. - hannibal2 ++ This will reset parts of the config for users with 7-month-old SkyHanni versions that want to migrate into the + present. ++ Added a workaround for the NEU Profile Viewer bug where the ItemTooltipEvent gets called for two items when hovering + over the border between two items. - hannibal2 ++ Using visitorDrops.visitorRarities directly from the config instead of accessing the local field. Hopefully this will + prevent partial config resets in the future. - hannibal2 ## Version 0.20 diff --git a/FEATURES.md b/FEATURES.md index 527f7ed7a..2d2c53201 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -224,6 +224,10 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + Display the Hypixel timer until the fishing hook can be pulled out of the water/lava, only bigger and on your screen. + Alerts when the player catches a Legendary Sea Creature. - Cad ++ **Fishing Bait Warnings.** - cimbraien + + Option to warn when no bait is used. + + Option to warn when used bait is changed. + </details> <details open><summary> @@ -630,6 +634,8 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + Quest Item Helper. (Crimson Isle) - NetheriteMiner + When you open the fetch item quest in the town board, it shows a clickable chat message that will grab the items needed from the sacks. ++ Crimson Isle **Pablo NPC Helper**. - NetheriteMiner + + Similar to Quest Item Helper, shows a clickable message that grabs the flower needed from sacks. + Red Scoreboard Numbers - Hides the red numbers in the scoreboard sidebar on the right side of the screen. + **Tia Relay Waypoint** - Show the next Relay waypoint for Tia The Fairy, where maintenance for the abiphone network needs to be done. diff --git a/build.gradle.kts b/build.gradle.kts index cd2087210..004e1338b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ plugins { } group = "at.hannibal2.skyhanni" -version = "0.21.Beta.18" +version = "0.21.Beta.19" // Toolchains: java { diff --git a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt index fb75e37b5..defde6616 100644 --- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt +++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt @@ -325,7 +325,7 @@ import org.apache.logging.log4j.Logger clientSideOnly = true, useMetadata = true, guiFactory = "at.hannibal2.skyhanni.config.ConfigGuiForgeInterop", - version = "0.21.Beta.18", + version = "0.21.Beta.19", ) class SkyHanniMod { @Mod.EventHandler |