diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-12-06 02:46:34 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-12-06 02:46:34 +0100 |
commit | de7c9c9b6438cccdb6258813e6a5bf75415b0ed5 (patch) | |
tree | d066f540322dd03c65e3ea3a1688b505ec80a422 /CHANGELOG.md | |
parent | 91c83463d58ec2db41549641d5c4478429f4dad4 (diff) | |
download | skyhanni-de7c9c9b6438cccdb6258813e6a5bf75415b0ed5.tar.gz skyhanni-de7c9c9b6438cccdb6258813e6a5bf75415b0ed5.tar.bz2 skyhanni-de7c9c9b6438cccdb6258813e6a5bf75415b0ed5.zip |
missing changelog stuff for last beta
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 17 |
1 files changed, 17 insertions, 0 deletions
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 |