From de7c9c9b6438cccdb6258813e6a5bf75415b0ed5 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Wed, 6 Dec 2023 02:46:34 +0100 Subject: missing changelog stuff for last beta --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 487aaf691..75ecc9cb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -123,6 +123,8 @@ + Fixed showing on the scoreboard "garden outside" immediately after teleporting to a plot. - hannibal2 + Fixed visitor timer counting down too fast sometimes. - hannibal2 + 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 #### Bingo Fixes @@ -142,6 +144,7 @@ + Fixed showing yourself green with Unique Gifting Opportunities. - hannibal2 + 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 #### Config Fixes @@ -161,6 +164,20 @@ + Changed OwnInventoryItemUpdateEvent to be called synced to the main thread. - hannibal2 + romanToDecimalIfNeeded -> romanToDecimalIfNecessary. - hannibal2 + For more context: https://chat.openai.com/share/502571b5-8851-4047-b343-3b1475ca8a88 ++ Added the debug feature SkyHanni Event Counter. - hannibal2 ++ Fix Consecutive Spaces in RegEx. - walker ++ No longer creating new regex pattern elements each time in DungeonDeathCounter. - walker ++ Changed DungeonChatFilter to use lists of patterns. - walker ++ Code cleanup in DungeonMilestoneDisplay. - walker ++ Code cleanup and removed .matchRegex() - walker ++ Misc pattern optimizations. - walker ++ Moving the bingo goal list into BingoAPI. - hannibal2 ++ Created BingoGoalReachedEvent. - hannibal2 ++ Created Matcher.groupOrNull. - walker ++ cleanPlayerName respects playerRankHider option now. - hannibal2 ++ 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 ## Version 0.21.1 -- cgit