diff options
-rw-r--r-- | CHANGELOG.md | 31 | ||||
-rw-r--r-- | FEATURES.md | 2 | ||||
-rw-r--r-- | build.gradle.kts | 2 | ||||
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt | 2 |
4 files changed, 35 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 75ecc9cb5..db3344077 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -58,6 +58,7 @@ + Added the option to only show tier 1 Minion Crafts in the Helper display when their items needed are fully collected. - hannibal2 + Added the option to click in the bingo card viewer on goals to mark them as highlighted. - hannibal2 + If at least one goal is highlighted, non-highlighted goals will be hidden. ++ Send a chat message with the change of community goal percentages after opening the bingo card inventory. - hannibal2 #### Inventory Features @@ -72,6 +73,11 @@ + Hide the repeating fire sale reminder chat messages. - hannibal2 + +#### Event Features + ++ Added Waypoints for 2023 Lobby Presents. - walker + ### Changes #### Garden Changes @@ -89,6 +95,9 @@ + Highlight the boosted crop contest in all Jacob's Contest displays. - alexia + Added Delicate 5 to visitor drop counter and visitor block refuse and highlighter. - hannibal2 + Block visitor interaction for dedication cycling is now disabled by default. - hannibal2 ++ Added an option to only warn for specific crop contests. - Obsidian ++ Added an option to show plot borders for a given number of seconds after holding a vacuum. - HiZe ++ Added command /shclearcontestdata to Reset Jacob's Contest Data. - martimavocado #### Fishing Changes @@ -102,12 +111,20 @@ + Added fire sale messages in the hub to the chat message filter. - hannibal2 + Added compact potion message support for splash messages and for Poisoned Candy I. - walker ++ Added "fire sale starting soon" message to fire sale chat hider. - hannibal2 #### Bingo Changes + Option to remove the background difficulty color in the bingo card inventory when the goal is done. - hannibal2 + Mark the background difficulty gray for unknown goals. - hannibal2 + This is no longer needed as all 20 hidden goals are known now, but we now have this support for the next extreme bingo with hidden goals. ++ Added the community goal percentage to the bingo card display. - hannibal2 ++ Saving minion craft helper crafted tier 1 minions and bingo card goals per bingo session/month. - hannibal2 + +#### Misc Changes + ++ Titles sent by SkyHanni look better now. - Cad ++ Added support for show XP gained from wheat minion in hub. - Thunderblade73 ### Fixes @@ -125,12 +142,15 @@ + Fixed Mooshroom cow Perk display not showing when maxed. - hannibal2 + Show a text around the new year that the calendar is not loaded for the next Jacob Contest. - hannibal2 + Fixed visitor reward item refuse inconsistencies. - hannibal2 ++ Fixed wrong base 100ff calculations in the farming fortune needed display. - alexia ++ Fixed showing Sprayanator plot grid overlay outside garden. - HiZe #### Bingo Fixes + Hide the long hint line in the Bingo Goal Display. - hannibal2 + Show community goals in the Bingo Display correctly. - hannibal2 + Hide enchanted tools in Minion Craft Helper. - hannibal2 ++ Opening the bingo card will no longer crash the game sometimes. Showing an error message instead. - hannibal2 #### Minion Fixes @@ -138,6 +158,10 @@ + Updating the Minion XP display when the minion picks up a new item while inside the inventory. - hannibal2 + Fixed minion features disappear inside the minion inventory when picking up an item. - hannibal2 +#### Fishing Fixes + ++ Fixed Water Hydra warning showing up multiple times. - Cad + #### Misc Fixes + Fixed Item Tracker not ignoring manual sack movements. - hannibal2 @@ -145,6 +169,8 @@ + Fixed NPC messages getting detected as player messages. - CalMWolfs + Hide Scavenger 5 on an Ice Spray Wand and Replenish on an Advanced Gardening Hoe/Axe for the Estimated Item Value. - hannibal2 + Fixed an error when the king talisman helper does not find the king in range. - hannibal2 ++ Fixed control/modifier key logic on Apple devices. - walker ++ Fixed lag spikes when downloading updates. - nea #### Config Fixes @@ -178,6 +204,11 @@ + Replaced ItemWarnEntry with VisitorReward. This should fix some errors. - hannibal2 + GardenNextJacobContest now uses SimpleTimeMark. SimpleTimeMark is storable in the config and comparable - hannibal2 + No longer sending contest data to elite close to new year. - hannibal2 ++ Added RepoPatterns. - nea ++ Use LorenzToolTipEvent over ItemTooltipEvent if possible. - hannibal2 ++ Added an abstract error message on LorenzToolTipEvent error. - hannibal2 ++ Added test command /shsendtitle - Cad ++ Saving bingo goal data into the config. - hannibal2 ## Version 0.21.1 diff --git a/FEATURES.md b/FEATURES.md index 1005bd1be..6f2bcb5f9 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -349,6 +349,7 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + Option to only show tier 1 Minion Crafts in the Helper display when their items needed are fully collected. - hannibal2 + Added the option to click in the bingo card viewer on goals to mark them as highlighted. - hannibal2 + If at least one goal is highlighted, non-highlighted goals will be hidden. ++ Send a chat message with the change of community goal percentages after opening the bingo card inventory. - hannibal2 </details> <details open><summary> @@ -640,6 +641,7 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + Unique Gifted users counter. - hannibal2 + Show in a display how many unique players you have given gifts to in the winter 2023 event. + Run command /opengenerowmenu to sync up. ++ Waypoints for 2023 Lobby Presents. - walker </details> <details open><summary> diff --git a/build.gradle.kts b/build.gradle.kts index b46db017d..f98b9cc55 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,7 +12,7 @@ plugins { } group = "at.hannibal2.skyhanni" -version = "0.22.Beta.8" +version = "0.22.Beta.9" val gitHash by lazy { val baos = ByteArrayOutputStream() diff --git a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt index 33943ac0f..bccb25d03 100644 --- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt +++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt @@ -350,7 +350,7 @@ import org.apache.logging.log4j.Logger clientSideOnly = true, useMetadata = true, guiFactory = "at.hannibal2.skyhanni.config.ConfigGuiForgeInterop", - version = "0.22.Beta.8", + version = "0.22.Beta.9", ) class SkyHanniMod { @Mod.EventHandler |