aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-12-04Internal Change: Remove String.matchRegex() function Usages (#641)Walker Selby
Code cleanup and removed .matchRegex() #641
2023-12-04Internal Change: Cleanup DungeonMilestonesDisplay & Remove matchRegex (#646)Walker Selby
Code cleanup in DungeonMilestoneDisplay. #646
2023-12-04Internal Change: Cleanup DungeonChatFilter & Remove matchRegex (#643)Walker Selby
Changed DungeonChatFilter to use lists of patterns. #643
2023-12-04Internal Change: Cleanup DungeonDeathCounter & Remove matchRegex (#645)Walker Selby
Nn longer creating new regex pattern elements each time. #645
2023-12-04Replace invalid params with correct param (#668)Walker Selby
Replace invalid kotlin documentation parameters with correct param. #668
2023-12-04Merge remote-tracking branch 'origin/beta' into betahannibal2
# Conflicts: # src/main/java/at/hannibal2/skyhanni/utils/ItemUtils.kt
2023-12-04Fix Redundant \\ in regexhannibal2
2023-12-04Fix Redundant d in regex (#667)Walker Selby
Fix Redundant d in regex #667
2023-12-04Fix Consecutive Spaces in RegEx (#665)Walker Selby
Fix Consecutive Spaces in RegEx. #665
2023-12-04less unnecessary stuffhannibal2
2023-12-04Added the debug feature SkyHanni Event Counter.hannibal2
2023-12-03rename methodhannibal2
2023-12-03Increased performance and decreased ram usage.hannibal2
2023-12-02Version 0.22 Beta 7hannibal2
2023-12-02Added option to only show tier 1 Minion Crafts in the Helper display when ↵hannibal2
their items needed are fully collected.
2023-12-02Hide enchanted tools in Minion Craft Helper.hannibal2
2023-12-02Highlight boosted crop in Jacob's Contests (#752)alexia
Highlight boosted crop contest in all Jacob's Contests displays. #752
2023-12-02Use different color depending on pest count (#753)alexia
Use different color in tab list depending on pest count. #753
2023-12-02Hide replenish on Advanced Gardening Axe for Estimated Item Value.hannibal2
2023-12-02Fixed minion features disappear inside the minion inventory when picking up ↵hannibal2
an item.
2023-12-02Updating Minion XP display when the minion picks up a new item while inside ↵hannibal2
the inventory.
2023-12-02Fix: MinionXp close Event (#748)Thunderblade73
Fixed Minion XP display now showing sometimes. #748
2023-12-02Hide Scavenger 5 on Ice Spray Wand and Replenish on Advanced Gardening Hoe ↵hannibal2
for Estimated Item Value.
2023-12-02better shutdown logichannibal2
2023-12-02Renamed feature and using lastOrNull instead of last to avoid List is empty ↵hannibal2
error.
2023-12-02Feature: Item Stack Size Support for secret bingo number (#750)Erymanthus[#5074] | (u/)RayDeeUx
Added Bingo Goal Rank as stack size in bingo card. #750
2023-12-02Hide the long hint line in bingo goal display.hannibal2
2023-12-02Show community goals in display.hannibal2
2023-12-01Version 0.22 Beta 6hannibal2
2023-12-01removed debughannibal2
2023-12-01Added support for the community goal suffix.hannibal2
2023-12-01Added support for the community goal suffixhannibal2
2023-12-01Add support for hidden bingo tips.hannibal2
2023-12-01Hide the repeating fire sale reminder chat messages.hannibal2
2023-12-01add trailing commahannibal2
2023-12-01code cleanuphannibal2
2023-12-01Hide hidden bingo tips in display. Show the duration until the next hidden ↵hannibal2
personal goal gets a tip revealed.
2023-12-01better command usagehannibal2
2023-12-01utilizing location.add(x = x)hannibal2
2023-12-01Add: Draw Plot border when holding Sprayonator (#747)HiZe_
Draw plots border when holding the Sprayonator. #747
2023-12-01typoshannibal2
2023-11-30Version 0.22 Beta 5hannibal2
2023-11-30improved readabilityhannibal2
2023-11-30Feature Change: Unique Gift Highlighter exluded Ironman (#740)Thunderblade73
Hiding Unique Gifted Players Highlighting for ironman and bingo while not on those modes. #740
2023-11-30code cleanuphannibal2
2023-11-30Mark infected plot names and world border in the world.hannibal2
2023-11-30Fix spacing issue (#745)Walker Selby
Fixed config typo. #745
2023-11-30Fix bossesToShow (#744)Walker Selby
Fix bossesToShow #744
2023-11-30Fixed Mooshroom cow Perk display not showing when maxed.hannibal2
2023-11-30fixed ConcurrentModificationException in DelayedRunhannibal2